Alokai
You are reading the documentation for SDK v2, which is no longer the latest version. Switch to current

BillingAddressAddParams

API parameters needed for adding new user billing address.

export type BillingAddressAddParams = {
    address: AddressInput & {
        isDefault?: boolean;
    };
    user: {
        version: Customer["version"];
    };
};

Referenced Types

On this page