Interface BusinessUnitAddressAddedMessagePayload

Generated after a successful Add Address update action.

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

Properties

Properties

address: Address

The address that was added to the Business Unit.

type: "BusinessUnitAddressAdded"

Generated using TypeDoc