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