id property

int? id
final

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;