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’)



176
177
178
# File 'lib/eway_rapid/models/models.rb', line 176

def currency_code
  @currency_code
end

#invoice_descriptionObject

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_numberObject

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_referenceObject

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_amountObject

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