Class: ApiBanking::InwardRemittanceByPartnerService::Remit::TransactionStatus
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::InwardRemittanceByPartnerService::Remit::TransactionStatus
- Defined in:
- lib/api_banking/soap/inwardRemittanceByPartnerService.rb
Instance Attribute Summary collapse
-
#bankReferenceNo ⇒ Object
Returns the value of attribute bankReferenceNo.
-
#beneficiaryReferenceNo ⇒ Object
Returns the value of attribute beneficiaryReferenceNo.
-
#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
19 20 21 |
# File 'lib/api_banking/soap/inwardRemittanceByPartnerService.rb', line 19 def bankReferenceNo @bankReferenceNo end |
#beneficiaryReferenceNo ⇒ Object
Returns the value of attribute beneficiaryReferenceNo
19 20 21 |
# File 'lib/api_banking/soap/inwardRemittanceByPartnerService.rb', line 19 def beneficiaryReferenceNo @beneficiaryReferenceNo end |
#statusCode ⇒ Object
Returns the value of attribute statusCode
19 20 21 |
# File 'lib/api_banking/soap/inwardRemittanceByPartnerService.rb', line 19 def statusCode @statusCode end |
#subStatusCode ⇒ Object
Returns the value of attribute subStatusCode
19 20 21 |
# File 'lib/api_banking/soap/inwardRemittanceByPartnerService.rb', line 19 def subStatusCode @subStatusCode end |