| Package | Description |
|---|---|
| com.squareup.square.models |
| Modifier and Type | Method and Description |
|---|---|
OrderFulfillmentUpdatedUpdate |
OrderFulfillmentUpdatedUpdate.Builder.build()
Builds a new
OrderFulfillmentUpdatedUpdate object using the set fields. |
| Modifier and Type | Method and Description |
|---|---|
List<OrderFulfillmentUpdatedUpdate> |
OrderFulfillmentUpdated.getFulfillmentUpdate()
Getter for FulfillmentUpdate.
|
| Modifier and Type | Method and Description |
|---|---|
OrderFulfillmentUpdated.Builder |
OrderFulfillmentUpdated.Builder.fulfillmentUpdate(List<OrderFulfillmentUpdatedUpdate> fulfillmentUpdate)
Setter for fulfillmentUpdate.
|
| Constructor and Description |
|---|
OrderFulfillmentUpdated(String orderId,
Integer version,
String locationId,
String state,
String createdAt,
String updatedAt,
List<OrderFulfillmentUpdatedUpdate> fulfillmentUpdate)
Initialization constructor.
|
Copyright © 2022. All rights reserved.