Interface IntroEligibility

Holds the introductory price status

interface IntroEligibility {
    description: string;
    status: INTRO_ELIGIBILITY_STATUS;
}

Properties

Properties

description: string

Description of the status

The introductory price eligibility status

Generated using TypeDoc