public class PackageDimensions extends StripeObject
PRETTY_PRINT_GSON
Constructor and Description |
---|
PackageDimensions() |
Modifier and Type | Method and Description |
---|---|
Double |
getHeight() |
Double |
getLength() |
Double |
getWeight() |
Double |
getWidth() |
void |
setHeight(Double height) |
void |
setLength(Double length) |
void |
setWeight(Double weight) |
void |
setWidth(Double width) |
equals, toString
public Double getHeight()
public void setHeight(Double height)
public Double getLength()
public void setLength(Double length)
public Double getWeight()
public void setWeight(Double weight)
public Double getWidth()
public void setWidth(Double width)
Copyright © 2016 Stripe. All rights reserved.