Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 814 Bytes

Webhook2.md

File metadata and controls

18 lines (13 loc) · 814 Bytes

woocommerce_client.model.Webhook2

Load the model package

import 'package:woocommerce_client/woocommerce_client.dart';

Properties

Name Type Description Notes
name String A friendly name for the webhook. [optional]
status String Webhook status. [optional]
topic String Webhook topic. [optional]
secret String Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default to a MD5 hash from the current user's ID username if not provided.

[Back to Model list] [Back to API list] [Back to README]