Class: ApiBanking::FundsTransferByCustomerService2::GetBalance::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::FundsTransferByCustomerService2::GetBalance::Request
- Defined in:
- lib/api_banking/soap/fundsTransferByCustomerService2.rb
Instance Attribute Summary collapse
-
#AccountNumber ⇒ Object
Returns the value of attribute AccountNumber.
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#customerID ⇒ Object
Returns the value of attribute customerID.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#AccountNumber ⇒ Object
Returns the value of attribute AccountNumber
28 29 30 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 28 def AccountNumber @AccountNumber end |
#appID ⇒ Object
Returns the value of attribute appID
28 29 30 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 28 def appID @appID end |
#customerID ⇒ Object
Returns the value of attribute customerID
28 29 30 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 28 def customerID @customerID end |
#version ⇒ Object
Returns the value of attribute version
28 29 30 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 28 def version @version end |