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

    Interface CreateRefundResponse

    Create refund response

    interface CreateRefundResponse {
        refundContent: RefundContent;
        requestId: string;
        result: string;
    }
    Index

    Properties

    refundContent: RefundContent
    requestId: string
    result: string