Class: ApiBanking::VirtualCardManagementService::RegisterCard::Address
- Inherits:
-
Struct
- Object
- Struct
- ApiBanking::VirtualCardManagementService::RegisterCard::Address
- Defined in:
- lib/api_banking/soap/virtualCardManagementService.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
25 26 27 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 25 def addressLine1 @addressLine1 end |
#addressLine2 ⇒ Object
Returns the value of attribute addressLine2
25 26 27 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 25 def addressLine2 @addressLine2 end |
#city ⇒ Object
Returns the value of attribute city
25 26 27 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 25 def city @city end |
#country ⇒ Object
Returns the value of attribute country
25 26 27 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 25 def country @country end |
#postalCode ⇒ Object
Returns the value of attribute postalCode
25 26 27 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 25 def postalCode @postalCode end |
#state ⇒ Object
Returns the value of attribute state
25 26 27 |
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 25 def state @state end |