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

    Interface RefundContent

    Refund content details

    interface RefundContent {
        amount: number;
        currencyCode: number;
        extra?: Record<string, any>;
        refundId: RefundId;
        status: string;
    }
    Index

    Properties

    amount: number
    currencyCode: number
    extra?: Record<string, any>
    refundId: RefundId
    status: string