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

    Interface Payment

    interface Payment {
        amount: number;
        currency: string;
        date: string;
    }
    Index

    Properties

    Properties

    amount: number
    currency: string
    date: string