UNPKG

wallee

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