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

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

package net.optionfactory.whatsapp.dto.phone;

import com.fasterxml.jackson.annotation.JsonProperty;

/**
 * The type Two-Step Code
 *
 * @param pin Required. A 6-digit PIN you wish to use for two-step verification.
 */
public record TwoStepCode(
        @JsonProperty("pin") String pin
) {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy