Class: EwayRapid::Models::SettlementTransaction

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

Instance Attribute Summary collapse

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



414
415
416
# File 'lib/eway_rapid/models/models.rb', line 414

def amount
  @amount
end

#card_typeObject

Returns the value of attribute card_type.



413
414
415
# File 'lib/eway_rapid/models/models.rb', line 413

def card_type
  @card_type
end

#currencyObject

Returns the value of attribute currency.



409
410
411
# File 'lib/eway_rapid/models/models.rb', line 409

def currency
  @currency
end

#currency_codeObject

Returns the value of attribute currency_code.



410
411
412
# File 'lib/eway_rapid/models/models.rb', line 410

def currency_code
  @currency_code
end

#eway_customer_idObject

Returns the value of attribute eway_customer_id.



408
409
410
# File 'lib/eway_rapid/models/models.rb', line 408

def eway_customer_id
  @eway_customer_id
end

#settlement_dateObject

Returns the value of attribute settlement_date.



417
418
419
# File 'lib/eway_rapid/models/models.rb', line 417

def settlement_date
  @settlement_date
end

#settlement_idObject

Returns the value of attribute settlement_id.



407
408
409
# File 'lib/eway_rapid/models/models.rb', line 407

def settlement_id
  @settlement_id
end

#transaction_dateObject

Returns the value of attribute transaction_date.



416
417
418
# File 'lib/eway_rapid/models/models.rb', line 416

def transaction_date
  @transaction_date
end

#transaction_idObject

Returns the value of attribute transaction_id.



411
412
413
# File 'lib/eway_rapid/models/models.rb', line 411

def transaction_id
  @transaction_id
end

#transaction_typeObject

Returns the value of attribute transaction_type.



415
416
417
# File 'lib/eway_rapid/models/models.rb', line 415

def transaction_type
  @transaction_type
end

#txn_referenceObject

Returns the value of attribute txn_reference.



412
413
414
# File 'lib/eway_rapid/models/models.rb', line 412

def txn_reference
  @txn_reference
end