Class: EwayRapid::Models::BalancePerCardType

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

Instance Attribute Summary collapse

Instance Attribute Details

#balanceObject

Returns the value of attribute balance.



363
364
365
# File 'lib/eway_rapid/models/models.rb', line 363

def balance
  @balance
end

#card_typeObject

Returns the value of attribute card_type.



359
360
361
# File 'lib/eway_rapid/models/models.rb', line 359

def card_type
  @card_type
end

#creditObject

Returns the value of attribute credit.



361
362
363
# File 'lib/eway_rapid/models/models.rb', line 361

def credit
  @credit
end

#debitObject

Returns the value of attribute debit.



362
363
364
# File 'lib/eway_rapid/models/models.rb', line 362

def debit
  @debit
end

#number_of_transactionsObject

Returns the value of attribute number_of_transactions.



360
361
362
# File 'lib/eway_rapid/models/models.rb', line 360

def number_of_transactions
  @number_of_transactions
end