wallee
Version:
TypeScript/JavaScript client for wallee
53 lines (52 loc) • 1.47 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAppConnectorCreationRequest = void 0;
class PaymentAppConnectorCreationRequest {
static getAttributeTypeMap() {
return PaymentAppConnectorCreationRequest.attributeTypeMap;
}
}
exports.PaymentAppConnectorCreationRequest = PaymentAppConnectorCreationRequest;
PaymentAppConnectorCreationRequest.discriminator = undefined;
PaymentAppConnectorCreationRequest.attributeTypeMap = [
{
"name": "authorizationTimeoutInMinutes",
"baseName": "authorizationTimeoutInMinutes",
"type": "number"
},
{
"name": "completionConfiguration",
"baseName": "completionConfiguration",
"type": "PaymentAppCompletionConfigurationCreate"
},
{
"name": "connector",
"baseName": "connector",
"type": "number"
},
{
"name": "externalId",
"baseName": "externalId",
"type": "string"
},
{
"name": "name",
"baseName": "name",
"type": "string"
},
{
"name": "paymentPageEndpoint",
"baseName": "paymentPageEndpoint",
"type": "string"
},
{
"name": "processorExternalId",
"baseName": "processorExternalId",
"type": "string"
},
{
"name": "refundConfiguration",
"baseName": "refundConfiguration",
"type": "PaymentAppRefundConfigurationCreate"
}
];