Plaid::BankTransferEvent
Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object
Represents an event in the Bank 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
Custom attribute writer method checking allowed values (enum). @param [Object] account_id Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] bank_transfer_amount Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] bank_transfer_id Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] bank_transfer_iso_currency_code Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] bank_transfer_type Object to be assigned
Custom attribute writer method checking allowed values (enum). @param [Object] direction 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
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 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
Check to see if the all the properties in the model are valid @return true if the model is valid