class

Plaid::Numbers

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

Account and bank identifier number data used to configure the test account. All values are optional.

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, account : String | Nil = nil, ach_routing : String | Nil = nil, ach_wire_routing : String | Nil = nil, eft_institution : String | Nil = nil, eft_branch : String | Nil = nil, international_bic : String | Nil = nil, international_iban : String | Nil = nil, bacs_sort_code : String | 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

Will be used for the account number.

Source
account=(new_value : String | Nil)

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

Source
ach_routing

Must be a valid ACH routing number.

Source
ach_routing=(new_value : String | Nil)

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

Source
ach_wire_routing

Must be a valid wire transfer routing number.

Source
ach_wire_routing=(new_value : String | Nil)

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

Source
bacs_sort_code

BACS sort code

Source
bacs_sort_code=(new_value : String | Nil)

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

Source
eft_branch

EFT branch number. Must be specified alongside eft_institution.

Source
eft_branch=(new_value : String | Nil)

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

Source
eft_institution

EFT institution number. Must be specified alongside eft_branch.

Source
eft_institution=(new_value : String | Nil)

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

Bank identifier code (BIC). Must be specified alongside international_iban.

Source
international_bic=(new_value : String | Nil)

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

Source
international_iban

International bank account number (IBAN). If no account number is specified via account, will also be used as the account number by default. Must be specified alongside international_bic.

Source
international_iban=(new_value : String | Nil)

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