Interface BusinessUnitShippingAddressRemovedMessagePayload

Generated after a successful Remove Shipping Address Identifier update action.

interface BusinessUnitShippingAddressRemovedMessagePayload {
    address: Address;
    type: "BusinessUnitShippingAddressRemoved";
}

Properties

Properties

address: Address

The address that was removed from shipping addresses of the Business Unit.

type: "BusinessUnitShippingAddressRemoved"

Generated using TypeDoc