@UriParams public final class AddressGatewayEndpointConfiguration extends BraintreeConfiguration
Constructor and Description |
---|
AddressGatewayEndpointConfiguration() |
Modifier and Type | Method and Description |
---|---|
String |
getCustomerId() |
String |
getId() |
com.braintreegateway.AddressRequest |
getRequest() |
void |
setCustomerId(String customerId) |
void |
setId(String id) |
void |
setRequest(com.braintreegateway.AddressRequest request) |
getAccessToken, getApiName, getEnvironment, getHttpLogLevel, getHttpLogName, getHttpReadTimeout, getMerchantId, getMethodName, getPrivateKey, getProxyHost, getProxyPort, getPublicKey, setAccessToken, setApiName, setEnvironment, setHttpLogLevel, setHttpLogLevel, setHttpLogName, setHttpReadTimeout, setMerchantId, setMethodName, setPrivateKey, setProxyHost, setProxyPort, setPublicKey
public String getCustomerId()
public void setCustomerId(String customerId)
public String getId()
public void setId(String id)
public com.braintreegateway.AddressRequest getRequest()
public void setRequest(com.braintreegateway.AddressRequest request)
Apache Camel