Class: ApiBanking::DomesticRemittanceByPartnerService::Remit::Result
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::DomesticRemittanceByPartnerService::Remit::Result
- Defined in:
- lib/api_banking/soap/domesticRemittanceByPartnerService.rb
Instance Attribute Summary collapse
-
#attemptNo ⇒ Object
Returns the value of attribute attemptNo.
-
#lowBalanceAlert ⇒ Object
Returns the value of attribute lowBalanceAlert.
-
#requestReferenceNo ⇒ Object
Returns the value of attribute requestReferenceNo.
-
#transactionStatus ⇒ Object
Returns the value of attribute transactionStatus.
-
#transferType ⇒ Object
Returns the value of attribute transferType.
-
#uniqueResponseNo ⇒ Object
Returns the value of attribute uniqueResponseNo.
-
#version ⇒ Object
Returns the value of attribute version.
Instance Attribute Details
#attemptNo ⇒ Object
Returns the value of attribute attemptNo
20 21 22 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 20 def attemptNo @attemptNo end |
#lowBalanceAlert ⇒ Object
Returns the value of attribute lowBalanceAlert
20 21 22 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 20 def lowBalanceAlert @lowBalanceAlert end |
#requestReferenceNo ⇒ Object
Returns the value of attribute requestReferenceNo
20 21 22 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 20 def requestReferenceNo @requestReferenceNo end |
#transactionStatus ⇒ Object
Returns the value of attribute transactionStatus
20 21 22 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 20 def transactionStatus @transactionStatus end |
#transferType ⇒ Object
Returns the value of attribute transferType
20 21 22 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 20 def transferType @transferType end |
#uniqueResponseNo ⇒ Object
Returns the value of attribute uniqueResponseNo
20 21 22 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 20 def uniqueResponseNo @uniqueResponseNo end |
#version ⇒ Object
Returns the value of attribute version
20 21 22 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 20 def version @version end |