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

io.github.eduardromanyuk.turbosms.model.response.TsMessageSendResponse Maven / Gradle / Ivy

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

import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.*;

@Getter
@Setter
@NoArgsConstructor
@ToString(callSuper = true)
@EqualsAndHashCode(callSuper = false, of = "messageId")
public class TsMessageSendResponse extends TsResponseStatusBody {
    @JsonProperty("phone")
    private String phone;

    @JsonProperty("message_id")
    private String messageId;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy