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.



403
404
405
# File 'lib/eway_rapid/models/models.rb', line 403

def balance
  @balance
end

#card_typeObject

Returns the value of attribute card_type.



399
400
401
# File 'lib/eway_rapid/models/models.rb', line 399

def card_type
  @card_type
end

#creditObject

Returns the value of attribute credit.



401
402
403
# File 'lib/eway_rapid/models/models.rb', line 401

def credit
  @credit
end

#debitObject

Returns the value of attribute debit.



402
403
404
# File 'lib/eway_rapid/models/models.rb', line 402

def debit
  @debit
end

#number_of_transactionsObject

Returns the value of attribute number_of_transactions.



400
401
402
# File 'lib/eway_rapid/models/models.rb', line 400

def number_of_transactions
  @number_of_transactions
end