# Interface: CustomerAddressAttributes

# Hierarchy

# Table of contents

# Properties

# Properties

# address1

address1: string

Defined in: types/customer.ts:81 (opens new window)


# address2

address2: string

Defined in: types/customer.ts:82 (opens new window)


# address3

Optional address3: string

Defined in: types/customer.ts:83 (opens new window)


# city

city: string

Defined in: types/customer.ts:85 (opens new window)


# company

company: string

Defined in: types/customer.ts:88 (opens new window)


# country

country: string

Defined in: types/customer.ts:86 (opens new window)


# firstName

firstName: string

Defined in: types/customer.ts:79 (opens new window)


# isDefaultBilling

isDefaultBilling: boolean

Defined in: types/customer.ts:91 (opens new window)


# isDefaultShipping

isDefaultShipping: boolean

Defined in: types/customer.ts:90 (opens new window)


# iso2Code

iso2Code: string

Defined in: types/customer.ts:87 (opens new window)


# lastName

lastName: string

Defined in: types/customer.ts:80 (opens new window)


# phone

phone: string

Defined in: types/customer.ts:89 (opens new window)


# salutation

salutation: string

Defined in: types/customer.ts:78 (opens new window)


# zipCode

zipCode: string

Defined in: types/customer.ts:84 (opens new window)