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

com.mailersend.sdk.tokens.TokenResponse Maven / Gradle / Ivy

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

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

/**
 * 

TokenResponse class.

* * @author mailersend * @version $Id: $Id */ public class TokenResponse extends MailerSendResponse { @SerializedName("data") public Token token; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy