Interface BusinessUnitAddressChangedMessagePayload

Generated after a successful Change Address update action.

interface BusinessUnitAddressChangedMessagePayload {
    address: Address;
    type: "BusinessUnitAddressChanged";
}

Properties

Properties

address: Address

Updated address of the Business Unit.

type: "BusinessUnitAddressChanged"

Generated using TypeDoc