id property
Unique identifier for the webhook
This ID is automatically assigned by WooCommerce when the webhook is created. It's used to identify the webhook in API calls and is included in delivery headers.
Implementation
final int? id;
Unique identifier for the webhook
This ID is automatically assigned by WooCommerce when the webhook is created. It's used to identify the webhook in API calls and is included in delivery headers.
final int? id;