Class: Lithic::Models::PaymentCreateResponse
- Inherits:
-
Payment
- Object
- Internal::Type::BaseModel
- Payment
- Lithic::Models::PaymentCreateResponse
- Defined in:
- lib/lithic/models/payment_create_response.rb
Overview
Instance Attribute Summary collapse
-
#balance ⇒ Lithic::Models::Balance?
Balance.
Attributes inherited from Payment
#category, #created, #currency, #descriptor, #direction, #events, #expected_release_date, #external_bank_account_token, #family, #financial_account_token, #method_, #method_attributes, #pending_amount, #related_account_tokens, #result, #settled_amount, #source, #status, #token, #type, #updated, #user_defined_id
Instance Method Summary collapse
-
#initialize(balance: nil) ⇒ Object
constructor
Payment transaction.
Methods inherited from Payment
Methods inherited from Internal::Type::BaseModel
==, #==, #[], 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
Methods included from Internal::Type::Converter
#coerce, coerce, #dump, dump, inspect, #inspect, meta_info, new_coerce_state, type_info
Methods included from Internal::Util::SorbetRuntimeSupport
#const_missing, #define_sorbet_constant!, #sorbet_constant_defined?, #to_sorbet_type, to_sorbet_type
Constructor Details
#initialize(balance: nil) ⇒ Object
Payment transaction
|
|
# File 'lib/lithic/models/payment_create_response.rb', line 13
|
Instance Attribute Details
#balance ⇒ Lithic::Models::Balance?
Balance
11 |
# File 'lib/lithic/models/payment_create_response.rb', line 11 optional :balance, -> { Lithic::Balance } |