newsletter field working
This commit is contained in:
parent
2f836dde20
commit
63c98bfd30
1302 changed files with 308003 additions and 7 deletions
12
vendor/getbrevo/brevo-php/docs/Model/OrderBatch.md
vendored
Normal file
12
vendor/getbrevo/brevo-php/docs/Model/OrderBatch.md
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# OrderBatch
|
||||
|
||||
## Properties
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**orders** | [**\Brevo\Client\Model\Order[]**](Order.md) | array of order objects |
|
||||
**notifyUrl** | **string** | Notify Url provided by client to get the status of batch request | [optional]
|
||||
**historical** | **bool** | Defines wether you want your orders to be considered as live data or as historical data (import of past data, synchronising data). True: orders will not trigger any automation workflows. False: orders will trigger workflows as usual. | [optional] [default to true]
|
||||
|
||||
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue