Typescript SDK Type Docs
    Preparing search index...

    Interface BusinessUnitAddressChangedMessagePayload

    Generated after a successful Change Address update action.

    interface BusinessUnitAddressChangedMessagePayload {
        address: Address;
        addressRoles: AddressRole[];
        type: "BusinessUnitAddressChanged";
    }

    Hierarchy (View Summary)

    Index

    Properties

    address: Address

    Updated address of the Business Unit.

    addressRoles: AddressRole[]

    Indicates if the address was used for shipping or billing purposes.

    type: "BusinessUnitAddressChanged"