@ptkl/sdk - v1.18.0
    Preparing search index...

    Interface CreditsHistoryItem

    interface CreditsHistoryItem {
        amount_display: number;
        amount_micro_cents: number;
        amount_usd: number;
        created_at: string;
        currency: string;
        event_count: number;
        id: string;
        option_code?: string;
        product_id?: string;
        type: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    amount_display: number
    amount_micro_cents: number
    amount_usd: number
    created_at: string
    currency: string
    event_count: number
    id: string
    option_code?: string
    product_id?: string
    type: string