class

Plaid::TransferOriginatorDiligence

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

The diligence information for the originator.

Constants

MAX_LENGTH_FOR_NAICS_CODE = 6
MIN_LENGTH_FOR_NAICS_CODE = 6
MIN_LENGTH_FOR_TAX_ID = 1

Constructors

new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source
new(*, dba : String | Nil = nil, tax_id : String | Nil = nil, address : Plaid::TransferOriginatorAddress | Nil = nil, website : String | Nil = nil, naics_code : String | Nil = nil, funding_account : Plaid::TransferFundingAccount | Nil = nil, credit_usage_configuration : Plaid::TransferCreditUsageConfiguration | Nil = nil, debit_usage_configuration : Plaid::TransferDebitUsageConfiguration | 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

address
Source
address=(new_value : Plaid::TransferOriginatorAddress | Nil)

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

Source
credit_usage_configuration
Source
credit_usage_configuration=(new_value : Plaid::TransferCreditUsageConfiguration | Nil)

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

Source
credit_usage_configuration_present=(credit_usage_configuration_present : Bool)
Source
credit_usage_configuration_present?
Source
dba

The business name of the originator.

Source
dba=(new_value : String | Nil)

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

Source
debit_usage_configuration
Source
debit_usage_configuration=(new_value : Plaid::TransferDebitUsageConfiguration | Nil)

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

Source
debit_usage_configuration_present=(debit_usage_configuration_present : Bool)
Source
debit_usage_configuration_present?
Source
funding_account
Source
funding_account=(new_value : Plaid::TransferFundingAccount | Nil)

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

The NAICS code of the originator.

Source
naics_code=(new_value : String | Nil)

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

Source
tax_id

The tax ID of the originator.

Source
tax_id=(new_value : String | Nil)

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

The website of the originator.

Source
website=(new_value : String | Nil)

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

Source