class

Plaid::AuthGetNumbers

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

An object containing identifying numbers used for making electronic transfers to and from the accounts. The identifying number type (ACH, EFT, IBAN, or BACS) used will depend on the country of the account. An account may have more than one number type. If a particular identifying number type is not used by any accounts for which data has been requested, the array for that type will be empty.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, ach : Array(NumbersACH) | Nil = nil, eft : Array(NumbersEFT) | Nil = nil, international : Array(NumbersInternational) | Nil = nil, bacs : Array(NumbersBACS) | 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

ach

An array of ACH numbers identifying accounts.

Source
ach=(new_value : Array(NumbersACH) | Nil)

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

Source
bacs

An array of BACS numbers identifying accounts.

Source
bacs=(new_value : Array(NumbersBACS) | Nil)

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

Source
eft

An array of EFT numbers identifying accounts.

Source
eft=(new_value : Array(NumbersEFT) | Nil)

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

international

An array of IBAN numbers identifying accounts.

Source
international=(new_value : Array(NumbersInternational) | Nil)

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

Source
list_invalid_properties

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

Source
valid?

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

Source