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

com.paypal.core.object.RefreshToken Maven / Gradle / Ivy

There is a newer version: 2.0.0
Show newest version
package com.paypal.core.object;

import com.paypal.http.annotations.Model;
import com.paypal.http.annotations.SerializedName;

@Model
public class RefreshToken {

	@SerializedName("refresh_token")
	private String refreshToken;

	public String refreshToken() {
		return refreshToken;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy