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

    Interface BusinessUnitBillingAddressAddedMessagePayload

    Generated after a successful Add Billing Address Identifier update action.

    interface BusinessUnitBillingAddressAddedMessagePayload {
        address: Address;
        type: "BusinessUnitBillingAddressAdded";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    address: Address

    The address that was added to the Business Unit as billing address.

    type: "BusinessUnitBillingAddressAdded"