Class: ApiBanking::FundsTransferByCustomerService2::GetBalance::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::FundsTransferByCustomerService2::GetBalance::Result
- Defined in:
- lib/api_banking/soap/fundsTransferByCustomerService2.rb
Instance Attribute Summary collapse
-
#accountBalanceAmount ⇒ Object
Returns the value of attribute accountBalanceAmount.
-
#accountCurrencyCode ⇒ Object
Returns the value of attribute accountCurrencyCode.
-
#lowBalanceAlert ⇒ Object
Returns the value of attribute lowBalanceAlert.
-
#Version ⇒ Object
Returns the value of attribute Version.
Instance Attribute Details
#accountBalanceAmount ⇒ Object
Returns the value of attribute accountBalanceAmount
29 30 31 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 29 def accountBalanceAmount @accountBalanceAmount end |
#accountCurrencyCode ⇒ Object
Returns the value of attribute accountCurrencyCode
29 30 31 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 29 def accountCurrencyCode @accountCurrencyCode end |
#lowBalanceAlert ⇒ Object
Returns the value of attribute lowBalanceAlert
29 30 31 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 29 def lowBalanceAlert @lowBalanceAlert end |
#Version ⇒ Object
Returns the value of attribute Version
29 30 31 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 29 def Version @Version end |