@airwallex/node-sdk
Version:
Airwallex Node.js SDK
30 lines • 1.04 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationConfiguration = void 0;
var NotificationConfiguration;
(function (NotificationConfiguration) {
NotificationConfiguration.discriminator = 'NotificationConfiguration';
NotificationConfiguration.attributeTypeMap = [
{
name: 'card_delegation',
baseName: 'card_delegation',
type: 'boolean',
},
{
name: 'digital_wallet_delegation',
baseName: 'digital_wallet_delegation',
type: 'boolean',
},
{
name: 'digital_wallet_token_events',
baseName: 'digital_wallet_token_events',
type: 'boolean',
},
{
name: 'three_ds_delegation',
baseName: 'three_ds_delegation',
type: 'boolean',
},
];
})(NotificationConfiguration || (exports.NotificationConfiguration = NotificationConfiguration = {}));
//# sourceMappingURL=notificationConfiguration.js.map