@gibme/starlink
    Preparing search index...

    Interface ServiceLine<DateType>

    interface ServiceLine<DateType extends Date | string = string> {
        active: boolean;
        addressReferenceId: string;
        aviationMetadata: AviationMetadata | null;
        delayedProductId: string | null;
        endDate: DateType | null;
        nickname: string | null;
        optInProductId: string | null;
        productReferenceId: string;
        publicIp: boolean;
        serviceLineNumber: string;
        startDate: DateType | null;
    }

    Type Parameters

    • DateType extends Date | string = string

    Hierarchy (View Summary)

    Index

    Properties

    active: boolean

    Indicates if service line is active

    addressReferenceId: string

    Address Reference ID of the address associated with the service line. Example: 55ec6574-10d8-bd9c-1951-d4184f4ae467

    aviationMetadata: AviationMetadata | null
    delayedProductId: string | null

    Scheduled product change for next bill date

    endDate: DateType | null

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

    nickname: string | null

    A user-defined nickname for this service line

    optInProductId: string | null

    Opt-in product id, opted out if empty

    productReferenceId: string

    The unique product identifier

    publicIp: boolean

    Indicates if service line is public IP

    serviceLineNumber: string

    The Service Line Number. Example: AST-511274-31364-54

    startDate: DateType | null

    The start date of the subscription. This is in UTC.