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

    Interface RefundDetails

    Refund details

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

    Properties

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