@gradientedge/commercetools-utils
    Preparing search index...

    Interface CustomerRemoveBillingAddressIdAction

    Removes a billing address from billingAddressesIds. If the billing address is the default billing address, the defaultBillingAddressId is unset. Either addressId or addressKey is required.

    interface CustomerRemoveBillingAddressIdAction {
        action: "removeBillingAddressId";
        addressId?: string;
        addressKey?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    action: "removeBillingAddressId"
    addressId?: string

    id of the Address to remove from billingAddressesIds.

    addressKey?: string

    key of the Address to remove from billingAddressesIds.