Class: Lithic::Models::PaymentRetryResponse

Inherits:
Payment show all
Defined in:
lib/lithic/models/payment_retry_response.rb

Overview

Instance Attribute Summary collapse

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

Methods inherited from Payment

values, variants

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

Parameters:



# File 'lib/lithic/models/payment_retry_response.rb', line 13


Instance Attribute Details

#balanceLithic::Models::Balance?

Balance

Returns:



11
# File 'lib/lithic/models/payment_retry_response.rb', line 11

optional :balance, -> { Lithic::Balance }