public static class SourceCreateParams.SourceOrder.Item
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SourceCreateParams.SourceOrder.Item.Builder |
static class |
SourceCreateParams.SourceOrder.Item.Type |
| Modifier and Type | Method and Description |
|---|---|
static SourceCreateParams.SourceOrder.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.
|
SourceCreateParams.SourceOrder.Item.Type |
getType() |
public static SourceCreateParams.SourceOrder.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 SourceCreateParams.SourceOrder.Item.Type getType()