@stigg/node-server-sdk - v4.22.1

    Type Alias SubscriptionInvoiceFragment

    type SubscriptionInvoiceFragment = {
        __typename?: "SubscriptionInvoice";
        amountDue?: number | null;
        attemptCount?: number | null;
        billingId: string;
        billingReason?: SubscriptionInvoiceBillingReason | null;
        createdAt: any;
        currency?: string | null;
        dueDate?: any | null;
        errorMessage?: string | null;
        paymentSecret?: string | null;
        paymentUrl?: string | null;
        pdfUrl?: string | null;
        requiresAction: boolean;
        status: SubscriptionInvoiceStatus;
        subTotal?: number | null;
        subTotalExcludingTax?: number | null;
        tax?: number | null;
        total?: number | null;
        totalExcludingTax?: number | null;
        updatedAt: any;
    }
    Index

    Properties

    __typename?: "SubscriptionInvoice"
    amountDue?: number | null
    attemptCount?: number | null
    billingId: string
    billingReason?: SubscriptionInvoiceBillingReason | null
    createdAt: any
    currency?: string | null
    dueDate?: any | null
    errorMessage?: string | null
    paymentSecret?: string | null
    paymentUrl?: string | null
    pdfUrl?: string | null
    requiresAction: boolean
    subTotal?: number | null
    subTotalExcludingTax?: number | null
    tax?: number | null
    total?: number | null
    totalExcludingTax?: number | null
    updatedAt: any
    MMNEPVFCICPMFPCPTTAAATR