Class Ramp.ItemsToUpdate

java.lang.Object
com.chargebee.internal.Resource<Ramp.ItemsToUpdate>
com.chargebee.models.Ramp.ItemsToUpdate
Enclosing class:
Ramp

public static class Ramp.ItemsToUpdate extends Resource<Ramp.ItemsToUpdate>
  • Constructor Details

    • ItemsToUpdate

      public ItemsToUpdate(org.json.JSONObject jsonObj)
  • Method Details

    • itemPriceId

      public String itemPriceId()
    • itemType

      public Ramp.ItemsToUpdate.ItemType itemType()
    • quantity

      public Integer quantity()
    • quantityInDecimal

      public String quantityInDecimal()
    • unitPrice

      public Long unitPrice()
    • unitPriceInDecimal

      public String unitPriceInDecimal()
    • amount

      public Long amount()
    • amountInDecimal

      public String amountInDecimal()
    • freeQuantity

      public Integer freeQuantity()
    • freeQuantityInDecimal

      public String freeQuantityInDecimal()
    • billingCycles

      public Integer billingCycles()
    • servicePeriodDays

      public Integer servicePeriodDays()
    • meteredQuantity

      public String meteredQuantity()
    • chargeOnce

      public Boolean chargeOnce()
    • chargeOnOption

      public Ramp.ItemsToUpdate.ChargeOnOption chargeOnOption()
    • chargeOnEvent

      public ChargeOnEvent chargeOnEvent()