Paddle SDK - v5.0.0
    Preparing search index...

    Interface Transaction

    interface Transaction {
        amount: string;
        checkout_id: string;
        created_at: string;
        currency: string;
        is_one_off: boolean;
        is_subscription: boolean;
        order_id: string;
        passthrough: string;
        product_id: number;
        receipt_url: string;
        status: string;
        subscription: object;
        user: object;
    }
    Index

    Properties

    amount: string
    checkout_id: string
    created_at: string
    currency: string
    is_one_off: boolean
    is_subscription: boolean
    order_id: string
    passthrough: string
    product_id: number
    receipt_url: string
    status: string
    subscription: object
    user: object