WebhookEndpoint constructor

WebhookEndpoint({
  1. String? id,
  2. String? object,
  3. String? apiVersion,
  4. String? application,
  5. int? created,
  6. String? description,
  7. List<String>? enabledEvents,
  8. bool? livemode,
  9. Map<String, dynamic>? metadata,
  10. String? status,
  11. String? url,
  12. String? secret,
})

Implementation

WebhookEndpoint(
    {this.id,
    this.object,
    this.apiVersion,
    this.application,
    this.created,
    this.description,
    this.enabledEvents,
    this.livemode,
    this.metadata,
    this.status,
    this.url,
    this.secret});