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

net.optionfactory.whatsapp.dto.phone.VerifyCode Maven / Gradle / Ivy

package net.optionfactory.whatsapp.dto.phone;

import com.fasterxml.jackson.annotation.JsonProperty;

/**
 * The type Verify code.
 */
public record VerifyCode(

        @JsonProperty("code") String code) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy