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

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

package net.optionfactory.whatsapp.dto.webhook;

import com.fasterxml.jackson.annotation.JsonProperty;

/**
 * The type Email.
 */
public record Email(

        @JsonProperty("type")
        String type,

        @JsonProperty("email")
        String email
) {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy