interface MyCartSetCustomerEmailAction {
    action: "setCustomerEmail";
    email?: string;
}

Properties

Properties

action: "setCustomerEmail"
email?: string

Value to set. If empty, any existing value is removed.

Generated using TypeDoc