public static class ProductCreateParams.PackageDimensions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ProductCreateParams.PackageDimensions.Builder |
Modifier and Type | Method and Description |
---|---|
static ProductCreateParams.PackageDimensions.Builder |
builder() |
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.math.BigDecimal |
getHeight()
Height, in inches.
|
java.math.BigDecimal |
getLength()
Length, in inches.
|
java.math.BigDecimal |
getWeight()
Weight, in ounces.
|
java.math.BigDecimal |
getWidth()
Width, in inches.
|
public static ProductCreateParams.PackageDimensions.Builder builder()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@SerializedName
value. Instead, each
key/value pair is serialized as if the key is a root-level field (serialized) name in this
param object. Effectively, this map is flattened to its parent instance.public java.math.BigDecimal getHeight()
public java.math.BigDecimal getLength()
public java.math.BigDecimal getWeight()
public java.math.BigDecimal getWidth()