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

    Interface OrderBillingAddressSetMessagePayload

    Generated after a successful Set Billing Address update action.

    interface OrderBillingAddressSetMessagePayload {
        address?: Address;
        oldAddress?: Address;
        type: "OrderBillingAddressSet";
    }

    Hierarchy (View Summary)

    Index

    Properties

    address?: Address

    Billing address on the Order after the Set Billing Address update action.

    oldAddress?: Address

    Billing address on the Order before the Set Billing Address update action.

    type: "OrderBillingAddressSet"