protected void ToString(List <string> toStringOutput)
 {
     toStringOutput.Add($"BatchUpsertMaxObjectsPerBatch = {(BatchUpsertMaxObjectsPerBatch == null ? "null" : BatchUpsertMaxObjectsPerBatch.ToString())}");
     toStringOutput.Add($"BatchUpsertMaxTotalObjects = {(BatchUpsertMaxTotalObjects == null ? "null" : BatchUpsertMaxTotalObjects.ToString())}");
     toStringOutput.Add($"BatchRetrieveMaxObjectIds = {(BatchRetrieveMaxObjectIds == null ? "null" : BatchRetrieveMaxObjectIds.ToString())}");
     toStringOutput.Add($"SearchMaxPageLimit = {(SearchMaxPageLimit == null ? "null" : SearchMaxPageLimit.ToString())}");
     toStringOutput.Add($"BatchDeleteMaxObjectIds = {(BatchDeleteMaxObjectIds == null ? "null" : BatchDeleteMaxObjectIds.ToString())}");
     toStringOutput.Add($"UpdateItemTaxesMaxItemIds = {(UpdateItemTaxesMaxItemIds == null ? "null" : UpdateItemTaxesMaxItemIds.ToString())}");
     toStringOutput.Add($"UpdateItemTaxesMaxTaxesToEnable = {(UpdateItemTaxesMaxTaxesToEnable == null ? "null" : UpdateItemTaxesMaxTaxesToEnable.ToString())}");
     toStringOutput.Add($"UpdateItemTaxesMaxTaxesToDisable = {(UpdateItemTaxesMaxTaxesToDisable == null ? "null" : UpdateItemTaxesMaxTaxesToDisable.ToString())}");
     toStringOutput.Add($"UpdateItemModifierListsMaxItemIds = {(UpdateItemModifierListsMaxItemIds == null ? "null" : UpdateItemModifierListsMaxItemIds.ToString())}");
     toStringOutput.Add($"UpdateItemModifierListsMaxModifierListsToEnable = {(UpdateItemModifierListsMaxModifierListsToEnable == null ? "null" : UpdateItemModifierListsMaxModifierListsToEnable.ToString())}");
     toStringOutput.Add($"UpdateItemModifierListsMaxModifierListsToDisable = {(UpdateItemModifierListsMaxModifierListsToDisable == null ? "null" : UpdateItemModifierListsMaxModifierListsToDisable.ToString())}");
 }