Class: EwayRapid::Models::PaymentDetails
- Inherits:
-
Object
- Object
- EwayRapid::Models::PaymentDetails
- Defined in:
- lib/eway_rapid/models/models.rb
Overview
Details of the payment
Instance Attribute Summary collapse
-
#currency_code ⇒ Object
The ISO 4217 3 character code of the currency that the transaction is to be processed in (e.g. ‘AUD’).
-
#invoice_description ⇒ Object
Returns the value of attribute invoice_description.
-
#invoice_number ⇒ Object
Returns the value of attribute invoice_number.
-
#invoice_reference ⇒ Object
Returns the value of attribute invoice_reference.
-
#total_amount ⇒ Object
The total amount of the transaction in cents.
Instance Attribute Details
#currency_code ⇒ Object
The ISO 4217 3 character code of the currency that the transaction is to be processed in (e.g. ‘AUD’)
175 176 177 |
# File 'lib/eway_rapid/models/models.rb', line 175 def currency_code @currency_code end |
#invoice_description ⇒ Object
Returns the value of attribute invoice_description.
170 171 172 |
# File 'lib/eway_rapid/models/models.rb', line 170 def invoice_description @invoice_description end |
#invoice_number ⇒ Object
Returns the value of attribute invoice_number.
169 170 171 |
# File 'lib/eway_rapid/models/models.rb', line 169 def invoice_number @invoice_number end |
#invoice_reference ⇒ Object
Returns the value of attribute invoice_reference.
171 172 173 |
# File 'lib/eway_rapid/models/models.rb', line 171 def invoice_reference @invoice_reference end |
#total_amount ⇒ Object
The total amount of the transaction in cents
167 168 169 |
# File 'lib/eway_rapid/models/models.rb', line 167 def total_amount @total_amount end |