Class: Paymos::Withdrawal
- Defined in:
- lib/paymos/models.rb,
sig/paymos.rbs
Instance Attribute Summary collapse
-
#amount ⇒ String
readonly
Returns the value of attribute amount.
-
#cancelled_at ⇒ Integer?
readonly
Returns the value of attribute cancelled_at.
-
#completed_at ⇒ Integer?
readonly
Returns the value of attribute completed_at.
-
#created_at ⇒ Integer
readonly
Returns the value of attribute created_at.
-
#currency ⇒ String
readonly
Returns the value of attribute currency.
-
#destination_address ⇒ String
readonly
Returns the value of attribute destination_address.
-
#explorer_url ⇒ String?
readonly
Returns the value of attribute explorer_url.
-
#external_order_id ⇒ String
readonly
Returns the value of attribute external_order_id.
-
#failed_at ⇒ Integer?
readonly
Returns the value of attribute failed_at.
-
#fee ⇒ String?
readonly
Returns the value of attribute fee.
-
#is_final ⇒ Boolean
readonly
Returns the value of attribute is_final.
-
#is_test ⇒ Boolean
readonly
Returns the value of attribute is_test.
-
#network ⇒ String
readonly
Returns the value of attribute network.
-
#status ⇒ String
readonly
Returns the value of attribute status.
-
#tx_hash ⇒ String?
readonly
Returns the value of attribute tx_hash.
-
#withdrawal_id ⇒ String
readonly
Returns the value of attribute withdrawal_id.
Method Summary
Methods inherited from Model
#[], deep_freeze, fields, from, #initialize, #to_h
Constructor Details
This class inherits a constructor from Paymos::Model
Instance Attribute Details
#amount ⇒ String (readonly)
Returns the value of attribute amount.
123 124 125 |
# File 'sig/paymos.rbs', line 123 def amount @amount end |
#cancelled_at ⇒ Integer? (readonly)
Returns the value of attribute cancelled_at.
133 134 135 |
# File 'sig/paymos.rbs', line 133 def cancelled_at @cancelled_at end |
#completed_at ⇒ Integer? (readonly)
Returns the value of attribute completed_at.
131 132 133 |
# File 'sig/paymos.rbs', line 131 def completed_at @completed_at end |
#created_at ⇒ Integer (readonly)
Returns the value of attribute created_at.
130 131 132 |
# File 'sig/paymos.rbs', line 130 def created_at @created_at end |
#currency ⇒ String (readonly)
Returns the value of attribute currency.
125 126 127 |
# File 'sig/paymos.rbs', line 125 def currency @currency end |
#destination_address ⇒ String (readonly)
Returns the value of attribute destination_address.
127 128 129 |
# File 'sig/paymos.rbs', line 127 def destination_address @destination_address end |
#explorer_url ⇒ String? (readonly)
Returns the value of attribute explorer_url.
129 130 131 |
# File 'sig/paymos.rbs', line 129 def explorer_url @explorer_url end |
#external_order_id ⇒ String (readonly)
Returns the value of attribute external_order_id.
119 120 121 |
# File 'sig/paymos.rbs', line 119 def external_order_id @external_order_id end |
#failed_at ⇒ Integer? (readonly)
Returns the value of attribute failed_at.
132 133 134 |
# File 'sig/paymos.rbs', line 132 def failed_at @failed_at end |
#fee ⇒ String? (readonly)
Returns the value of attribute fee.
124 125 126 |
# File 'sig/paymos.rbs', line 124 def fee @fee end |
#is_final ⇒ Boolean (readonly)
Returns the value of attribute is_final.
121 122 123 |
# File 'sig/paymos.rbs', line 121 def is_final @is_final end |
#is_test ⇒ Boolean (readonly)
Returns the value of attribute is_test.
122 123 124 |
# File 'sig/paymos.rbs', line 122 def is_test @is_test end |
#network ⇒ String (readonly)
Returns the value of attribute network.
126 127 128 |
# File 'sig/paymos.rbs', line 126 def network @network end |
#status ⇒ String (readonly)
Returns the value of attribute status.
120 121 122 |
# File 'sig/paymos.rbs', line 120 def status @status end |
#tx_hash ⇒ String? (readonly)
Returns the value of attribute tx_hash.
128 129 130 |
# File 'sig/paymos.rbs', line 128 def tx_hash @tx_hash end |
#withdrawal_id ⇒ String (readonly)
Returns the value of attribute withdrawal_id.
118 119 120 |
# File 'sig/paymos.rbs', line 118 def withdrawal_id @withdrawal_id end |