Class: Paymos::InvoiceListItem
- Defined in:
- lib/paymos/models.rb,
sig/paymos.rbs
Instance Attribute Summary collapse
-
#amount ⇒ String
readonly
Returns the value of attribute amount.
-
#client_id ⇒ String?
readonly
Returns the value of attribute client_id.
-
#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.
-
#expires_at ⇒ Integer?
readonly
Returns the value of attribute expires_at.
-
#external_order_id ⇒ String
readonly
Returns the value of attribute external_order_id.
-
#invoice_id ⇒ String
readonly
Returns the value of attribute invoice_id.
-
#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.
-
#project_id ⇒ String
readonly
Returns the value of attribute project_id.
-
#status ⇒ String
readonly
Returns the value of attribute status.
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.
109 110 111 |
# File 'sig/paymos.rbs', line 109 def amount @amount end |
#client_id ⇒ String? (readonly)
Returns the value of attribute client_id.
105 106 107 |
# File 'sig/paymos.rbs', line 105 def client_id @client_id end |
#completed_at ⇒ Integer? (readonly)
Returns the value of attribute completed_at.
114 115 116 |
# File 'sig/paymos.rbs', line 114 def completed_at @completed_at end |
#created_at ⇒ Integer (readonly)
Returns the value of attribute created_at.
112 113 114 |
# File 'sig/paymos.rbs', line 112 def created_at @created_at end |
#currency ⇒ String (readonly)
Returns the value of attribute currency.
110 111 112 |
# File 'sig/paymos.rbs', line 110 def currency @currency end |
#expires_at ⇒ Integer? (readonly)
Returns the value of attribute expires_at.
113 114 115 |
# File 'sig/paymos.rbs', line 113 def expires_at @expires_at end |
#external_order_id ⇒ String (readonly)
Returns the value of attribute external_order_id.
104 105 106 |
# File 'sig/paymos.rbs', line 104 def external_order_id @external_order_id end |
#invoice_id ⇒ String (readonly)
Returns the value of attribute invoice_id.
102 103 104 |
# File 'sig/paymos.rbs', line 102 def invoice_id @invoice_id end |
#is_final ⇒ Boolean (readonly)
Returns the value of attribute is_final.
107 108 109 |
# File 'sig/paymos.rbs', line 107 def is_final @is_final end |
#is_test ⇒ Boolean (readonly)
Returns the value of attribute is_test.
108 109 110 |
# File 'sig/paymos.rbs', line 108 def is_test @is_test end |
#network ⇒ String? (readonly)
Returns the value of attribute network.
111 112 113 |
# File 'sig/paymos.rbs', line 111 def network @network end |
#project_id ⇒ String (readonly)
Returns the value of attribute project_id.
103 104 105 |
# File 'sig/paymos.rbs', line 103 def project_id @project_id end |
#status ⇒ String (readonly)
Returns the value of attribute status.
106 107 108 |
# File 'sig/paymos.rbs', line 106 def status @status end |