Class InventoryPricingSettingRequest

java.lang.Object
org.oxerr.stubhub.client.model.InventoryPricingSettingRequest

public class InventoryPricingSettingRequest extends Object
  • Constructor Details

    • InventoryPricingSettingRequest

      public InventoryPricingSettingRequest()
  • Method Details

    • getPricingEnabled

      public Boolean getPricingEnabled()
    • setPricingEnabled

      public void setPricingEnabled(Boolean pricingEnabled)
    • getNetProceedsFloor

      public BigDecimal getNetProceedsFloor()
    • setNetProceedsFloor

      public void setNetProceedsFloor(BigDecimal netProceedsFloor)
    • getNetProceedsCeiling

      public BigDecimal getNetProceedsCeiling()
    • setNetProceedsCeiling

      public void setNetProceedsCeiling(BigDecimal netProceedsCeiling)
    • getUndercutMode

      public String getUndercutMode()
    • setUndercutMode

      public void setUndercutMode(String undercutMode)
    • getUndercutAbsoluteAmount

      public BigDecimal getUndercutAbsoluteAmount()
    • setUndercutAbsoluteAmount

      public void setUndercutAbsoluteAmount(BigDecimal undercutAbsoluteAmount)
    • getUndercutRelativeAmount

      public BigDecimal getUndercutRelativeAmount()
    • setUndercutRelativeAmount

      public void setUndercutRelativeAmount(BigDecimal undercutRelativeAmount)
    • getCompListingMode

      public String getCompListingMode()
    • setCompListingMode

      public void setCompListingMode(String compListingMode)
    • getCompListingFloor

      public BigDecimal getCompListingFloor()
    • setCompListingFloor

      public void setCompListingFloor(BigDecimal compListingFloor)
    • getCompListingCeiling

      public BigDecimal getCompListingCeiling()
    • setCompListingCeiling

      public void setCompListingCeiling(BigDecimal compListingCeiling)
    • getSectionIdFilter

      public List<Integer> getSectionIdFilter()
    • setSectionIdFilter

      public void setSectionIdFilter(List<Integer> sectionIdFilter)
    • getRowIdFilter

      public List<Integer> getRowIdFilter()
    • setRowIdFilter

      public void setRowIdFilter(List<Integer> rowIdFilter)
    • getQuantityScoreAdjustmentEnabled

      public Boolean getQuantityScoreAdjustmentEnabled()
    • setQuantityScoreAdjustmentEnabled

      public void setQuantityScoreAdjustmentEnabled(Boolean quantityScoreAdjustmentEnabled)
    • getQuantityScoreAdjustmentOverridesJson

      public String getQuantityScoreAdjustmentOverridesJson()
    • setQuantityScoreAdjustmentOverridesJson

      public void setQuantityScoreAdjustmentOverridesJson(String quantityScoreAdjustmentOverridesJson)
    • getOnlyForSameZoneEnabled

      public Boolean getOnlyForSameZoneEnabled()
    • setOnlyForSameZoneEnabled

      public void setOnlyForSameZoneEnabled(Boolean onlyForSameZoneEnabled)
    • getOnlyForSelectedSectionsEnabled

      public Boolean getOnlyForSelectedSectionsEnabled()
    • setOnlyForSelectedSectionsEnabled

      public void setOnlyForSelectedSectionsEnabled(Boolean onlyForSelectedSectionsEnabled)
    • getOutlierMode

      public String getOutlierMode()
    • setOutlierMode

      public void setOutlierMode(String outlierMode)
    • getStandardDeviations

      public Double getStandardDeviations()
    • setStandardDeviations

      public void setStandardDeviations(Double standardDeviations)
    • getKthLowestOutlierLimit

      public Integer getKthLowestOutlierLimit()
    • setKthLowestOutlierLimit

      public void setKthLowestOutlierLimit(Integer kthLowestOutlierLimit)
    • getKthLowestAbsoluteOutlierSpacing

      public Double getKthLowestAbsoluteOutlierSpacing()
    • setKthLowestAbsoluteOutlierSpacing

      public void setKthLowestAbsoluteOutlierSpacing(Double kthLowestAbsoluteOutlierSpacing)
    • getKthLowestRelativeOutlierSpacing

      public BigDecimal getKthLowestRelativeOutlierSpacing()
    • setKthLowestRelativeOutlierSpacing

      public void setKthLowestRelativeOutlierSpacing(BigDecimal kthLowestRelativeOutlierSpacing)
    • getMaxDiscountVelocityPercent

      public BigDecimal getMaxDiscountVelocityPercent()
    • setMaxDiscountVelocityPercent

      public void setMaxDiscountVelocityPercent(BigDecimal maxDiscountVelocityPercent)
    • getMaxDiscountVelocityTicks

      public Long getMaxDiscountVelocityTicks()
    • setMaxDiscountVelocityTicks

      public void setMaxDiscountVelocityTicks(Long maxDiscountVelocityTicks)
    • getMinCompListingCount

      public Integer getMinCompListingCount()
    • setMinCompListingCount

      public void setMinCompListingCount(Integer minCompListingCount)