All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.optionfactory.whatsapp.dto.webhook.NfmReply Maven / Gradle / Ivy

package net.optionfactory.whatsapp.dto.webhook;

import com.fasterxml.jackson.annotation.JsonProperty;

public record NfmReply(
        @JsonProperty("name") String name,
        @JsonProperty("body") String body,
        @JsonProperty("response_json") String responseJson
) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy