interface ShoppingListSetCustomerAction {
    action: "setCustomer";
    customer?: CustomerResourceIdentifier;
}

Properties

Properties

action: "setCustomer"

The Customer the ShoppingList should be associated to. If empty, any existing value will be removed.

Generated using TypeDoc