Class: PFS::Resources::Accounts::BalanceCredit
- Defined in:
- lib/pfs/resources/accounts/balance_credit.rb
Instance Attribute Summary collapse
-
#amount ⇒ Object
Returns the value of attribute amount.
-
#currencyCode ⇒ Object
(also: #current_code)
Returns the value of attribute currencyCode.
-
#feeAmount ⇒ Object
(also: #fee_amount)
Returns the value of attribute feeAmount.
-
#newBalance ⇒ Object
(also: #new_balance)
Returns the value of attribute newBalance.
-
#oldBalance ⇒ Object
(also: #old_balance)
Returns the value of attribute oldBalance.
Attributes inherited from Base
Method Summary
Methods inherited from Base
Constructor Details
This class inherits a constructor from PFS::Resources::Base
Instance Attribute Details
#amount ⇒ Object
Returns the value of attribute amount.
7 8 9 |
# File 'lib/pfs/resources/accounts/balance_credit.rb', line 7 def amount @amount end |
#currencyCode ⇒ Object 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 |
#feeAmount ⇒ Object 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 |
#newBalance ⇒ Object 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 |
#oldBalance ⇒ Object 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 |