UNPKG

wallee

Version:
83 lines (82 loc) 1.97 kB
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAppConnector = void 0; class PaymentAppConnector { static getAttributeTypeMap() { return PaymentAppConnector.attributeTypeMap; } } exports.PaymentAppConnector = PaymentAppConnector; PaymentAppConnector.discriminator = undefined; PaymentAppConnector.attributeTypeMap = [ { "name": "authorizationTimeout", "baseName": "authorizationTimeout", "type": "string" }, { "name": "completionConfiguration", "baseName": "completionConfiguration", "type": "PaymentAppCompletionConfiguration" }, { "name": "connectorConfiguration", "baseName": "connectorConfiguration", "type": "PaymentConnectorConfiguration" }, { "name": "createdOn", "baseName": "createdOn", "type": "Date" }, { "name": "externalId", "baseName": "externalId", "type": "string" }, { "name": "id", "baseName": "id", "type": "number" }, { "name": "linkedSpaceId", "baseName": "linkedSpaceId", "type": "number" }, { "name": "name", "baseName": "name", "type": "string" }, { "name": "paymentPageEndpoint", "baseName": "paymentPageEndpoint", "type": "string" }, { "name": "processor", "baseName": "processor", "type": "PaymentAppProcessor" }, { "name": "refundConfiguration", "baseName": "refundConfiguration", "type": "PaymentAppRefundConfiguration" }, { "name": "state", "baseName": "state", "type": "PaymentAppConnectorState" }, { "name": "updatedOn", "baseName": "updatedOn", "type": "Date" }, { "name": "version", "baseName": "version", "type": "number" } ];