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

    Type Alias CreditGrantFragment

    type CreditGrantFragment = {
        __typename?: "CreditGrant";
        additionalMetaData?: any | null;
        amount: number;
        automaticRechargeConfigurationId?: any | null;
        comment?: string | null;
        consumedAmount: number;
        cost: { __typename?: "Money"; amount: number; currency: Currency };
        createdAt: any;
        currencyId: string;
        customerId: string;
        displayName: string;
        effectiveAt: any;
        expireAt?: any | null;
        grantId: string;
        grantType: CreditGrantType;
        invoiceId?: string | null;
        latestInvoice?:
            | { __typename?: "CreditGrantInvoice" } & CreditGrantInvoiceFragment
            | null;
        paymentCollection: PaymentCollection;
        priority: number;
        resourceId?: string | null;
        status: CreditGrantStatus;
        updatedAt: any;
        voidedAt?: any | null;
    }
    Index

    Properties

    __typename?: "CreditGrant"
    additionalMetaData?: any | null
    amount: number
    automaticRechargeConfigurationId?: any | null
    comment?: string | null
    consumedAmount: number
    cost: { __typename?: "Money"; amount: number; currency: Currency }
    createdAt: any
    currencyId: string
    customerId: string
    displayName: string
    effectiveAt: any
    expireAt?: any | null
    grantId: string
    grantType: CreditGrantType
    invoiceId?: string | null
    latestInvoice?:
        | { __typename?: "CreditGrantInvoice" } & CreditGrantInvoiceFragment
        | null
    paymentCollection: PaymentCollection
    priority: number
    resourceId?: string | null
    updatedAt: any
    voidedAt?: any | null
    MMNEPVFCICPMFPCPTTAAATR