Class: ApiBanking::FundsTransferByCustomerService2::Transfer::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::FundsTransferByCustomerService2::Transfer::Request
- Defined in:
- lib/api_banking/soap/fundsTransferByCustomerService2.rb
Instance Attribute Summary collapse
-
#appID ⇒ Object
Returns the value of attribute appID.
-
#beneficiary ⇒ Object
Returns the value of attribute beneficiary.
-
#customerID ⇒ Object
Returns the value of attribute customerID.
-
#debitAccountNo ⇒ Object
Returns the value of attribute debitAccountNo.
-
#purposeCode ⇒ Object
Returns the value of attribute purposeCode.
-
#remitterToBeneficiaryInfo ⇒ Object
Returns the value of attribute remitterToBeneficiaryInfo.
-
#transferAmount ⇒ Object
Returns the value of attribute transferAmount.
-
#transferType ⇒ Object
Returns the value of attribute transferType.
-
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo.
Instance Attribute Details
#appID ⇒ Object
Returns the value of attribute appID
13 14 15 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 13 def appID @appID end |
#beneficiary ⇒ Object
Returns the value of attribute beneficiary
13 14 15 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 13 def beneficiary @beneficiary end |
#customerID ⇒ Object
Returns the value of attribute customerID
13 14 15 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 13 def customerID @customerID end |
#debitAccountNo ⇒ Object
Returns the value of attribute debitAccountNo
13 14 15 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 13 def debitAccountNo @debitAccountNo end |
#purposeCode ⇒ Object
Returns the value of attribute purposeCode
13 14 15 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 13 def purposeCode @purposeCode end |
#remitterToBeneficiaryInfo ⇒ Object
Returns the value of attribute remitterToBeneficiaryInfo
13 14 15 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 13 def remitterToBeneficiaryInfo @remitterToBeneficiaryInfo end |
#transferAmount ⇒ Object
Returns the value of attribute transferAmount
13 14 15 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 13 def transferAmount @transferAmount end |
#transferType ⇒ Object
Returns the value of attribute transferType
13 14 15 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 13 def transferType @transferType end |
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo
13 14 15 |
# File 'lib/api_banking/soap/fundsTransferByCustomerService2.rb', line 13 def uniqueRequestNo @uniqueRequestNo end |