Alokai
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

NameRequiredTypeDescription
addressRequiredAddressInput & { isDefault?: boolean; }New billing address
userRequired{ version: string; }Current user

Referenced Types

On this page