Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/Picqer/Financials/Exact/WebhookSubscription.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
* @property string $CreatorFullName Name of creator
* @property string $Description Description of the OAuth Client
* @property int $Division Division code
* @property bool $IsInstant Enables Instant delivery (only supported for the Good Deliveries topic)
* @property string $Topic Webhook subscription topic, e.g.: FinancialTransactions, Items, StockPositions
* @property string $UserID Subscribing User ID
*/
Expand All @@ -32,6 +33,7 @@ class WebhookSubscription extends Model
'CreatorFullName',
'Description',
'Division',
'IsInstant',
'Topic',
'UserID',
];
Expand Down