@airwallex/node-sdk
Version:
Airwallex Node.js SDK
20 lines • 791 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BusinessIdentificationsApiDto = void 0;
var BusinessIdentificationsApiDto;
(function (BusinessIdentificationsApiDto) {
BusinessIdentificationsApiDto.discriminator = 'BusinessIdentificationsApiDto';
BusinessIdentificationsApiDto.attributeTypeMap = [
{
name: 'primary',
baseName: 'primary',
type: 'BusinessIdentificationApiDto',
},
{
name: 'secondary',
baseName: 'secondary',
type: 'BusinessIdentificationApiDto',
},
];
})(BusinessIdentificationsApiDto || (exports.BusinessIdentificationsApiDto = BusinessIdentificationsApiDto = {}));
//# sourceMappingURL=businessIdentificationsApiDto.js.map