Class: ApiBanking::InwardRemittanceByPartnerService::Remit::Address
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::InwardRemittanceByPartnerService::Remit::Address
- Defined in:
- lib/api_banking/soap/inwardRemittanceByPartnerService.rb
Instance Attribute Summary collapse
-
#address1 ⇒ Object
Returns the value of attribute address1.
-
#address2 ⇒ Object
Returns the value of attribute address2.
-
#address3 ⇒ Object
Returns the value of attribute address3.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#stateOrProvince ⇒ Object
Returns the value of attribute stateOrProvince.
Instance Attribute Details
#address1 ⇒ Object
Returns the value of attribute address1
12 13 14 |
# File 'lib/api_banking/soap/inwardRemittanceByPartnerService.rb', line 12 def address1 @address1 end |
#address2 ⇒ Object
Returns the value of attribute address2
12 13 14 |
# File 'lib/api_banking/soap/inwardRemittanceByPartnerService.rb', line 12 def address2 @address2 end |
#address3 ⇒ Object
Returns the value of attribute address3
12 13 14 |
# File 'lib/api_banking/soap/inwardRemittanceByPartnerService.rb', line 12 def address3 @address3 end |
#city ⇒ Object
Returns the value of attribute city
12 13 14 |
# File 'lib/api_banking/soap/inwardRemittanceByPartnerService.rb', line 12 def city @city end |
#country ⇒ Object
Returns the value of attribute country
12 13 14 |
# File 'lib/api_banking/soap/inwardRemittanceByPartnerService.rb', line 12 def country @country end |
#postalCode ⇒ Object
Returns the value of attribute postalCode
12 13 14 |
# File 'lib/api_banking/soap/inwardRemittanceByPartnerService.rb', line 12 def postalCode @postalCode end |
#stateOrProvince ⇒ Object
Returns the value of attribute stateOrProvince
12 13 14 |
# File 'lib/api_banking/soap/inwardRemittanceByPartnerService.rb', line 12 def stateOrProvince @stateOrProvince end |