Class: Telnyx::Models::PaymentCreateStoredPaymentTransactionResponse::Data
Overview
Defined Under Namespace
Modules: RecordType, TransactionProcessingType
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(id: nil, amount_cents: nil, amount_currency: nil, auto_recharge: nil, created_at: nil, processor_status: nil, record_type: nil, transaction_processing_type: nil) ⇒ Object
|
# File 'lib/telnyx/models/payment_create_stored_payment_transaction_response.rb', line 59
|
Instance Attribute Details
#amount_cents ⇒ Integer?
25
|
# File 'lib/telnyx/models/payment_create_stored_payment_transaction_response.rb', line 25
optional :amount_cents, Integer
|
#amount_currency ⇒ String?
30
|
# File 'lib/telnyx/models/payment_create_stored_payment_transaction_response.rb', line 30
optional :amount_currency, String
|
#auto_recharge ⇒ Boolean?
35
|
# File 'lib/telnyx/models/payment_create_stored_payment_transaction_response.rb', line 35
optional :auto_recharge, Telnyx::Internal::Type::Boolean
|
#created_at ⇒ Time?
40
|
# File 'lib/telnyx/models/payment_create_stored_payment_transaction_response.rb', line 40
optional :created_at, Time
|
#id ⇒ String?
20
|
# File 'lib/telnyx/models/payment_create_stored_payment_transaction_response.rb', line 20
optional :id, String
|
#processor_status ⇒ String?
45
|
# File 'lib/telnyx/models/payment_create_stored_payment_transaction_response.rb', line 45
optional :processor_status, String
|
#record_type ⇒ Symbol, ...
#transaction_processing_type ⇒ Symbol, ...
Class Method Details
.values ⇒ Array<Symbol>
|
# File 'lib/telnyx/models/payment_create_stored_payment_transaction_response.rb', line 75
|