public static class CustomerUpdateParams.Shipping
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
CustomerUpdateParams.Shipping.Address |
static class |
CustomerUpdateParams.Shipping.Builder |
Modifier and Type | Method and Description |
---|---|
static CustomerUpdateParams.Shipping.Builder |
builder() |
CustomerUpdateParams.Shipping.Address |
getAddress()
Customer shipping address.
|
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.Object |
getName()
Customer name.
|
java.lang.Object |
getPhone()
Customer phone (including extension).
|
public static CustomerUpdateParams.Shipping.Builder builder()
public CustomerUpdateParams.Shipping.Address getAddress()
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.Object getName()
public java.lang.Object getPhone()