Class: ApiBanking::DomesticRemittanceByPartnerService::Remit::Request
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::DomesticRemittanceByPartnerService::Remit::Request
- Defined in:
- lib/api_banking/soap/domesticRemittanceByPartnerService.rb
Instance Attribute Summary collapse
-
#beneficiaryAccountNo ⇒ Object
Returns the value of attribute beneficiaryAccountNo.
-
#beneficiaryAddress ⇒ Object
Returns the value of attribute beneficiaryAddress.
-
#beneficiaryContact ⇒ Object
Returns the value of attribute beneficiaryContact.
-
#beneficiaryIFSC ⇒ Object
Returns the value of attribute beneficiaryIFSC.
-
#beneficiaryName ⇒ Object
Returns the value of attribute beneficiaryName.
-
#customerID ⇒ Object
Returns the value of attribute customerID.
-
#debitAccountNo ⇒ Object
Returns the value of attribute debitAccountNo.
-
#partnerCode ⇒ Object
Returns the value of attribute partnerCode.
-
#remitterAccountNo ⇒ Object
Returns the value of attribute remitterAccountNo.
-
#remitterAddress ⇒ Object
Returns the value of attribute remitterAddress.
-
#remitterContact ⇒ Object
Returns the value of attribute remitterContact.
-
#remitterIFSC ⇒ Object
Returns the value of attribute remitterIFSC.
-
#remitterName ⇒ Object
Returns the value of attribute remitterName.
-
#remitterToBeneficiaryInfo ⇒ Object
Returns the value of attribute remitterToBeneficiaryInfo.
-
#transferAmount ⇒ Object
Returns the value of attribute transferAmount.
-
#transferCurrencyCode ⇒ Object
Returns the value of attribute transferCurrencyCode.
-
#transferType ⇒ Object
Returns the value of attribute transferType.
-
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo.
Instance Attribute Details
#beneficiaryAccountNo ⇒ Object
Returns the value of attribute beneficiaryAccountNo
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def beneficiaryAccountNo @beneficiaryAccountNo end |
#beneficiaryAddress ⇒ Object
Returns the value of attribute beneficiaryAddress
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def beneficiaryAddress @beneficiaryAddress end |
#beneficiaryContact ⇒ Object
Returns the value of attribute beneficiaryContact
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def beneficiaryContact @beneficiaryContact end |
#beneficiaryIFSC ⇒ Object
Returns the value of attribute beneficiaryIFSC
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def beneficiaryIFSC @beneficiaryIFSC end |
#beneficiaryName ⇒ Object
Returns the value of attribute beneficiaryName
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def beneficiaryName @beneficiaryName end |
#customerID ⇒ Object
Returns the value of attribute customerID
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def customerID @customerID end |
#debitAccountNo ⇒ Object
Returns the value of attribute debitAccountNo
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def debitAccountNo @debitAccountNo end |
#partnerCode ⇒ Object
Returns the value of attribute partnerCode
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def partnerCode @partnerCode end |
#remitterAccountNo ⇒ Object
Returns the value of attribute remitterAccountNo
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def remitterAccountNo @remitterAccountNo end |
#remitterAddress ⇒ Object
Returns the value of attribute remitterAddress
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def remitterAddress @remitterAddress end |
#remitterContact ⇒ Object
Returns the value of attribute remitterContact
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def remitterContact @remitterContact end |
#remitterIFSC ⇒ Object
Returns the value of attribute remitterIFSC
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def remitterIFSC @remitterIFSC end |
#remitterName ⇒ Object
Returns the value of attribute remitterName
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def remitterName @remitterName end |
#remitterToBeneficiaryInfo ⇒ Object
Returns the value of attribute remitterToBeneficiaryInfo
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def remitterToBeneficiaryInfo @remitterToBeneficiaryInfo end |
#transferAmount ⇒ Object
Returns the value of attribute transferAmount
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def transferAmount @transferAmount end |
#transferCurrencyCode ⇒ Object
Returns the value of attribute transferCurrencyCode
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def transferCurrencyCode @transferCurrencyCode end |
#transferType ⇒ Object
Returns the value of attribute transferType
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def transferType @transferType end |
#uniqueRequestNo ⇒ Object
Returns the value of attribute uniqueRequestNo
13 14 15 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 13 def uniqueRequestNo @uniqueRequestNo end |