Class: ModernTreasury::Models::PaymentOrderUpdateParams::ReceivingAccount::RoutingDetail
- Inherits:
-
Internal::Type::BaseModel
show all
- Defined in:
- lib/modern_treasury/models/payment_order_update_params.rb,
sig/modern_treasury/models/payment_order_update_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_update_params.rb', line 704
|
Instance Attribute Details
#payment_type ⇒ Symbol, ...
701
702
|
# File 'lib/modern_treasury/models/payment_order_update_params.rb', line 701
optional :payment_type,
enum: -> { ModernTreasury::PaymentOrderUpdateParams::ReceivingAccount::RoutingDetail::PaymentType }
|
#routing_number ⇒ String
690
|
# File 'lib/modern_treasury/models/payment_order_update_params.rb', line 690
required :routing_number, String
|
695
696
|
# File 'lib/modern_treasury/models/payment_order_update_params.rb', line 695
required :routing_number_type,
enum: -> { ModernTreasury::PaymentOrderUpdateParams::ReceivingAccount::RoutingDetail::RoutingNumberType }
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/modern_treasury/models/payment_order_update_params.rb', line 734
|
Instance Method Details
#to_hash ⇒ {
566
|
# File 'sig/modern_treasury/models/payment_order_update_params.rbs', line 566
def to_hash: -> {
|