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

io.github.eduardromanyuk.turbosms.model.request.TsMessageSendSmsRequest Maven / Gradle / Ivy

package io.github.eduardromanyuk.turbosms.model.request;

import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;

@JsonInclude(value = JsonInclude.Include.NON_NULL)
public interface TsMessageSendSmsRequest extends TsMessageSendRequest {
    @JsonProperty("is_flash")
    Boolean getFlash();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy