PluginProbe
WooCommerce Square / 2.2.5
WooCommerce Square v2.2.5
5.5.0 5.4.3 5.4.2 5.4.1 5.4.0 trunk 1.0.25 1.0.26 1.0.27 1.0.28 1.0.29 1.0.30 1.0.31 1.0.32 1.0.33 1.0.34 1.0.35 1.0.36 1.0.37 1.0.38 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 All 132 releases
woocommerce-square / vendor / square / connect / docs / Model / BatchDeleteCatalogObjectsResponse.md
BatchDeleteCatalogObjectsResponse.md
18 lines 1018 B
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 # BatchDeleteCatalogObjectsResponse
2
3 ### Description
4
5
6
7 ## Properties
8 Name | Getter | Setter | Type | Description | Notes
9 ------------ | ------------- | ------------- | ------------- | ------------- | -------------
10 **errors** | getErrors() | setErrors($value) | [](Error.md**\SquareConnect\Model\Error[]**](Error.md](Error.md) | The set of [](#type-errorError](#type-error](#type-error)s encountered. | [optional]
11 **deleted_object_ids** | getDeletedObjectIds() | setDeletedObjectIds($value) | **string[]** | The IDs of all [](#type-catalogobjectCatalogObject](#type-catalogobject](#type-catalogobject)s deleted by this request. | [optional]
12 **deleted_at** | getDeletedAt() | setDeletedAt($value) | **string** | The database [](#workingwithdatestimestamp](#workingwithdates](#workingwithdates) of this deletion in RFC 3339 format, e.g., \"2016-09-04T23:59:33.123Z\". | [optional]
13
14 Note: All properties are protected and only accessed via getters and setters.
15
16 [](../../README.md#documentation-for-models[Back to Model list]](../../README.md#documentation-for-models](../../README.md#documentation-for-models) [](../../README.md#documentation-for-api-endpoints[Back to API list]](../../README.md#documentation-for-api-endpoints](../../README.md#documentation-for-api-endpoints) [](../../README.md[Back to README]](../../README.md](../../README.md)
17
18