class

Plaid::BankTransferEvent

Inherits OpenApi::Json < OpenApi::Validatable < JSON::Serializable::Unmapped < JSON::Serializable < Reference < Object

Represents an event in the Bank Transfers API.

Constants

MIN_FOR_EVENT_ID = Int32.new("0")

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, event_id : Int32 | Nil = nil, timestamp : Time | Nil = nil, event_type : Plaid::BankTransferEventType | Nil = nil, account_id : String | Nil = nil, bank_transfer_id : String | Nil = nil, origination_account_id : String | Nil = nil, bank_transfer_type : Plaid::BankTransferType | Nil = nil, bank_transfer_amount : String | Nil = nil, bank_transfer_iso_currency_code : String | Nil = nil, failure_reason : BankTransferFailure | Nil = nil, direction : Plaid::BankTransferDirection | Nil = nil)

Initializes the object @param [Hash] attributes Model attributes in the form of hash

Source

Instance methods

==(other : self)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

account_id

The account ID associated with the bank transfer.

Source
account_id=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] account_id Object to be assigned

Source
bank_transfer_amount

The bank transfer amount.

Source
bank_transfer_amount=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] bank_transfer_amount Object to be assigned

Source
bank_transfer_id

Plaid’s unique identifier for a bank transfer.

Source
bank_transfer_id=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] bank_transfer_id Object to be assigned

Source
bank_transfer_iso_currency_code

The currency of the bank transfer amount.

Source
bank_transfer_iso_currency_code=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] bank_transfer_iso_currency_code Object to be assigned

Source
bank_transfer_type
Source
bank_transfer_type=(new_value : Plaid::BankTransferType | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] bank_transfer_type Object to be assigned

Source
direction
Source
direction=(new_value : Plaid::BankTransferDirection | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] direction Object to be assigned

Source
event_id

Plaid’s unique identifier for this event. IDs are sequential unsigned 64-bit integers.

Source
event_id=(new_value : Int32 | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] event_id Object to be assigned

Source
event_type
Source
event_type=(new_value : Plaid::BankTransferEventType | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] event_type Object to be assigned

Source
failure_reason
Source
failure_reason=(new_value : BankTransferFailure | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] failure_reason Object to be assigned

Source
hash(hasher)

Generates #hash and #== methods from all fields #== @return [Bool] #hash calculates hash code according to all attributes. #hash @return [UInt64] Hash code

list_invalid_properties

Show invalid properties with the reasons. Usually used together with valid? @return Array for valid properties with the reasons

Source
origination_account_id

The ID of the origination account that this balance belongs to.

Source
origination_account_id=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] origination_account_id Object to be assigned

Source
timestamp

The datetime when this event occurred. This will be of the form 2006-01-02T15:04:05Z.

Source
timestamp=(new_value : Time | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] timestamp Object to be assigned

Source
valid?

Check to see if the all the properties in the model are valid @return true if the model is valid

Source