STWDelivery Report
data class STWDeliveryReport( val id: Int?, val messageId: Int, val recipientAddress: String, val recipient: STWSingleContact? = null, val serverDate: String, val localDate: String, val status: Int, val failReason: String?, val filterReason: String?)
Content copied to clipboard
Constructors
Link copied to clipboard
fun STWDeliveryReport( id: Int?, messageId: Int, recipientAddress: String, recipient: STWSingleContact? = null, serverDate: String, localDate: String, status: Int, failReason: String?, filterReason: String?)
Content copied to clipboard