@nevermined-io/payments
    Preparing search index...

    Interface DelegationSummary

    Summary of a delegation (card or crypto spending).

    interface DelegationSummary {
        amountSpentCents: string;
        apiKeyId: string | null;
        createdAt: string;
        currency: string;
        delegationId: string;
        expiresAt: string;
        provider: string;
        providerPaymentMethodId: string;
        remainingBudgetCents: string;
        spendingLimitCents: string;
        status: string;
        transactionCount: number;
    }
    Index

    Properties

    amountSpentCents: string
    apiKeyId: string | null
    createdAt: string
    currency: string
    delegationId: string
    expiresAt: string
    provider: string
    providerPaymentMethodId: string
    remainingBudgetCents: string
    spendingLimitCents: string
    status: string
    transactionCount: number