UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 819 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.MerchantApiSetting = void 0; var MerchantApiSetting; (function (MerchantApiSetting) { MerchantApiSetting.discriminator = 'MerchantApiSetting'; MerchantApiSetting.attributeTypeMap = [ { name: 'auto_capture', baseName: 'auto_capture', type: 'boolean', }, { name: 'bank_statement_line', baseName: 'bank_statement_line', type: 'string', }, { name: 'dynamic_descriptor', baseName: 'dynamic_descriptor', type: 'SwitchableFeatureSetting', }, ]; })(MerchantApiSetting || (exports.MerchantApiSetting = MerchantApiSetting = {})); //# sourceMappingURL=merchantApiSetting.js.map