EmployeeAddress


Description

Extends the International Address class with properties that are specific to an employee address.

Properties

Property

Type

Length

Default

Description

Key

EmployeeAddressKey

N/A

N/A

The employee address key object that uniquely identifies the employee address.

County

string

60

Empty

The county for the address.

InternetAddresses

InternetAddresses

N/A

N/A

An InternetAddress object that specifies the set of Internet addresses for an employee.

DeleteOnUpdate

boolean

N/A

False

Set this flag to True when calling the Update operation to remove the address from the customer.


Inherits from

InternationalAddress


Documentation Feedback