# Interface: CheckoutAddress
# Hierarchy
-
↳ CheckoutAddress
# Table of contents
# Properties
- address1
- address2
- address3
- city
- company
- country
- firstName
- id
- isCustomAddress
- isDefaultBilling
- isDefaultShipping
- iso2Code
- lastName
- phone
- salutation
- sameAsShipping
- zipCode
# Properties
# address1
• address1: string
Inherited from: CustomerAddressAttributes.address1
Defined in: types/customer.ts:81 (opens new window)
# address2
• address2: string
Inherited from: CustomerAddressAttributes.address2
Defined in: types/customer.ts:82 (opens new window)
# address3
• Optional
address3: string
Inherited from: CustomerAddressAttributes.address3
Defined in: types/customer.ts:83 (opens new window)
# city
• city: string
Inherited from: CustomerAddressAttributes.city
Defined in: types/customer.ts:85 (opens new window)
# company
• company: string
Inherited from: CustomerAddressAttributes.company
Defined in: types/customer.ts:88 (opens new window)
# country
• country: string
Inherited from: CustomerAddressAttributes.country
Defined in: types/customer.ts:86 (opens new window)
# firstName
• firstName: string
Inherited from: CustomerAddressAttributes.firstName
Defined in: types/customer.ts:79 (opens new window)
# id
• Optional
id: string
Defined in: types/checkout.ts:128 (opens new window)
# isCustomAddress
• Optional
isCustomAddress: boolean
Defined in: types/checkout.ts:130 (opens new window)
# isDefaultBilling
• isDefaultBilling: boolean
Inherited from: CustomerAddressAttributes.isDefaultBilling
Defined in: types/customer.ts:91 (opens new window)
# isDefaultShipping
• isDefaultShipping: boolean
Inherited from: CustomerAddressAttributes.isDefaultShipping
Defined in: types/customer.ts:90 (opens new window)
# iso2Code
• iso2Code: string
Inherited from: CustomerAddressAttributes.iso2Code
Defined in: types/customer.ts:87 (opens new window)
# lastName
• lastName: string
Inherited from: CustomerAddressAttributes.lastName
Defined in: types/customer.ts:80 (opens new window)
# phone
• phone: string
Inherited from: CustomerAddressAttributes.phone
Defined in: types/customer.ts:89 (opens new window)
# salutation
• salutation: string
Inherited from: CustomerAddressAttributes.salutation
Defined in: types/customer.ts:78 (opens new window)
# sameAsShipping
• Optional
sameAsShipping: boolean
Defined in: types/checkout.ts:129 (opens new window)
# zipCode
• zipCode: string
Inherited from: CustomerAddressAttributes.zipCode
Defined in: types/customer.ts:84 (opens new window)