/* Options: Date: 2026-04-05 18:18:53 Version: 6.110 Tip: To override a DTO option, remove "//" prefix before updating BaseUrl: https://internal.thebunkerbridge.com //Package: //GlobalNamespace: dtos //AddPropertyAccessors: True //SettersReturnThis: True //AddServiceStackTypes: True //AddResponseStatus: False //AddDescriptionAsComments: True //AddImplicitVersion: IncludeTypes: ETSCheckQuoteMaxQuantity.* //ExcludeTypes: //TreatTypesAsStrings: //DefaultImports: java.math.*,java.util.*,net.servicestack.client.* */ import java.math.*; import java.util.*; import net.servicestack.client.*; public class dtos { @Route(Path="/ETS/Check-Quote-Max-Quantity", Verbs="GET") public static class ETSCheckQuoteMaxQuantity { public Integer EntityContactId = null; public Integer getEntityContactId() { return EntityContactId; } public ETSCheckQuoteMaxQuantity setEntityContactId(Integer value) { this.EntityContactId = value; return this; } } }