Class Usage

java.lang.Object
com.chargebee.v4.models.usage.Usage

public class Usage extends Object
  • Constructor Details

    • Usage

      public Usage()
  • Method Details

    • getId

      public String getId()
    • getUsageDate

      public Timestamp getUsageDate()
    • getSubscriptionId

      public String getSubscriptionId()
    • getItemPriceId

      public String getItemPriceId()
    • getInvoiceId

      public String getInvoiceId()
    • getLineItemId

      public String getLineItemId()
    • getQuantity

      public String getQuantity()
    • getSource

      public Usage.Source getSource()
    • getNote

      public String getNote()
    • getResourceVersion

      public Long getResourceVersion()
    • getUpdatedAt

      public Timestamp getUpdatedAt()
    • getCreatedAt

      public Timestamp getCreatedAt()
    • fromJson

      public static Usage fromJson(String json)
    • fromJson

      public static Usage fromJson(Map<String,Object> map)
    • fromJson

      public static Usage fromJson(com.google.gson.JsonObject jsonObj)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object