Class PerUnitUsageChargeData

java.lang.Object
de.hybris.platform.subscriptionfacades.data.UsageChargeData
de.hybris.platform.subscriptionfacades.data.PerUnitUsageChargeData
All Implemented Interfaces:
Serializable

public class PerUnitUsageChargeData extends UsageChargeData
See Also:
  • Constructor Details

    • PerUnitUsageChargeData

      public PerUnitUsageChargeData()
  • Method Details

    • setUsageChargeType

      public void setUsageChargeType(UsageChargeTypeData usageChargeType)
    • getUsageChargeType

      public UsageChargeTypeData getUsageChargeType()
    • setBlockSize

      public void setBlockSize(Integer blockSize)
    • getBlockSize

      public Integer getBlockSize()
    • setIncludedQty

      public void setIncludedQty(Integer includedQty)
    • getIncludedQty

      public Integer getIncludedQty()
    • setMinBlocks

      public void setMinBlocks(Integer minBlocks)
    • getMinBlocks

      public Integer getMinBlocks()
    • setRatio

      public void setRatio(String ratio)
    • getRatio

      public String getRatio()
    • setSubscriptionBillingId

      public void setSubscriptionBillingId(String subscriptionBillingId)
    • getSubscriptionBillingId

      public String getSubscriptionBillingId()