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’)
176 177 178 |
# File 'lib/eway_rapid/models/models.rb', line 176 def currency_code @currency_code end |
#invoice_description ⇒ Object
Returns the value of attribute invoice_description.
171 172 173 |
# File 'lib/eway_rapid/models/models.rb', line 171 def invoice_description @invoice_description end |
#invoice_number ⇒ Object
Returns the value of attribute invoice_number.
170 171 172 |
# File 'lib/eway_rapid/models/models.rb', line 170 def invoice_number @invoice_number end |
#invoice_reference ⇒ Object
Returns the value of attribute invoice_reference.
172 173 174 |
# File 'lib/eway_rapid/models/models.rb', line 172 def invoice_reference @invoice_reference end |
#total_amount ⇒ Object
The total amount of the transaction in cents
168 169 170 |
# File 'lib/eway_rapid/models/models.rb', line 168 def total_amount @total_amount end |