UNPKG

wallee

Version:
23 lines (22 loc) 598 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentConnectorFeature = void 0; class PaymentConnectorFeature { static getAttributeTypeMap() { return PaymentConnectorFeature.attributeTypeMap; } } exports.PaymentConnectorFeature = PaymentConnectorFeature; PaymentConnectorFeature.discriminator = undefined; PaymentConnectorFeature.attributeTypeMap = [ { "name": "displayName", "baseName": "displayName", "type": "string" }, { "name": "id", "baseName": "id", "type": "number" } ];