wallee
Version:
TypeScript/JavaScript client for wallee
28 lines (27 loc) • 859 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAppRefundConfigurationCreate = void 0;
class PaymentAppRefundConfigurationCreate {
static getAttributeTypeMap() {
return PaymentAppRefundConfigurationCreate.attributeTypeMap;
}
}
exports.PaymentAppRefundConfigurationCreate = PaymentAppRefundConfigurationCreate;
PaymentAppRefundConfigurationCreate.discriminator = undefined;
PaymentAppRefundConfigurationCreate.attributeTypeMap = [
{
"name": "multipleRefundsSupported",
"baseName": "multipleRefundsSupported",
"type": "boolean"
},
{
"name": "refundEndpoint",
"baseName": "refundEndpoint",
"type": "string"
},
{
"name": "refundTimeoutInMinutes",
"baseName": "refundTimeoutInMinutes",
"type": "number"
}
];