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.



374
375
376
# File 'lib/eway_rapid/models/models.rb', line 374

def amount
  @amount
end

#card_typeObject

Returns the value of attribute card_type.



373
374
375
# File 'lib/eway_rapid/models/models.rb', line 373

def card_type
  @card_type
end

#currencyObject

Returns the value of attribute currency.



369
370
371
# File 'lib/eway_rapid/models/models.rb', line 369

def currency
  @currency
end

#currency_codeObject

Returns the value of attribute currency_code.



370
371
372
# File 'lib/eway_rapid/models/models.rb', line 370

def currency_code
  @currency_code
end

#eway_customer_idObject

Returns the value of attribute eway_customer_id.



368
369
370
# File 'lib/eway_rapid/models/models.rb', line 368

def eway_customer_id
  @eway_customer_id
end

#settlement_dateObject

Returns the value of attribute settlement_date.



377
378
379
# File 'lib/eway_rapid/models/models.rb', line 377

def settlement_date
  @settlement_date
end

#settlement_idObject

Returns the value of attribute settlement_id.



367
368
369
# File 'lib/eway_rapid/models/models.rb', line 367

def settlement_id
  @settlement_id
end

#transaction_dateObject

Returns the value of attribute transaction_date.



376
377
378
# File 'lib/eway_rapid/models/models.rb', line 376

def transaction_date
  @transaction_date
end

#transaction_idObject

Returns the value of attribute transaction_id.



371
372
373
# File 'lib/eway_rapid/models/models.rb', line 371

def transaction_id
  @transaction_id
end

#transaction_typeObject

Returns the value of attribute transaction_type.



375
376
377
# File 'lib/eway_rapid/models/models.rb', line 375

def transaction_type
  @transaction_type
end

#txn_referenceObject

Returns the value of attribute txn_reference.



372
373
374
# File 'lib/eway_rapid/models/models.rb', line 372

def txn_reference
  @txn_reference
end