Class: MethodRuby::Models::AccountCreateParams::Body::ACH::ACH
- Inherits:
-
Internal::Type::BaseModel
- Object
- Internal::Type::BaseModel
- MethodRuby::Models::AccountCreateParams::Body::ACH::ACH
- Defined in:
- lib/method_ruby/models/account_create_params.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, MethodRuby::Models::AccountCreateParams::Body::ACH::ACH::Type
The type of ACH account.
Instance Method Summary collapse
-
#initialize(number:, routing:, type:) ⇒ 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:, routing:, type:) ⇒ Object
ACH account details.
|
|
# File 'lib/method_ruby/models/account_create_params.rb', line 117
|
Instance Attribute Details
#number ⇒ String
The ACH account number.
103 |
# File 'lib/method_ruby/models/account_create_params.rb', line 103 required :number, String |
#routing ⇒ String
The ACH routing number.
109 |
# File 'lib/method_ruby/models/account_create_params.rb', line 109 required :routing, String |
#type ⇒ Symbol, MethodRuby::Models::AccountCreateParams::Body::ACH::ACH::Type
The type of ACH account.
115 |
# File 'lib/method_ruby/models/account_create_params.rb', line 115 required :type, enum: -> { MethodRuby::AccountCreateParams::Body::ACH::ACH::Type } |