@bigcommerce/checkout-sdk › CustomerAddress
↳ Address
↳ CustomerAddress
- address1
- address2
- city
- company
- country
- countryCode
- customFields
- firstName
- id
- lastName
- phone
- postalCode
- shouldSaveAddress
- stateOrProvince
- stateOrProvinceCode
- type
• address1: string
Inherited from Address.address1
• address2: string
Inherited from Address.address2
• city: string
• company: string
Inherited from Address.company
• country: string
Inherited from Address.country
• countryCode: string
Inherited from Address.countryCode
• customFields: Array‹object›
Inherited from Address.customFields
• firstName: string
Inherited from Address.firstName
• id: number
• lastName: string
Inherited from Address.lastName
• phone: string
• postalCode: string
Inherited from Address.postalCode
• shouldSaveAddress? : undefined | false | true
Inherited from Address.shouldSaveAddress
• stateOrProvince: string
Inherited from Address.stateOrProvince
• stateOrProvinceCode: string
Inherited from Address.stateOrProvinceCode
• type: string