Class: Paymos::Payment
- Defined in:
- lib/paymos/models.rb,
sig/paymos.rbs
Instance Attribute Summary collapse
-
#address ⇒ String?
readonly
Returns the value of attribute address.
-
#chain_id ⇒ Integer
readonly
Returns the value of attribute chain_id.
-
#contract_address ⇒ String?
readonly
Returns the value of attribute contract_address.
-
#currency ⇒ String
readonly
Returns the value of attribute currency.
-
#exchange_rate ⇒ String?
readonly
Returns the value of attribute exchange_rate.
-
#expected ⇒ String
readonly
Returns the value of attribute expected.
-
#fee ⇒ String?
readonly
Returns the value of attribute fee.
-
#net ⇒ String?
readonly
Returns the value of attribute net.
-
#network ⇒ String
readonly
Returns the value of attribute network.
-
#paid ⇒ String?
readonly
Returns the value of attribute paid.
-
#remaining ⇒ String?
readonly
Returns the value of attribute remaining.
-
#transfers ⇒ Array[Transfer]?
readonly
Returns the value of attribute transfers.
Class Method Summary collapse
Methods inherited from Model
#[], deep_freeze, fields, #initialize, #to_h
Constructor Details
This class inherits a constructor from Paymos::Model
Instance Attribute Details
#address ⇒ String? (readonly)
Returns the value of attribute address.
77 78 79 |
# File 'sig/paymos.rbs', line 77 def address @address end |
#chain_id ⇒ Integer (readonly)
Returns the value of attribute chain_id.
74 75 76 |
# File 'sig/paymos.rbs', line 74 def chain_id @chain_id end |
#contract_address ⇒ String? (readonly)
Returns the value of attribute contract_address.
75 76 77 |
# File 'sig/paymos.rbs', line 75 def contract_address @contract_address end |
#currency ⇒ String (readonly)
Returns the value of attribute currency.
72 73 74 |
# File 'sig/paymos.rbs', line 72 def currency @currency end |
#exchange_rate ⇒ String? (readonly)
Returns the value of attribute exchange_rate.
78 79 80 |
# File 'sig/paymos.rbs', line 78 def exchange_rate @exchange_rate end |
#expected ⇒ String (readonly)
Returns the value of attribute expected.
76 77 78 |
# File 'sig/paymos.rbs', line 76 def expected @expected end |
#fee ⇒ String? (readonly)
Returns the value of attribute fee.
81 82 83 |
# File 'sig/paymos.rbs', line 81 def fee @fee end |
#net ⇒ String? (readonly)
Returns the value of attribute net.
82 83 84 |
# File 'sig/paymos.rbs', line 82 def net @net end |
#network ⇒ String (readonly)
Returns the value of attribute network.
73 74 75 |
# File 'sig/paymos.rbs', line 73 def network @network end |
#paid ⇒ String? (readonly)
Returns the value of attribute paid.
79 80 81 |
# File 'sig/paymos.rbs', line 79 def paid @paid end |
#remaining ⇒ String? (readonly)
Returns the value of attribute remaining.
80 81 82 |
# File 'sig/paymos.rbs', line 80 def remaining @remaining end |
#transfers ⇒ Array[Transfer]? (readonly)
Returns the value of attribute transfers.
83 84 85 |
# File 'sig/paymos.rbs', line 83 def transfers @transfers end |