wallee
Version:
TypeScript/JavaScript client for wallee
38 lines (37 loc) • 1.16 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAppCompletionConfigurationCreate = void 0;
class PaymentAppCompletionConfigurationCreate {
static getAttributeTypeMap() {
return PaymentAppCompletionConfigurationCreate.attributeTypeMap;
}
}
exports.PaymentAppCompletionConfigurationCreate = PaymentAppCompletionConfigurationCreate;
PaymentAppCompletionConfigurationCreate.discriminator = undefined;
PaymentAppCompletionConfigurationCreate.attributeTypeMap = [
{
"name": "completionEndpoint",
"baseName": "completionEndpoint",
"type": "string"
},
{
"name": "completionTimeoutInMinutes",
"baseName": "completionTimeoutInMinutes",
"type": "number"
},
{
"name": "maximalCompletionDelayInDays",
"baseName": "maximalCompletionDelayInDays",
"type": "number"
},
{
"name": "multipleCompletionsSupported",
"baseName": "multipleCompletionsSupported",
"type": "boolean"
},
{
"name": "voidEndpoint",
"baseName": "voidEndpoint",
"type": "string"
}
];