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

    Interface RefundResponse

    interface RefundResponse {
        orderId: string;
        refund: {
            amount: number;
            creationDateTime: string;
            currencyCode: string;
            description?: string;
            extRefundId?: string;
            refundId: string;
            status: string;
            statusDateTime: string;
        };
        status: Status;
    }
    Index

    Properties

    Properties

    orderId: string
    refund: {
        amount: number;
        creationDateTime: string;
        currencyCode: string;
        description?: string;
        extRefundId?: string;
        refundId: string;
        status: string;
        statusDateTime: string;
    }
    status: Status