Class Product.PackageDimensions

java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Product.PackageDimensions
All Implemented Interfaces:
StripeObjectInterface
Enclosing class:
Product

public static class Product.PackageDimensions extends StripeObject
  • Constructor Details

    • PackageDimensions

      public PackageDimensions()
  • Method Details

    • getHeight

      public BigDecimal getHeight()
      Height, in inches.
    • getLength

      public BigDecimal getLength()
      Length, in inches.
    • getWeight

      public BigDecimal getWeight()
      Weight, in ounces.
    • getWidth

      public BigDecimal getWidth()
      Width, in inches.
    • setHeight

      public void setHeight(BigDecimal height)
      Height, in inches.
    • setLength

      public void setLength(BigDecimal length)
      Length, in inches.
    • setWeight

      public void setWeight(BigDecimal weight)
      Weight, in ounces.
    • setWidth

      public void setWidth(BigDecimal width)
      Width, in inches.
    • 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