Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 542 Bytes

cancellation-options.md

File metadata and controls

23 lines (15 loc) · 542 Bytes

Cancellation Options

Structure

CancellationOptions

Fields

Name Type Tags Description
CancellationMessage *string Optional For your internal use. An indication as to why the subscription is being canceled.
ReasonCode *string Optional The reason code associated with the cancellation. See the list of reason codes associated with your site.

Example (as JSON)

{
  "cancellation_message": "cancellation_message0",
  "reason_code": "reason_code6"
}