Class: EwayRapid::Models::PaymentDetails

Inherits:
Object
  • Object
show all
Defined in:
lib/eway_rapid/models/models.rb

Overview

Details of the payment

Instance Attribute Summary collapse

Instance Attribute Details

#currency_codeObject

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_descriptionObject

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_numberObject

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_referenceObject

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_amountObject

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