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

    Interface BusinessUnitBillingAddressRemovedMessagePayload

    Generated after a successful Remove Billing Address Identifier update action.

    interface BusinessUnitBillingAddressRemovedMessagePayload {
        address: Address;
        type: "BusinessUnitBillingAddressRemoved";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    address: Address

    The address that was removed from the billing addresses of the Business Unit.

    type: "BusinessUnitBillingAddressRemoved"