Class: ApiBanking::DomesticRemittanceByPartnerService::GetBalance::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::DomesticRemittanceByPartnerService::GetBalance::Result
- Defined in:
- lib/api_banking/soap/domesticRemittanceByPartnerService.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
37 38 39 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 37 def accountBalanceAmount @accountBalanceAmount end |
#accountCurrencyCode ⇒ Object
Returns the value of attribute accountCurrencyCode
37 38 39 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 37 def accountCurrencyCode @accountCurrencyCode end |
#lowBalanceAlert ⇒ Object
Returns the value of attribute lowBalanceAlert
37 38 39 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 37 def lowBalanceAlert @lowBalanceAlert end |
#version ⇒ Object
Returns the value of attribute version
37 38 39 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 37 def version @version end |