Class: ModernTreasury::Models::PaymentOrderCreateAsyncParams::ReceivingAccount::RoutingDetail
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/modern_treasury/models/payment_order_create_async_params.rb,
sig/modern_treasury/models/payment_order_create_async_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_async_params.rb', line 736
|
Instance Attribute Details
#payment_type ⇒ Symbol, ...
733
734
|
# File 'lib/modern_treasury/models/payment_order_create_async_params.rb', line 733
optional :payment_type,
enum: -> { ModernTreasury::PaymentOrderCreateAsyncParams::ReceivingAccount::RoutingDetail::PaymentType }
|
#routing_number ⇒ String
722
|
# File 'lib/modern_treasury/models/payment_order_create_async_params.rb', line 722
required :routing_number, String
|
727
728
|
# File 'lib/modern_treasury/models/payment_order_create_async_params.rb', line 727
required :routing_number_type,
enum: -> { ModernTreasury::PaymentOrderCreateAsyncParams::ReceivingAccount::RoutingDetail::RoutingNumberType }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/modern_treasury/models/payment_order_create_async_params.rb', line 766
|
Instance Method Details
#to_hash ⇒ {
577
|
# File 'sig/modern_treasury/models/payment_order_create_async_params.rbs', line 577
def to_hash: -> {
|