Class: PFS::Resources::Accounts::BalanceCredit

Inherits:
Base
  • Object
show all
Defined in:
lib/pfs/resources/accounts/balance_credit.rb

Instance Attribute Summary collapse

Attributes inherited from Base

#response

Method Summary

Methods inherited from Base

#initialize, map

Constructor Details

This class inherits a constructor from PFS::Resources::Base

Instance Attribute Details

#amountObject

Returns the value of attribute amount.



7
8
9
# File 'lib/pfs/resources/accounts/balance_credit.rb', line 7

def amount
  @amount
end

#currencyCodeObject Also known as: current_code

Returns the value of attribute currencyCode.



7
8
9
# File 'lib/pfs/resources/accounts/balance_credit.rb', line 7

def currencyCode
  @currencyCode
end

#feeAmountObject Also known as: fee_amount

Returns the value of attribute feeAmount.



7
8
9
# File 'lib/pfs/resources/accounts/balance_credit.rb', line 7

def feeAmount
  @feeAmount
end

#newBalanceObject Also known as: new_balance

Returns the value of attribute newBalance.



7
8
9
# File 'lib/pfs/resources/accounts/balance_credit.rb', line 7

def newBalance
  @newBalance
end

#oldBalanceObject Also known as: old_balance

Returns the value of attribute oldBalance.



7
8
9
# File 'lib/pfs/resources/accounts/balance_credit.rb', line 7

def oldBalance
  @oldBalance
end