module Levelup::Templates::UserAddressData

Apply this template to any request/response that handles all data for a user address.

Attributes

address_type[RW]

The 'type' of this address, e.g. 'home' or 'work'.

extended_address[RW]

The second line of the address, e.g. 'Suite #40'.

locality[RW]

The city (or some equivalent) of this address.

postal_code[RW]

The postal code for this address.

region[RW]

The state, province, or some other equivalent for this address.

street_address[RW]

The number and street name of this address.