@gibme/starlink
    Preparing search index...
    interface ServiceLine {
        accountNumber: string;
        active: boolean;
        addressReferenceId: string;
        aviationMetadata: null | AviationMetadata;
        delayedProductId: null | string;
        endDate: null | Date;
        nickname: null | string;
        optInProductId: null | string;
        productReferenceId: string;
        publicIp: boolean;
        serviceLineNumber: string;
        startDate: null | Date;
    }

    Hierarchy (View Summary)

    Index

    Properties

    accountNumber: string
    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: null | AviationMetadata
    delayedProductId: null | string

    Scheduled product change for next bill date

    endDate: null | Date

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

    nickname: null | string

    A user-defined nickname for this service line

    optInProductId: null | string

    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: null | Date

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