@airwallex/node-sdk
Version:
Airwallex Node.js SDK
11 lines • 390 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ConfirmationLetter = void 0;
const confirmationLetterApi_1 = require("./confirmationLetterApi");
class ConfirmationLetter extends confirmationLetterApi_1.ConfirmationLetterApi {
constructor() {
super();
}
}
exports.ConfirmationLetter = ConfirmationLetter;
//# sourceMappingURL=index.js.map