@stigg/js-client-sdk - v3.92.2

    Type Alias CreditGrantInvoiceFragment

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

    Properties

    __typename?: "CreditGrantInvoice"
    amountDue?: number | null
    attemptCount?: number | null
    billingId: string
    billingReason?: CreditGrantInvoiceBillingReason | 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