diff --git a/src/main/java/com/whatsapp/api/domain/webhook/Pricing.java b/src/main/java/com/whatsapp/api/domain/webhook/Pricing.java index 6a5e2d9e3..9e469016e 100644 --- a/src/main/java/com/whatsapp/api/domain/webhook/Pricing.java +++ b/src/main/java/com/whatsapp/api/domain/webhook/Pricing.java @@ -13,9 +13,11 @@ public record Pricing( @JsonProperty("category") String category, - @JsonProperty("billable") boolean billable + @JsonProperty("billable") boolean billable, + + @JsonProperty("type") String type ) { -} \ No newline at end of file +}