Package com.stripe.model
Class Product.PackageDimensions
java.lang.Object
com.stripe.model.StripeObject
com.stripe.model.Product.PackageDimensions
- All Implemented Interfaces:
StripeObjectInterface
- Enclosing class:
- Product
-
Field Summary
Fields inherited from class com.stripe.model.StripeObject
PRETTY_PRINT_GSON
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprotected boolean
boolean
Height, in inches.Length, in inches.Weight, in ounces.getWidth()
Width, in inches.int
hashCode()
void
setHeight
(BigDecimal height) Height, in inches.void
setLength
(BigDecimal length) Length, in inches.void
setWeight
(BigDecimal weight) Weight, in ounces.void
setWidth
(BigDecimal width) Width, in inches.Methods inherited from class com.stripe.model.StripeObject
deserializeStripeObject, deserializeStripeObject, deserializeStripeObject, equals, getLastResponse, getRawJsonObject, setLastResponse, toJson, toString
-
Constructor Details
-
PackageDimensions
public PackageDimensions()
-
-
Method Details
-
getHeight
Height, in inches. -
getLength
Length, in inches. -
getWeight
Weight, in ounces. -
getWidth
Width, in inches. -
setHeight
Height, in inches. -
setLength
Length, in inches. -
setWeight
Weight, in ounces. -
setWidth
Width, in inches. -
equals
-
canEqual
-
hashCode
public int hashCode()
-