Class: ModernTreasury::Models::PaymentOrderCreateParams::ReceivingAccount::RoutingDetail
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 757
|
Instance Attribute Details
#payment_type ⇒ Symbol, ...
754
755
|
# File 'lib/modern_treasury/models/payment_order_create_params.rb', line 754
optional :payment_type,
enum: -> { ModernTreasury::PaymentOrderCreateParams::ReceivingAccount::RoutingDetail::PaymentType }
|
#routing_number ⇒ String
743
|
# File 'lib/modern_treasury/models/payment_order_create_params.rb', line 743
required :routing_number, String
|
748
749
|
# File 'lib/modern_treasury/models/payment_order_create_params.rb', line 748
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 789
|