public class ClientTokenRequest extends Request
Modifier and Type | Field and Description |
---|---|
private String |
customerId |
private static int |
DEFAULT_VERSION |
private String |
merchantAccountId |
private ClientTokenOptionsRequest |
optionsRequest |
private int |
version |
Constructor and Description |
---|
ClientTokenRequest() |
Modifier and Type | Method and Description |
---|---|
protected RequestBuilder |
buildRequest(String root) |
ClientTokenRequest |
customerId(String customerId) |
String |
getCustomerId() |
String |
getMerchantAccountId() |
ClientTokenOptionsRequest |
getOptions() |
ClientTokenRequest |
merchantAccountId(String merchantAccountId) |
ClientTokenRequest |
options(ClientTokenOptionsRequest optionsRequest) |
String |
toXML() |
ClientTokenRequest |
version(int version) |
buildXMLElement, buildXMLElement, getKind, toQueryString, toQueryString
private static final int DEFAULT_VERSION
private String customerId
private int version
private String merchantAccountId
private ClientTokenOptionsRequest optionsRequest
public String getCustomerId()
public String getMerchantAccountId()
public ClientTokenOptionsRequest getOptions()
public ClientTokenRequest customerId(String customerId)
public ClientTokenRequest version(int version)
public ClientTokenRequest merchantAccountId(String merchantAccountId)
public ClientTokenRequest options(ClientTokenOptionsRequest optionsRequest)
protected RequestBuilder buildRequest(String root)
Copyright © 2013-2016. All Rights Reserved.