Interface CustomerAddressRemovedMessagePayload

Generated after a successful Remove Address update action.

interface CustomerAddressRemovedMessagePayload {
    address: Address;
    type: "CustomerAddressRemoved";
}

Properties

Properties

address: Address

Address that was removed during the Remove Address update action.

type: "CustomerAddressRemoved"

Generated using TypeDoc