Home > @vsf-enterprise/commercetools-api > AddBillingAddressParams
# AddBillingAddressParams interface
Parameters for the addBillingAddress API endpoint
Signature:
export interface AddBillingAddressParams
# Properties
| Property | Type | Description |
|---|---|---|
| address | AddressInput & { isDefault?: boolean; } | New billing address |
| user | { version: string; } | Current user |