UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

25 lines 730 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.LicenceModel = void 0; var LicenceModel; (function (LicenceModel) { LicenceModel.discriminator = 'LicenceModel'; LicenceModel.attributeTypeMap = [ { name: 'issuing_sponsorship_bank', baseName: 'issuing_sponsorship_bank', type: 'string', }, { name: 'sponsorship_bank', baseName: 'sponsorship_bank', type: 'string', }, { name: 'type', baseName: 'type', type: 'string', }, ]; })(LicenceModel || (exports.LicenceModel = LicenceModel = {})); //# sourceMappingURL=licenceModel.js.map