Class Plan.TransformUsage

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Plan.TransformUsage
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Plan

public static class Plan.TransformUsage extends StripeObject
  • Constructor Details

    • TransformUsage

      public TransformUsage()
  • Method Details

    • getDivideBy

      public Long getDivideBy()
      Divide usage by this number.
    • getRound

      public String getRound()
      After division, either round the result up or down.

      One of down, or up.

    • setDivideBy

      public void setDivideBy(Long divideBy)
      Divide usage by this number.
    • setRound

      public void setRound(String round)
      After division, either round the result up or down.

      One of down, or up.

    • equals

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

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object