SoftLayer_Account_Address


SoftLayer_Account_Address

Description

The SoftLayer_Account_Address data type contains information on an address associated with a SoftLayer account.

Local


accountId

None
Type: int


address1

Line 1 of the address (normally the street address).
Type: string


address2

Line 2 of the address.
Type: string


city

The city of the address.
Type: string


contactName

The contact name (person, office) of the address.
Type: string


country

The country of the address.
Type: string


description

The description of the address.
Type: string


id

The unique id of the address.
Type: int


isActive

Flag to show whether the address is active.
Type: int


locationId

The location id of the address.
Type: int


postalCode

The postal (zip) code of the address.
Type: string


state

The state of the address.
Type: string

Relational


account

The account to which this address belongs.
Type: SoftLayer_Account


createUser

The customer user who created this address.
Type: SoftLayer_User_Customer


location

The location of this address.
Type: SoftLayer_Location


modifyEmployee

The employee who last modified this address.
Type: SoftLayer_User_Employee


modifyUser

The customer user who last modified this address.
Type: SoftLayer_User_Customer


type

An account address’ type.
Type: SoftLayer_Account_Address_Type

Count