Class: Lithic::Models::PaymentRetryResponse
- Defined in:
- lib/lithic/models/payment_retry_response.rb,
sig/lithic/models/payment_retry_response.rbs
Overview
Instance Attribute Summary collapse
-
#balance ⇒ Lithic::Models::Balance?
Balance.
Instance Method Summary collapse
-
#initialize(balance: nil) ⇒ PaymentRetryResponse
constructor
Payment transaction.
- #to_hash ⇒ { balance: Lithic::Balance }
Constructor Details
#initialize(balance: nil) ⇒ PaymentRetryResponse
Payment transaction
|
|
# File 'lib/lithic/models/payment_retry_response.rb', line 13
|
Instance Attribute Details
#balance ⇒ Lithic::Models::Balance?
Balance
11 |
# File 'lib/lithic/models/payment_retry_response.rb', line 11 optional :balance, -> { Lithic::Balance } |
Instance Method Details
#to_hash ⇒ { balance: Lithic::Balance }
12 |
# File 'sig/lithic/models/payment_retry_response.rbs', line 12
def to_hash: -> { balance: Lithic::Balance }
|