active property
Indicates if the webhook configuration is active. The field must be true for us to send webhooks about events related an account.
Implementation
@BuiltValueField(wireName: r'active')
bool get active;
Indicates if the webhook configuration is active. The field must be true for us to send webhooks about events related an account.
@BuiltValueField(wireName: r'active')
bool get active;