Class: Lithic::Models::ExternalPaymentCreateParams
Overview
Defined Under Namespace
Modules: Category, PaymentType, ProgressTo
Instance Attribute Summary collapse
#request_options
Class Method Summary
collapse
dump_request
included
#==, ==, #[], coerce, #deconstruct_keys, #deep_to_h, dump, fields, hash, #hash, inherited, #initialize, 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
Instance Attribute Details
#amount ⇒ Integer
13
|
# File 'lib/lithic/models/external_payment_create_params.rb', line 13
required :amount, Integer
|
18
|
# File 'lib/lithic/models/external_payment_create_params.rb', line 18
required :category, enum: -> { Lithic::ExternalPaymentCreateParams::Category }
|
#effective_date ⇒ Date
23
|
# File 'lib/lithic/models/external_payment_create_params.rb', line 23
required :effective_date, Date
|
#financial_account_token ⇒ String
28
|
# File 'lib/lithic/models/external_payment_create_params.rb', line 28
required :financial_account_token, String
|
#memo ⇒ String?
43
|
# File 'lib/lithic/models/external_payment_create_params.rb', line 43
optional :memo, String
|
33
|
# File 'lib/lithic/models/external_payment_create_params.rb', line 33
required :payment_type, enum: -> { Lithic::ExternalPaymentCreateParams::PaymentType }
|
#progress_to ⇒ Symbol, ...
48
|
# File 'lib/lithic/models/external_payment_create_params.rb', line 48
optional :progress_to, enum: -> { Lithic::ExternalPaymentCreateParams::ProgressTo }
|
#token ⇒ String?
38
|
# File 'lib/lithic/models/external_payment_create_params.rb', line 38
optional :token, String
|
#user_defined_id ⇒ String?
53
|
# File 'lib/lithic/models/external_payment_create_params.rb', line 53
optional :user_defined_id, String
|
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/lithic/models/external_payment_create_params.rb', line 77
|