Changes the Recurring Order state to canceled.

interface RecurringOrderCanceled {
    reason?: string;
    type: "canceled";
}

Hierarchy (View Summary)

Properties

Properties

reason?: string

The reason for the cancelation.

type: "canceled"