UNPKG

@airwallex/node-sdk

Version:

Airwallex Node.js SDK

35 lines 954 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ClientInstitution = void 0; var ClientInstitution; (function (ClientInstitution) { ClientInstitution.discriminator = 'ClientInstitution'; ClientInstitution.attributeTypeMap = [ { name: 'address', baseName: 'address', type: 'string', }, { name: 'branch_name', baseName: 'branch_name', type: 'string', }, { name: 'city', baseName: 'city', type: 'string', }, { name: 'name', baseName: 'name', type: 'string', }, { name: 'zip_code', baseName: 'zip_code', type: 'string', }, ]; })(ClientInstitution || (exports.ClientInstitution = ClientInstitution = {})); //# sourceMappingURL=clientInstitution.js.map