Class: ApiBanking::DomesticRemittanceByPartnerService::GetStatus::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::DomesticRemittanceByPartnerService::GetStatus::Result
- Defined in:
- lib/api_banking/soap/domesticRemittanceByPartnerService.rb
Instance Attribute Summary collapse
-
#reqTransferType ⇒ Object
Returns the value of attribute reqTransferType.
-
#transactionDate ⇒ Object
Returns the value of attribute transactionDate.
-
#transactionStatus ⇒ Object
Returns the value of attribute transactionStatus.
-
#transferAmount ⇒ Object
Returns the value of attribute transferAmount.
-
#transferCurrencyCode ⇒ Object
Returns the value of attribute transferCurrencyCode.
-
#transferType ⇒ Object
Returns the value of attribute transferType.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#reqTransferType ⇒ Object
Returns the value of attribute reqTransferType
29 30 31 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 29 def reqTransferType @reqTransferType end |
#transactionDate ⇒ Object
Returns the value of attribute transactionDate
29 30 31 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 29 def transactionDate @transactionDate end |
#transactionStatus ⇒ Object
Returns the value of attribute transactionStatus
29 30 31 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 29 def transactionStatus @transactionStatus end |
#transferAmount ⇒ Object
Returns the value of attribute transferAmount
29 30 31 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 29 def transferAmount @transferAmount end |
#transferCurrencyCode ⇒ Object
Returns the value of attribute transferCurrencyCode
29 30 31 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 29 def transferCurrencyCode @transferCurrencyCode end |
#transferType ⇒ Object
Returns the value of attribute transferType
29 30 31 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 29 def transferType @transferType end |
#version ⇒ Object
Returns the value of attribute version
29 30 31 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 29 def version @version end |