Sha256: 4c37f6a4a0dc6af5e769837dd99ea85d0f8e8cec44f5ebfea4f0d408036f83b8
Contents?: true
Size: 549 Bytes
Versions: 26
Compression:
Stored size: 549 Bytes
Contents
# SquareConnect::CreateOrderResponse ### Description Defines the fields that are included in the response body of a request to the [CreateOrder](#endpoint-createorder) endpoint. One of `errors` or `order` is present in a given response (never both). ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **order** | [**Order**](Order.md) | The newly created order. | [optional] **errors** | [**Array<Error>**](Error.md) | Any errors that occurred during the request. | [optional]
Version data entries
26 entries across 26 versions & 1 rubygems