Type alias CancelationDetailsBeta

CancelationDetails: {
    enabled: boolean;
    terms?: string;
    termsUrl?: string;
}

Cancellation details for the Offering.

Type declaration

  • enabled: boolean

    Whether cancellation is enabled for this offering.

  • Optional terms?: string

    A human-readable description of the terms of cancellation in plaintext.

  • Optional termsUrl?: string

    A link to a page that describes the terms of cancellation.