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