Class: MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource

Inherits:
Internal::Type::BaseModel show all
Defined in:
lib/method_ruby/models/account_create_response.rb

Defined Under Namespace

Modules: Attribute, Balance, CardBrand, ConsentStatus, LatestVerificationSession, PaymentInstrument, Payoff, Sensitive, Status, Type, Update Classes: ACH, Clearing, DebitCard, Error, Liability

Instance Attribute Summary collapse

Class Method Summary collapse

Instance Method Summary collapse

Methods inherited from Internal::Type::BaseModel

==, #==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, inspect, #inspect, known_fields, optional, recursively_to_h, required, #to_h, #to_json, #to_s, to_sorbet_type, #to_yaml

Methods included from Internal::Type::Converter

#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info

Methods included from Internal::Util::SorbetRuntimeSupport

#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type

Constructor Details

#initialize(token: nil) ⇒ Object

Network token details. Present when type is network_token.

Parameters:

  • token (String) (defaults to: nil)

    The network token value.



# File 'lib/method_ruby/models/account_create_response.rb', line 226

Instance Attribute Details

#achMethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::ACH?

ACH account details. Present when ‘type` is `ach`.



112
# File 'lib/method_ruby/models/account_create_response.rb', line 112

optional :ach, -> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::ACH }, nil?: true

#attributeString, ...

The latest attribute ID. This field is expandable. When expanded, returns the full AccountAttribute object.



119
120
121
# File 'lib/method_ruby/models/account_create_response.rb', line 119

optional :attribute,
union: -> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Attribute },
nil?: true

#balanceString, ...

The latest balance ID. This field is expandable. When expanded, returns the full AccountBalance object.



128
129
130
# File 'lib/method_ruby/models/account_create_response.rb', line 128

optional :balance,
union: -> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Balance },
nil?: true

#card_brandString, ...

The latest card brand ID. This field is expandable. When expanded, returns the full AccountCardBrand object.



137
138
139
# File 'lib/method_ruby/models/account_create_response.rb', line 137

optional :card_brand,
union: -> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::CardBrand },
nil?: true

#clearingMethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Clearing?

Clearing account details. Present when ‘type` is `clearing`.



145
146
147
# File 'lib/method_ruby/models/account_create_response.rb', line 145

optional :clearing,
-> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Clearing },
nil?: true

Current consent status for data access on this account.



64
65
# File 'lib/method_ruby/models/account_create_response.rb', line 64

required :consent_status,
enum: -> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::ConsentStatus }

#created_atTime

Timestamp when the account was created.

Returns:

  • (Time)


71
# File 'lib/method_ruby/models/account_create_response.rb', line 71

required :created_at, Time

#debit_cardMethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::DebitCard?

Debit card account details. Present when ‘type` is `debit_card`.



153
154
155
# File 'lib/method_ruby/models/account_create_response.rb', line 153

optional :debit_card,
-> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::DebitCard },
nil?: true

#errorMethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Error?

Error details when an account is disabled.



161
162
163
# File 'lib/method_ruby/models/account_create_response.rb', line 161

optional :error,
-> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Error },
nil?: true

#holder_idString

The entity ID that owns this account.

Returns:

  • (String)


77
# File 'lib/method_ruby/models/account_create_response.rb', line 77

required :holder_id, String

#idString

Unique identifier for the account.

Returns:

  • (String)


58
# File 'lib/method_ruby/models/account_create_response.rb', line 58

required :id, String

#latest_verification_sessionString, ...

The latest verification session ID. This field is expandable. When expanded, returns the full AccountVerificationSession object.



170
171
172
# File 'lib/method_ruby/models/account_create_response.rb', line 170

optional :latest_verification_session,
union: -> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::LatestVerificationSession },
nil?: true

#liabilityMethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Liability?

Liability account details. Present when ‘type` is `liability`.



178
179
180
# File 'lib/method_ruby/models/account_create_response.rb', line 178

optional :liability,
-> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Liability },
nil?: true

#metadataHash{Symbol=>Object}?

Arbitrary key-value metadata attached to the resource.

Returns:

  • (Hash{Symbol=>Object}, nil)


186
187
188
# File 'lib/method_ruby/models/account_create_response.rb', line 186

optional :metadata,
MethodRuby::Internal::Type::HashOf[MethodRuby::Internal::Type::Unknown],
nil?: true

#payment_instrumentString, ...

The latest payment instrument ID. This field is expandable. When expanded, returns the full AccountPaymentInstrument object.



195
196
197
# File 'lib/method_ruby/models/account_create_response.rb', line 195

optional :payment_instrument,
union: -> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::PaymentInstrument },
nil?: true

#payoffString, ...

The latest payoff ID. This field is expandable. When expanded, returns the full AccountPayoff object.



204
205
206
# File 'lib/method_ruby/models/account_create_response.rb', line 204

optional :payoff,
union: -> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Payoff },
nil?: true

#productsArray<String>

Products currently active for this account.

Returns:

  • (Array<String>)


83
# File 'lib/method_ruby/models/account_create_response.rb', line 83

required :products, MethodRuby::Internal::Type::ArrayOf[String]

#restricted_productsArray<String>

Products restricted from this account.

Returns:

  • (Array<String>)


89
# File 'lib/method_ruby/models/account_create_response.rb', line 89

required :restricted_products, MethodRuby::Internal::Type::ArrayOf[String]

#sensitiveString, ...

The latest sensitive ID. This field is expandable. When expanded, returns the full AccountSensitive object.



213
214
215
# File 'lib/method_ruby/models/account_create_response.rb', line 213

optional :sensitive,
union: -> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Sensitive },
nil?: true

#statusSymbol, MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Status

Current status of the account.



95
# File 'lib/method_ruby/models/account_create_response.rb', line 95

required :status, enum: -> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Status }

#typeSymbol, MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Type



100
# File 'lib/method_ruby/models/account_create_response.rb', line 100

required :type, enum: -> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Type }

#updateString, ...

The latest update ID. This field is expandable. When expanded, returns the full AccountUpdate object.



222
223
224
# File 'lib/method_ruby/models/account_create_response.rb', line 222

optional :update,
union: -> { MethodRuby::Models::AccountCreateResponse::Data::AccountACHResource::Update },
nil?: true

#updated_atTime

Timestamp when the account was last updated.

Returns:

  • (Time)


106
# File 'lib/method_ruby/models/account_create_response.rb', line 106

required :updated_at, Time

Class Method Details

.valuesArray<Symbol>

Returns:

  • (Array<Symbol>)


# File 'lib/method_ruby/models/account_create_response.rb', line 287