diff --git a/src/main/java/com/whatsapp/api/domain/webhook/engaglab/type/NotificationEventType.java b/src/main/java/com/whatsapp/api/domain/webhook/engaglab/type/NotificationEventType.java index aa5ebfb..3e4b864 100644 --- a/src/main/java/com/whatsapp/api/domain/webhook/engaglab/type/NotificationEventType.java +++ b/src/main/java/com/whatsapp/api/domain/webhook/engaglab/type/NotificationEventType.java @@ -17,6 +17,11 @@ public enum NotificationEventType { * 预估费用 */ @JsonProperty("whatsapp_bsp_delivery_estimate_cost") - ESTIMATE_COST + ESTIMATE_COST, + /** + * 预估费用 + */ + @JsonProperty("delivery_estimate_cost") + DELIVERY_ESTIMATE_COST }