Plaid::TransferEvent
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
Represents an event in the Transfers API.
Constants
Constructors
Initializes the object @param [Hash] attributes Model attributes in the form of hash
Instance methods
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
The account ID associated with the transfer. This field is omitted for Plaid Ledger Sweep events.
Custom attribute writer method checking allowed values (enum). @param [Object] account_id Object to be assigned
Plaid’s unique identifier for this event. IDs are sequential unsigned 64-bit integers.
Custom attribute writer method checking allowed values (enum). @param [Object] event_id Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] event_type Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] failure_reason Object to be assigned
The id of the associated funding account, available in the Plaid Dashboard. If present, this indicates which of your business checking accounts will be credited or debited.
Custom attribute writer method checking allowed values (enum). @param [Object] funding_account_id Object to be assigned
Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code
Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons
Custom attribute writer method checking allowed values (enum). @param [Object] origination_account_id Object to be assigned
The Plaid client ID that is the originator of the transfer that this event applies to. Only present if the transfer was created on behalf of another client as a third-party sender (TPS).
Custom attribute writer method checking allowed values (enum). @param [Object] originator_client_id Object to be assigned
Plaid’s unique identifier for a refund. A non-null value indicates the event is for the associated refund of the transfer.
Custom attribute writer method checking allowed values (enum). @param [Object] refund_id Object to be assigned
A signed amount of how much was swept or return_swept for this transfer (decimal string with two digits of precision e.g. "-5.50").
Custom attribute writer method checking allowed values (enum). @param [Object] sweep_amount Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] sweep_id Object to be assigned
The datetime when this event occurred. This will be of the form 2006-01-02T15:04:05Z.
Custom attribute writer method checking allowed values (enum). @param [Object] timestamp Object to be assigned
The amount of the transfer (decimal string with two digits of precision e.g. "10.00"). This field is omitted for Plaid Ledger Sweep events.
Custom attribute writer method checking allowed values (enum). @param [Object] transfer_amount Object to be assigned
Plaid’s unique identifier for a transfer. This field is null for Plaid Ledger Sweep events.
Custom attribute writer method checking allowed values (enum). @param [Object] transfer_id Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] transfer_type Object to be assigned
Check to see if the all the properties in the model are valid @return true if the model is valid