Interface DelegationSummary

Summary of a delegation (card or crypto spending).

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

Properties

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