public class LocationUpdateParams extends ApiRequestParams
Modifier and Type | Class and Description |
---|---|
static class |
LocationUpdateParams.Address |
static class |
LocationUpdateParams.Builder |
ApiRequestParams.EnumParam
EXTRA_PARAMS_KEY
Modifier and Type | Method and Description |
---|---|
static LocationUpdateParams.Builder |
builder() |
LocationUpdateParams.Address |
getAddress()
The full address of the location.
|
java.lang.Object |
getDisplayName()
A name for the location.
|
java.util.List<java.lang.String> |
getExpand()
Specifies which fields in the response should be expanded.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.util.Map<java.lang.String,java.lang.String> |
getMetadata()
Set of key-value pairs that you can attach to an object.
|
java.lang.Object |
getOperatorAccount()
To [group
objects](https://stripe.com/docs/terminal/payments/connect#grouping-objects-by-connected-account)
on your platform account by connected account, set this parameter to the connected account ID.
|
toMap
public static LocationUpdateParams.Builder builder()
public LocationUpdateParams.Address getAddress()
public java.lang.Object getDisplayName()
public java.util.List<java.lang.String> getExpand()
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.util.Map<java.lang.String,java.lang.String> getMetadata()
public java.lang.Object getOperatorAccount()