@gibme/starlink
    Preparing search index...

    Interface Subscription<DateType>

    interface Subscription<DateType extends Date | string = string> {
        delayedProductId: string | null;
        description: string;
        endDate: DateType | null;
        normalizedStartDate: DateType | null;
        optInProductId: string | null;
        productReferenceId: string;
        serviceEndDate: DateType | null;
        serviceLineNumber: string | null;
        startDate: DateType | null;
        subscriptionReferenceId: string;
    }

    Type Parameters

    • DateType extends Date | string = string
    Index

    Properties

    delayedProductId: string | null

    Scheduled product change for the next bill date

    description: string

    Description of the subscription

    endDate: DateType | null

    The service line deactivation date, which only appears if the service line is deactivated. This is in UTC

    normalizedStartDate: DateType | null

    The start date of the subscription rounded to the nearest day. This is in UTC

    optInProductId: string | null

    Opt-in product id, opted out if empty

    productReferenceId: string

    The unique product identifier

    serviceEndDate: DateType | null

    The subscription billing end date, which only appears if the service line is deactivated. The subscription will remain active until this date. This is in UTC

    serviceLineNumber: string | null

    Service Line Number associated with subscription. Example: AST-511274-31364-54

    startDate: DateType | null

    The start date of the subscription. This is in UTC

    subscriptionReferenceId: string

    Subscription Reference ID. Example: 55ec6574-10d8-bd9c-1951-d4184f4ae467