| Package | Description |
|---|---|
| com.squareup.square.models | |
| com.squareup.square.utilities |
| Modifier and Type | Method and Description |
|---|---|
JsonObject |
CustomAttributeDefinition.getSchema()
Getter for Schema.
|
| Modifier and Type | Method and Description |
|---|---|
CustomAttributeDefinition.Builder |
CustomAttributeDefinition.Builder.schema(JsonObject schema)
Setter for schema.
|
| Constructor and Description |
|---|
CustomAttributeDefinition(String key,
JsonObject schema,
String name,
String description,
SourceApplication sourceApplication,
String visibility,
Integer version,
String updatedAt,
String createdAt)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static JsonObject |
JsonObject.fromJsonString(String jsonString)
Initializes JsonObject with provided JSON.
|
Copyright © 2022. All rights reserved.