Class: ApiBanking::PrepaidCardManagementService::RegisterCard::Address

Inherits:
Struct
  • Object
show all
Defined in:
lib/api_banking/soap/prepaidCardManagementService.rb

Instance Attribute Summary collapse

Instance Attribute Details

#addressLine1Object

Returns the value of attribute addressLine1

Returns:

  • (Object)

    the current value of addressLine1



26
27
28
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 26

def addressLine1
  @addressLine1
end

#addressLine2Object

Returns the value of attribute addressLine2

Returns:

  • (Object)

    the current value of addressLine2



26
27
28
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 26

def addressLine2
  @addressLine2
end

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



26
27
28
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 26

def city
  @city
end

#countryObject

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



26
27
28
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 26

def country
  @country
end

#postalCodeObject

Returns the value of attribute postalCode

Returns:

  • (Object)

    the current value of postalCode



26
27
28
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 26

def postalCode
  @postalCode
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



26
27
28
# File 'lib/api_banking/soap/prepaidCardManagementService.rb', line 26

def state
  @state
end