@airwallex/node-sdk
Version:
Airwallex Node.js SDK
15 lines • 476 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ReportSetting = void 0;
var ReportSetting;
(function (ReportSetting) {
ReportSetting.discriminator = 'ReportSetting';
ReportSetting.attributeTypeMap = [
{
name: 'file_type',
baseName: 'file_type',
type: 'string',
},
];
})(ReportSetting || (exports.ReportSetting = ReportSetting = {}));
//# sourceMappingURL=reportSetting.js.map