wallee
Version:
TypeScript/JavaScript client for wallee
23 lines (22 loc) • 598 B
JavaScript
;
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"
}
];