Class: Paymos::Order
- 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.
-
#currency ⇒ String
readonly
Returns the value of attribute currency.
-
#external_id ⇒ String
readonly
Returns the value of attribute external_id.
-
#network ⇒ String?
readonly
Returns the value of attribute network.
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.
55 56 57 |
# File 'sig/paymos.rbs', line 55 def amount @amount end |
#client_id ⇒ String? (readonly)
Returns the value of attribute client_id.
54 55 56 |
# File 'sig/paymos.rbs', line 54 def client_id @client_id end |
#currency ⇒ String (readonly)
Returns the value of attribute currency.
56 57 58 |
# File 'sig/paymos.rbs', line 56 def currency @currency end |
#external_id ⇒ String (readonly)
Returns the value of attribute external_id.
53 54 55 |
# File 'sig/paymos.rbs', line 53 def external_id @external_id end |
#network ⇒ String? (readonly)
Returns the value of attribute network.
57 58 59 |
# File 'sig/paymos.rbs', line 57 def network @network end |