类 ShippingRateSettings


public class ShippingRateSettings extends StructuredValue
  • 构造器详细资料

    • ShippingRateSettings

      public ShippingRateSettings()
  • 方法详细资料

    • getDoesNotShip

      public Boolean getDoesNotShip()
    • setDoesNotShip

      public void setDoesNotShip(Boolean doesNotShip)
    • getShippingRate

      public List<AbstractSchema> getShippingRate()
    • setShippingRate

      public void setShippingRate(List<AbstractSchema> shippingRate)
    • getShippingDestination

      public DefinedRegion getShippingDestination()
    • setShippingDestination

      public void setShippingDestination(DefinedRegion shippingDestination)
    • getIsUnlabelledFallback

      public Boolean getIsUnlabelledFallback()
    • setIsUnlabelledFallback

      public void setIsUnlabelledFallback(Boolean isUnlabelledFallback)
    • getFreeShippingThreshold

      public List<AbstractSchema> getFreeShippingThreshold()
    • setFreeShippingThreshold

      public void setFreeShippingThreshold(List<AbstractSchema> freeShippingThreshold)
    • getOrderPercentage

      public Double getOrderPercentage()
    • setOrderPercentage

      public void setOrderPercentage(Double orderPercentage)
    • getWeightPercentage

      public Double getWeightPercentage()
    • setWeightPercentage

      public void setWeightPercentage(Double weightPercentage)