class

Plaid::NumbersACH

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

Identifying information for transferring money to or from a US account via ACH or wire transfer.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, account_id : String | Nil = nil, account : String | Nil = nil, routing : String | Nil = nil, wire_routing : String | Nil = nil, can_transfer_in : Bool | Nil = nil, can_transfer_out : Bool | 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

The ACH account number for the account. Note that when using OAuth with Chase Bank (ins_56), Chase will issue "tokenized" routing and account numbers, which are not the user's actual account and routing numbers. These tokenized account numbers (also known as TANs) should work identically to normal account and routing numbers. The digits returned in the mask field will continue to reflect the actual account number, rather than the tokenized account number; for this reason, when displaying account numbers to the user to help them identify their account in your UI, always use the mask rather than truncating the account number. If a user revokes their permissions to your app, the tokenized numbers will no longer work.

Source
account=(new_value : String | Nil)

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

Source
account_id

The Plaid account ID associated with the account numbers

Source
account_id=(new_value : String | Nil)

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

Source
can_transfer_in

Whether the account supports ACH transfers into the account

Source
can_transfer_in=(new_value : Bool | Nil)

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

Source
can_transfer_in_present=(can_transfer_in_present : Bool)
Source
can_transfer_in_present?
Source
can_transfer_out

Whether the account supports ACH transfers out of the account

Source
can_transfer_out=(new_value : Bool | Nil)

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

Source
can_transfer_out_present=(can_transfer_out_present : Bool)
Source
can_transfer_out_present?
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
routing

The ACH routing number for the account. If the institution is ins_56, this may be a tokenized routing number. For more information, see the description of the account field.

Source
routing=(new_value : String | Nil)

Custom attribute writer method checking allowed values (enum). @param [Object] routing 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
wire_routing

The wire transfer routing number for the account, if available

Source
wire_routing=(new_value : String | Nil)

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

Source