Class Price.TransformQuantity

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Price.TransformQuantity
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Price

public static class Price.TransformQuantity extends StripeObject
  • Constructor Details

    • TransformQuantity

      public TransformQuantity()
  • 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