UNPKG

wallee

Version:
33 lines (32 loc) 885 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); exports.PaymentAppRefundUpdateRequest = void 0; class PaymentAppRefundUpdateRequest { static getAttributeTypeMap() { return PaymentAppRefundUpdateRequest.attributeTypeMap; } } exports.PaymentAppRefundUpdateRequest = PaymentAppRefundUpdateRequest; PaymentAppRefundUpdateRequest.discriminator = undefined; PaymentAppRefundUpdateRequest.attributeTypeMap = [ { "name": "failureReasonId", "baseName": "failureReasonId", "type": "number" }, { "name": "reference", "baseName": "reference", "type": "string" }, { "name": "refundId", "baseName": "refundId", "type": "number" }, { "name": "targetState", "baseName": "targetState", "type": "PaymentAppRefundTargetState" } ];