| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
EventData |
EventData.Builder.build()
Builds a new
EventData object using the set fields. |
EventData |
Event.getData()
Getter for Data.
|
| Modifier and Type | Method and Description |
|---|---|
Event.Builder |
Event.Builder.data(EventData data)
Setter for data.
|
| Constructor and Description |
|---|
Event(io.apimatic.core.types.OptionalNullable<String> merchantId,
io.apimatic.core.types.OptionalNullable<String> locationId,
io.apimatic.core.types.OptionalNullable<String> type,
io.apimatic.core.types.OptionalNullable<String> eventId,
String createdAt,
EventData data)
Internal initialization constructor.
|
Event(String merchantId,
String locationId,
String type,
String eventId,
String createdAt,
EventData data)
Initialization constructor.
|
Copyright © 2023. All rights reserved.