"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.RefundIsNotValid = void 0;
const ApiErrorException_1 = require("../ApiErrorException");
class RefundIsNotValid extends ApiErrorException_1.ApiErrorException {
}
exports.RefundIsNotValid = RefundIsNotValid;