UNPKG

wallee

Version:
28 lines (27 loc) 817 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAppRefundConfiguration = void 0; class PaymentAppRefundConfiguration { static getAttributeTypeMap() { return PaymentAppRefundConfiguration.attributeTypeMap; } } exports.PaymentAppRefundConfiguration = PaymentAppRefundConfiguration; PaymentAppRefundConfiguration.discriminator = undefined; PaymentAppRefundConfiguration.attributeTypeMap = [ { "name": "multipleRefundsSupported", "baseName": "multipleRefundsSupported", "type": "boolean" }, { "name": "refundEndpoint", "baseName": "refundEndpoint", "type": "string" }, { "name": "refundTimeoutInMinutes", "baseName": "refundTimeoutInMinutes", "type": "number" } ];