Class: ModernTreasury::Models::PaymentOrderCreateParams::ReceivingAccount::RoutingDetail
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/modern_treasury/models/payment_order_create_params.rb,
sig/modern_treasury/models/payment_order_create_params.rbs
Defined Under Namespace
Modules: PaymentType, RoutingNumberType
Instance Attribute Summary collapse
Class Method Summary
collapse
Instance Method Summary
collapse
==, #==, #[], 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
#coerce, coerce, #dump, dump, #inspect, inspect, meta_info, new_coerce_state, type_info
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(routing_number:, routing_number_type:, payment_type: nil) ⇒ Object
|
# File 'lib/modern_treasury/models/payment_order_create_params.rb', line 796
|
Instance Attribute Details
#payment_type ⇒ Symbol, ...
793
794
|
# File 'lib/modern_treasury/models/payment_order_create_params.rb', line 793
optional :payment_type,
enum: -> { ModernTreasury::PaymentOrderCreateParams::ReceivingAccount::RoutingDetail::PaymentType }
|
#routing_number ⇒ String
782
|
# File 'lib/modern_treasury/models/payment_order_create_params.rb', line 782
required :routing_number, String
|
787
788
|
# File 'lib/modern_treasury/models/payment_order_create_params.rb', line 787
required :routing_number_type,
enum: -> { ModernTreasury::PaymentOrderCreateParams::ReceivingAccount::RoutingDetail::RoutingNumberType }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/modern_treasury/models/payment_order_create_params.rb', line 826
|
Instance Method Details
#to_hash ⇒ {
657
|
# File 'sig/modern_treasury/models/payment_order_create_params.rbs', line 657
def to_hash: -> {
|