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

com.mailersend.sdk.inboundroutes.SingleInboundRouteResponse Maven / Gradle / Ivy

package com.mailersend.sdk.inboundroutes;

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

/**
 * 

SingleInboundRouteResponse class.

* * @author mailersend * @version $Id: $Id */ public class SingleInboundRouteResponse extends MailerSendResponse { @SerializedName("data") public InboundRoute route; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy