@bigcommerce/checkout-sdk › BillingAddressRequestBody
-
↳ BillingAddressRequestBody
- address1
- address2
- city
- company
- countryCode
- customFields
- firstName
- lastName
- phone
- postalCode
- stateOrProvince
- stateOrProvinceCode
• address1: string
Inherited from Address.address1
• address2: string
Inherited from Address.address2
• city: string
• company: string
Inherited from Address.company
• countryCode: string
Inherited from Address.countryCode
• customFields: Array‹object›
Inherited from Address.customFields
• email? : undefined | string
• firstName: string
Inherited from Address.firstName
• lastName: string
Inherited from Address.lastName
• phone: string
• postalCode: string
Inherited from Address.postalCode
• stateOrProvince: string
Inherited from Address.stateOrProvince
• stateOrProvinceCode: string
Inherited from Address.stateOrProvinceCode