WebHookData constructor
WebHookData({})
Implementation
WebHookData({
this.id,
this.merchantId,
this.event,
this.url,
this.status,
this.deletedAt,
this.createdAt,
this.updatedAt,
});
WebHookData({
this.id,
this.merchantId,
this.event,
this.url,
this.status,
this.deletedAt,
this.createdAt,
this.updatedAt,
});