Class: ApiBanking::InwardRemittanceByPartnerService::Remit::Identity
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::InwardRemittanceByPartnerService::Remit::Identity
- Defined in:
- lib/api_banking/soap/inwardRemittanceByPartnerService.rb
Instance Attribute Summary collapse
-
#expiryDate ⇒ Object
Returns the value of attribute expiryDate.
-
#idCountry ⇒ Object
Returns the value of attribute idCountry.
-
#idNumber ⇒ Object
Returns the value of attribute idNumber.
-
#idType ⇒ Object
Returns the value of attribute idType.
-
#issueDate ⇒ Object
Returns the value of attribute issueDate.
Instance Attribute Details
#expiryDate ⇒ Object
Returns the value of attribute expiryDate
15 16 17 |
# File 'lib/api_banking/soap/inwardRemittanceByPartnerService.rb', line 15 def expiryDate @expiryDate end |
#idCountry ⇒ Object
Returns the value of attribute idCountry
15 16 17 |
# File 'lib/api_banking/soap/inwardRemittanceByPartnerService.rb', line 15 def idCountry @idCountry end |
#idNumber ⇒ Object
Returns the value of attribute idNumber
15 16 17 |
# File 'lib/api_banking/soap/inwardRemittanceByPartnerService.rb', line 15 def idNumber @idNumber end |
#idType ⇒ Object
Returns the value of attribute idType
15 16 17 |
# File 'lib/api_banking/soap/inwardRemittanceByPartnerService.rb', line 15 def idType @idType end |
#issueDate ⇒ Object
Returns the value of attribute issueDate
15 16 17 |
# File 'lib/api_banking/soap/inwardRemittanceByPartnerService.rb', line 15 def issueDate @issueDate end |