Class: ApiBanking::DomesticRemittanceByPartnerService::GetStatus::TransactionStatus
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::DomesticRemittanceByPartnerService::GetStatus::TransactionStatus
- Defined in:
- lib/api_banking/soap/domesticRemittanceByPartnerService.rb
Instance Attribute Summary collapse
-
#bankReferenceNo ⇒ Object
Returns the value of attribute bankReferenceNo.
-
#beneficiaryReferenceNo ⇒ Object
Returns the value of attribute beneficiaryReferenceNo.
-
#reason ⇒ Object
Returns the value of attribute reason.
-
#statusCode ⇒ Object
Returns the value of attribute statusCode.
-
#subStatusCode ⇒ Object
Returns the value of attribute subStatusCode.
Instance Attribute Details
#bankReferenceNo ⇒ Object
Returns the value of attribute bankReferenceNo
27 28 29 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 27 def bankReferenceNo @bankReferenceNo end |
#beneficiaryReferenceNo ⇒ Object
Returns the value of attribute beneficiaryReferenceNo
27 28 29 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 27 def beneficiaryReferenceNo @beneficiaryReferenceNo end |
#reason ⇒ Object
Returns the value of attribute reason
27 28 29 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 27 def reason @reason end |
#statusCode ⇒ Object
Returns the value of attribute statusCode
27 28 29 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 27 def statusCode @statusCode end |
#subStatusCode ⇒ Object
Returns the value of attribute subStatusCode
27 28 29 |
# File 'lib/api_banking/soap/domesticRemittanceByPartnerService.rb', line 27 def subStatusCode @subStatusCode end |