Class: ApiBanking::PrepaidCardManagementService::RegisterCard::Address
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::PrepaidCardManagementService::RegisterCard::Address
- Defined in:
- lib/api_banking/soap/prepaidCardManagementService.rb
Instance Attribute Summary collapse
-
#addressLine1 ⇒ Object
Returns the value of attribute addressLine1.
-
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2.
-
#city ⇒ Object
Returns the value of attribute city.
-
#country ⇒ Object
Returns the value of attribute country.
-
#postalCode ⇒ Object
Returns the value of attribute postalCode.
-
#state ⇒ Object
Returns the value of attribute state.
Instance Attribute Details
#addressLine1 ⇒ Object
Returns the value of attribute addressLine1
26 27 28 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 26 def addressLine1 @addressLine1 end |
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2
26 27 28 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 26 def addressLine2 @addressLine2 end |
#city ⇒ Object
Returns the value of attribute city
26 27 28 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 26 def city @city end |
#country ⇒ Object
Returns the value of attribute country
26 27 28 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 26 def country @country end |
#postalCode ⇒ Object
Returns the value of attribute postalCode
26 27 28 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 26 def postalCode @postalCode end |
#state ⇒ Object
Returns the value of attribute state
26 27 28 |
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 26 def state @state end |