Typescript SDK Type Docs
Preparing search index...
Platform SDK
RecurringOrderCanceled
Interface RecurringOrderCanceled
Changes the Recurring Order state to canceled.
interface
RecurringOrderCanceled
{
reason
?:
string
;
type
:
"canceled"
;
}
Hierarchy (
View Summary
)
IRecurringOrderStateDraft
RecurringOrderCanceled
Index
Properties
reason?
type
Properties
Optional
Readonly
reason
reason
?:
string
The reason for the cancelation.
Readonly
type
type
:
"canceled"
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
reason
type
Typescript SDK Type Docs
Loading...
Changes the Recurring Order state to canceled.