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

com.mailersend.sdk.emails.SendBulkResponse Maven / Gradle / Ivy

/*************************************************
 * MailerSend Java SDK
 * https://github.com/mailersend/mailersend-java
 * 
 * @author MailerSend 
 * https://mailersend.com
 **************************************************/
package com.mailersend.sdk.emails;

import com.google.gson.annotations.SerializedName;
import com.mailersend.sdk.MailerSendResponse;

/**
 * 

SendBulkResponse class.

* * @author mailersend * @version $Id: $Id */ public class SendBulkResponse extends MailerSendResponse { @SerializedName("message") public String message; @SerializedName("bulk_email_id") public String bulkSendId; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy