Interface TrialEligibility

Free-trial eligibility result returned by GET /v1/subscriptions/trial-eligibility.

interface TrialEligibility {
    eligible: boolean;
    reasonCode: TrialReasonCode;
}

Properties

Properties

eligible: boolean

Whether the current account is eligible to start a free trial.

reasonCode: TrialReasonCode

Opaque client-facing hint. Do not use it as an authorization decision.