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

    Interface RefundListItem

    Refund list item

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

    Properties

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