UNPKG

wallee

Version:
18 lines (17 loc) 512 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.WebAppConfirmationRequest = void 0; class WebAppConfirmationRequest { static getAttributeTypeMap() { return WebAppConfirmationRequest.attributeTypeMap; } } exports.WebAppConfirmationRequest = WebAppConfirmationRequest; WebAppConfirmationRequest.discriminator = undefined; WebAppConfirmationRequest.attributeTypeMap = [ { "name": "code", "baseName": "code", "type": "string" } ];