/** * wallet-api * API * * The version of the OpenAPI document: 2.1.600 * Contact: development@wallet.inc * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { RequestFile } from './models'; import { PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType } from './pickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType'; /** * From T, pick a set of properties whose keys are in the union K */ export class PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate { 'id': string; 'title': string; 'notes': string; 'valueType': PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType; 'isLoaded': boolean; 'displayValue'?: string; 'merchantsReferenceID'?: string; 'validOnlyAtPOSRegisterIDs'?: Array; 'paymentDesignID': string; 'employeeID': string; 'reinvestmentSum': number; 'numberOfVouchersInFile': number; static discriminator: string | undefined = undefined; static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [ { "name": "id", "baseName": "id", "type": "string" }, { "name": "title", "baseName": "title", "type": "string" }, { "name": "notes", "baseName": "notes", "type": "string" }, { "name": "valueType", "baseName": "valueType", "type": "PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDateValueType" }, { "name": "isLoaded", "baseName": "isLoaded", "type": "boolean" }, { "name": "displayValue", "baseName": "displayValue", "type": "string" }, { "name": "merchantsReferenceID", "baseName": "merchantsReferenceID", "type": "string" }, { "name": "validOnlyAtPOSRegisterIDs", "baseName": "validOnlyAtPOSRegisterIDs", "type": "Array" }, { "name": "paymentDesignID", "baseName": "paymentDesignID", "type": "string" }, { "name": "employeeID", "baseName": "employeeID", "type": "string" }, { "name": "reinvestmentSum", "baseName": "reinvestmentSum", "type": "number" }, { "name": "numberOfVouchersInFile", "baseName": "numberOfVouchersInFile", "type": "number" } ]; static getAttributeTypeMap() { return PickVSCampaignUpdateParamsExcludeKeyofVSCampaignUpdateParamsStartDateOrExpirationDate.attributeTypeMap; } }