@tax1driver/ts-tpay
    Preparing search index...

    Interface Refund

    Refund information

    interface Refund {
        amount: number;
        currency: string;
        date?: { processed?: string; schedule?: string };
        refundId: string;
        status: string;
    }
    Index

    Properties

    amount: number
    currency: string
    date?: { processed?: string; schedule?: string }
    refundId: string
    status: string