Class: MethodRuby::Models::AccountCreateResponse::Data::AccountDebitCardResource::ACH
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::AccountCreateResponse::Data::AccountDebitCardResource::ACH
- Defined in:
- lib/method_ruby/models/account_create_response.rb
Overview
Defined Under Namespace
Modules: Type
Instance Attribute Summary collapse
-
#number ⇒ String?
The ACH account number.
-
#routing ⇒ String?
The ACH routing number.
-
#type ⇒ Symbol, ...
The type of ACH account.
Instance Method Summary collapse
-
#initialize(number: nil, routing: nil, type: nil) ⇒ Object
constructor
ACH account details.
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(number: nil, routing: nil, type: nil) ⇒ Object
ACH account details. Present when ‘type` is `ach`.
|
|
# File 'lib/method_ruby/models/account_create_response.rb', line 11091
|
Instance Attribute Details
#number ⇒ String?
The ACH account number.
11076 |
# File 'lib/method_ruby/models/account_create_response.rb', line 11076 optional :number, String |
#routing ⇒ String?
The ACH routing number.
11082 |
# File 'lib/method_ruby/models/account_create_response.rb', line 11082 optional :routing, String |
#type ⇒ Symbol, ...
The type of ACH account.
11088 11089 |
# File 'lib/method_ruby/models/account_create_response.rb', line 11088 optional :type, enum: -> { MethodRuby::Models::AccountCreateResponse::Data::AccountDebitCardResource::ACH::Type } |