Class: ApiBanking::DomesticRemittanceByPartnerService::GetTransactions::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::DomesticRemittanceByPartnerService::GetTransactions::Result
- Defined in:
- lib/api_banking/soap/domesticRemittanceByPartnerService.rb
Instance Attribute Summary collapse
-
#closingBalance ⇒ Object
Returns the value of attribute closingBalance.
-
#numCredits ⇒ Object
Returns the value of attribute numCredits.
-
#numDebits ⇒ Object
Returns the value of attribute numDebits.
-
#numTransactions ⇒ Object
Returns the value of attribute numTransactions.
-
#openingBalance ⇒ Object
Returns the value of attribute openingBalance.
-
#transactionsArray ⇒ Object
Returns the value of attribute transactionsArray.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#closingBalance ⇒ Object
Returns the value of attribute closingBalance
48 49 50 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 48 def closingBalance @closingBalance end |
#numCredits ⇒ Object
Returns the value of attribute numCredits
48 49 50 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 48 def numCredits @numCredits end |
#numDebits ⇒ Object
Returns the value of attribute numDebits
48 49 50 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 48 def numDebits @numDebits end |
#numTransactions ⇒ Object
Returns the value of attribute numTransactions
48 49 50 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 48 def numTransactions @numTransactions end |
#openingBalance ⇒ Object
Returns the value of attribute openingBalance
48 49 50 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 48 def openingBalance @openingBalance end |
#transactionsArray ⇒ Object
Returns the value of attribute transactionsArray
48 49 50 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 48 def transactionsArray @transactionsArray end |
#version ⇒ Object
Returns the value of attribute version
48 49 50 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 48 def version @version end |