Skip to main content

Interface: OrderAddressBulkInput

Defined in: type/OrderAddressBulkInput.ts:7

Input object for OrderAddressBulkInput

Properties

city?

optional city?: string

Defined in: type/OrderAddressBulkInput.ts:27

City name


code?

optional code?: string

Defined in: type/OrderAddressBulkInput.ts:39

Internal code or reference for this address


company?

optional company?: string

Defined in: type/OrderAddressBulkInput.ts:17

Company name at this address


country?

optional country?: string

Defined in: type/OrderAddressBulkInput.ts:31

Country code (ISO 2-letter)


email?

optional email?: string

Defined in: type/OrderAddressBulkInput.ts:37

Email that applies to this address


firstName?

optional firstName?: string

Defined in: type/OrderAddressBulkInput.ts:9

First name of the person at this address


gender?

optional gender?: Gender

Defined in: type/OrderAddressBulkInput.ts:15

Gender of the person at this address


icp?

optional icp?: YesNo

Defined in: type/OrderAddressBulkInput.ts:43

ICP address field defines whether tax should be applied


lastName?

optional lastName?: string

Defined in: type/OrderAddressBulkInput.ts:13

Last name of the person at this address


middleName?

optional middleName?: string

Defined in: type/OrderAddressBulkInput.ts:11

Middle name of the person at this address


mobile?

optional mobile?: string

Defined in: type/OrderAddressBulkInput.ts:35

Mobile phone number [min: 6, max: 30]


name?

optional name?: string

Defined in: type/OrderAddressBulkInput.ts:47

Display name for this address


notes?

optional notes?: string

Defined in: type/OrderAddressBulkInput.ts:41

Additional notes about this address


number?

optional number?: string

Defined in: type/OrderAddressBulkInput.ts:21

House or building number


numberExtension?

optional numberExtension?: string

Defined in: type/OrderAddressBulkInput.ts:23

Extension to the house number


phone?

optional phone?: string

Defined in: type/OrderAddressBulkInput.ts:33

Fixed phone number [min: 6, max: 30]


postalCode?

optional postalCode?: string

Defined in: type/OrderAddressBulkInput.ts:25

Postal or ZIP code


region?

optional region?: string

Defined in: type/OrderAddressBulkInput.ts:29

State, province, or region code


street?

optional street?: string

Defined in: type/OrderAddressBulkInput.ts:19

Street name and number


type

type: AddressType

Defined in: type/OrderAddressBulkInput.ts:49

Address type [one of: delivery, invoice, home]


url?

optional url?: string

Defined in: type/OrderAddressBulkInput.ts:45

Website URL if applicable