interface OrderSetCustomerIdAction {
    action: "setCustomerId";
    customerId?: string;
}

Properties

Properties

action: "setCustomerId"
customerId?: string

Generated using TypeDoc