UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 821 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DigitalWalletConfig = void 0; var DigitalWalletConfig; (function (DigitalWalletConfig) { DigitalWalletConfig.discriminator = 'DigitalWalletConfig'; DigitalWalletConfig.attributeTypeMap = [ { name: 'apple_pay_enabled', baseName: 'apple_pay_enabled', type: 'boolean', }, { name: 'google_pay_enabled', baseName: 'google_pay_enabled', type: 'boolean', }, { name: 'whitelabel_enabled', baseName: 'whitelabel_enabled', type: 'boolean', }, ]; })(DigitalWalletConfig || (exports.DigitalWalletConfig = DigitalWalletConfig = {})); //# sourceMappingURL=digitalWalletConfig.js.map