/** * 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'; /** * From T, pick a set of properties whose keys are in the union K */ export class PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId { 'employeeID': string; 'isActive': boolean; 'listName': string; 'phoneNumberID': string; 'estimatedMessagesPerMonth': number; 'optInKeyword': string; 'optOutKeyword': string; 'optInConfirmedResponse': string; 'optOutConfirmedResponse': string; 'optInConfirmedCustomerReceives': string; 'optOutConfirmedCustomerReceives': string; 'optInConfirmedMediaURLs': Array; 'optOutConfirmedMediaURLs': Array; 'isOver21Required': boolean; static discriminator: string | undefined = undefined; static attributeTypeMap: Array<{name: string, baseName: string, type: string}> = [ { "name": "employeeID", "baseName": "employeeID", "type": "string" }, { "name": "isActive", "baseName": "isActive", "type": "boolean" }, { "name": "listName", "baseName": "listName", "type": "string" }, { "name": "phoneNumberID", "baseName": "phoneNumberID", "type": "string" }, { "name": "estimatedMessagesPerMonth", "baseName": "estimatedMessagesPerMonth", "type": "number" }, { "name": "optInKeyword", "baseName": "optInKeyword", "type": "string" }, { "name": "optOutKeyword", "baseName": "optOutKeyword", "type": "string" }, { "name": "optInConfirmedResponse", "baseName": "optInConfirmedResponse", "type": "string" }, { "name": "optOutConfirmedResponse", "baseName": "optOutConfirmedResponse", "type": "string" }, { "name": "optInConfirmedCustomerReceives", "baseName": "optInConfirmedCustomerReceives", "type": "string" }, { "name": "optOutConfirmedCustomerReceives", "baseName": "optOutConfirmedCustomerReceives", "type": "string" }, { "name": "optInConfirmedMediaURLs", "baseName": "optInConfirmedMediaURLs", "type": "Array" }, { "name": "optOutConfirmedMediaURLs", "baseName": "optOutConfirmedMediaURLs", "type": "Array" }, { "name": "isOver21Required", "baseName": "isOver21Required", "type": "boolean" } ]; static getAttributeTypeMap() { return PickSSOptInListUpdateParamsExcludeKeyofSSOptInListUpdateParamsId.attributeTypeMap; } }