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

    Interface SubscriptionPayment

    interface SubscriptionPayment {
        amount: number;
        currency: string;
        id: number;
        is_one_off_charge: boolean;
        is_paid: number;
        payout_date: string;
        receipt_url: string;
        subscription_id: number;
    }
    Index

    Properties

    amount: number
    currency: string
    id: number
    is_one_off_charge: boolean
    is_paid: number
    payout_date: string
    receipt_url: string
    subscription_id: number