public class ClientTokenRequest extends Request
| 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, toGraphQLVariables, toQueryString, toQueryStringpublic 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–2018. All rights reserved.