Generated after a successful Add Address update action.

interface BusinessUnitAddressAddedMessagePayload {
    address: Address;
    type: "BusinessUnitAddressAdded";
}

Hierarchy (View Summary)

Properties

Properties

address: Address

The address that was added to the Business Unit.

type: "BusinessUnitAddressAdded"