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

com.hextremelabs.sms.smssender.infobip.dto.SmsServiceRequest.kt Maven / Gradle / Ivy

The newest version!
package com.hextremelabs.sms.smssender.infobip.dto

import javax.xml.bind.annotation.XmlElement
import javax.xml.bind.annotation.XmlRootElement

/**
 * Created by oladeji on 11/4/16.
 */
@XmlRootElement
class SmsServiceRequest(
    @get:XmlElement var from: String? = null,
    @get:XmlElement var to: String? = null,
    @get:XmlElement var text: String? = null
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy