Class: TossPayments::PaymentResponse
- Inherits:
-
Struct
- Object
- Struct
- TossPayments::PaymentResponse
- Defined in:
- lib/toss_payments.rb
Instance Attribute Summary collapse
-
#approved_at ⇒ Object
Returns the value of attribute approved_at.
-
#balance_amount ⇒ Object
Returns the value of attribute balance_amount.
-
#cancels ⇒ Object
Returns the value of attribute cancels.
-
#card ⇒ Object
Returns the value of attribute card.
-
#cash_receipt ⇒ Object
Returns the value of attribute cash_receipt.
-
#checkout ⇒ Object
Returns the value of attribute checkout.
-
#country ⇒ Object
Returns the value of attribute country.
-
#culture_expense ⇒ Object
Returns the value of attribute culture_expense.
-
#currency ⇒ Object
Returns the value of attribute currency.
-
#discount ⇒ Object
Returns the value of attribute discount.
-
#easy_pay ⇒ Object
Returns the value of attribute easy_pay.
-
#failure ⇒ Object
Returns the value of attribute failure.
-
#gift_certificate ⇒ Object
Returns the value of attribute gift_certificate.
-
#is_partial_cancelable ⇒ Object
Returns the value of attribute is_partial_cancelable.
-
#last_transaction_key ⇒ Object
Returns the value of attribute last_transaction_key.
-
#m_id ⇒ Object
Returns the value of attribute m_id.
-
#method ⇒ Object
Returns the value of attribute method.
-
#mobile_phone ⇒ Object
Returns the value of attribute mobile_phone.
-
#order_id ⇒ Object
Returns the value of attribute order_id.
-
#order_name ⇒ Object
Returns the value of attribute order_name.
-
#payment_key ⇒ Object
Returns the value of attribute payment_key.
-
#receipt ⇒ Object
Returns the value of attribute receipt.
-
#requested_at ⇒ Object
Returns the value of attribute requested_at.
-
#response_type ⇒ Object
Returns the value of attribute response_type.
-
#secret ⇒ Object
Returns the value of attribute secret.
-
#status ⇒ Object
Returns the value of attribute status.
-
#supplied_amount ⇒ Object
Returns the value of attribute supplied_amount.
-
#tax_exemption_amount ⇒ Object
Returns the value of attribute tax_exemption_amount.
-
#tax_free_amount ⇒ Object
Returns the value of attribute tax_free_amount.
-
#total_amount ⇒ Object
Returns the value of attribute total_amount.
-
#transfer ⇒ Object
Returns the value of attribute transfer.
-
#type ⇒ Object
Returns the value of attribute type.
-
#use_escrow ⇒ Object
Returns the value of attribute use_escrow.
-
#vat ⇒ Object
Returns the value of attribute vat.
-
#version ⇒ Object
Returns the value of attribute version.
-
#virtual_account ⇒ Object
Returns the value of attribute virtual_account.
Instance Attribute Details
#approved_at ⇒ Object
Returns the value of attribute approved_at
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def approved_at @approved_at end |
#balance_amount ⇒ Object
Returns the value of attribute balance_amount
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def balance_amount @balance_amount end |
#cancels ⇒ Object
Returns the value of attribute cancels
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def cancels @cancels end |
#card ⇒ Object
Returns the value of attribute card
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def card @card end |
#cash_receipt ⇒ Object
Returns the value of attribute cash_receipt
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def cash_receipt @cash_receipt end |
#checkout ⇒ Object
Returns the value of attribute checkout
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def checkout @checkout end |
#country ⇒ Object
Returns the value of attribute country
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def country @country end |
#culture_expense ⇒ Object
Returns the value of attribute culture_expense
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def culture_expense @culture_expense end |
#currency ⇒ Object
Returns the value of attribute currency
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def currency @currency end |
#discount ⇒ Object
Returns the value of attribute discount
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def discount @discount end |
#easy_pay ⇒ Object
Returns the value of attribute easy_pay
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def easy_pay @easy_pay end |
#failure ⇒ Object
Returns the value of attribute failure
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def failure @failure end |
#gift_certificate ⇒ Object
Returns the value of attribute gift_certificate
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def gift_certificate @gift_certificate end |
#is_partial_cancelable ⇒ Object
Returns the value of attribute is_partial_cancelable
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def is_partial_cancelable @is_partial_cancelable end |
#last_transaction_key ⇒ Object
Returns the value of attribute last_transaction_key
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def last_transaction_key @last_transaction_key end |
#m_id ⇒ Object
Returns the value of attribute m_id
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def m_id @m_id end |
#method ⇒ Object
Returns the value of attribute method
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def method @method end |
#mobile_phone ⇒ Object
Returns the value of attribute mobile_phone
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def mobile_phone @mobile_phone end |
#order_id ⇒ Object
Returns the value of attribute order_id
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def order_id @order_id end |
#order_name ⇒ Object
Returns the value of attribute order_name
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def order_name @order_name end |
#payment_key ⇒ Object
Returns the value of attribute payment_key
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def payment_key @payment_key end |
#receipt ⇒ Object
Returns the value of attribute receipt
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def receipt @receipt end |
#requested_at ⇒ Object
Returns the value of attribute requested_at
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def requested_at @requested_at end |
#response_type ⇒ Object
Returns the value of attribute response_type
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def response_type @response_type end |
#secret ⇒ Object
Returns the value of attribute secret
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def secret @secret end |
#status ⇒ Object
Returns the value of attribute status
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def status @status end |
#supplied_amount ⇒ Object
Returns the value of attribute supplied_amount
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def supplied_amount @supplied_amount end |
#tax_exemption_amount ⇒ Object
Returns the value of attribute tax_exemption_amount
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def tax_exemption_amount @tax_exemption_amount end |
#tax_free_amount ⇒ Object
Returns the value of attribute tax_free_amount
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def tax_free_amount @tax_free_amount end |
#total_amount ⇒ Object
Returns the value of attribute total_amount
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def total_amount @total_amount end |
#transfer ⇒ Object
Returns the value of attribute transfer
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def transfer @transfer end |
#type ⇒ Object
Returns the value of attribute type
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def type @type end |
#use_escrow ⇒ Object
Returns the value of attribute use_escrow
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def use_escrow @use_escrow end |
#vat ⇒ Object
Returns the value of attribute vat
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def vat @vat end |
#version ⇒ Object
Returns the value of attribute version
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def version @version end |
#virtual_account ⇒ Object
Returns the value of attribute virtual_account
13 14 15 |
# File 'lib/toss_payments.rb', line 13 def virtual_account @virtual_account end |