You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current
AddBillingAddressParams
Parameters for the addBillingAddress API endpoint
export interface AddBillingAddressParams {
address: AddressInput & {
isDefault?: boolean;
};
user: {
version: string;
};
}Properties
| Name | Required | Type | Description |
|---|---|---|---|
address | Required | AddressInput & { isDefault?: boolean; } | New billing address |
user | Required | { version: string; } | Current user |