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

    Interface BusinessUnitDefaultBillingAddressSetMessagePayload

    Generated after a successful Set Default Billing Address update action.

    interface BusinessUnitDefaultBillingAddressSetMessagePayload {
        address?: Address;
        type: "BusinessUnitDefaultBillingAddressSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    address?: Address

    The address that was set as the default billing address.

    type: "BusinessUnitDefaultBillingAddressSet"