public static class OrderCreateParams.Item
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OrderCreateParams.Item.Builder |
static class |
OrderCreateParams.Item.Type |
| Modifier and Type | Method and Description |
|---|---|
static OrderCreateParams.Item.Builder |
builder() |
java.lang.Long |
getAmount() |
java.lang.String |
getCurrency() |
java.lang.String |
getDescription() |
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.lang.String |
getParent()
The ID of the SKU being ordered.
|
java.lang.Long |
getQuantity()
The quantity of this order item.
|
OrderCreateParams.Item.Type |
getType() |
public static OrderCreateParams.Item.Builder builder()
public java.lang.Long getAmount()
public java.lang.String getCurrency()
public java.lang.String getDescription()
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.lang.String getParent()
public java.lang.Long getQuantity()
sku, this is the number of instances of
the SKU to be ordered.public OrderCreateParams.Item.Type getType()