Class: ApiBanking::VirtualCardManagementService::RegisterCard::Address

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

Instance Attribute Summary collapse

Instance Attribute Details

#addressLine1Object

Returns the value of attribute addressLine1

Returns:

  • (Object)

    the current value of addressLine1



25
26
27
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 25

def addressLine1
  @addressLine1
end

#addressLine2Object

Returns the value of attribute addressLine2

Returns:

  • (Object)

    the current value of addressLine2



25
26
27
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 25

def addressLine2
  @addressLine2
end

#cityObject

Returns the value of attribute city

Returns:

  • (Object)

    the current value of city



25
26
27
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 25

def city
  @city
end

#countryObject

Returns the value of attribute country

Returns:

  • (Object)

    the current value of country



25
26
27
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 25

def country
  @country
end

#postalCodeObject

Returns the value of attribute postalCode

Returns:

  • (Object)

    the current value of postalCode



25
26
27
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 25

def postalCode
  @postalCode
end

#stateObject

Returns the value of attribute state

Returns:

  • (Object)

    the current value of state



25
26
27
# File 'lib/api_banking/soap/virtualCardManagementService.rb', line 25

def state
  @state
end