@ApiParams(apiName="paymentMethod",description="Provides methods to interact with payments",apiMethods={@ApiMethod(methodName="create",signatures="com.braintreegateway.Result<com.braintreegateway.? extends PaymentMethod> create(com.braintreegateway.PaymentMethodRequest request)"),@ApiMethod(methodName="delete",signatures={"com.braintreegateway.Result<com.braintreegateway.? extends PaymentMethod> delete(String token)","com.braintreegateway.Result<com.braintreegateway.? extends PaymentMethod> delete(String token, com.braintreegateway.PaymentMethodDeleteRequest request)"}),@ApiMethod(methodName="find",signatures="com.braintreegateway.PaymentMethod find(String token)"),@ApiMethod(methodName="grant",signatures={"com.braintreegateway.Result<com.braintreegateway.PaymentMethodNonce> grant(String token)","com.braintreegateway.Result<com.braintreegateway.PaymentMethodNonce> grant(String token, com.braintreegateway.PaymentMethodGrantRequest grantRequest)"}),@ApiMethod(methodName="revoke",signatures="com.braintreegateway.Result<com.braintreegateway.? extends PaymentMethod> revoke(String token)"),@ApiMethod(methodName="update",signatures="com.braintreegateway.Result<com.braintreegateway.? extends PaymentMethod> update(String token, com.braintreegateway.PaymentMethodRequest request)")},aliases={})
@UriParams
@Configurer(extended=true)
public final class PaymentMethodGatewayEndpointConfiguration
extends BraintreeConfiguration
PaymentMethodGateway.| Constructor and Description |
|---|
PaymentMethodGatewayEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
com.braintreegateway.PaymentMethodDeleteRequest |
getDeleteRequest() |
com.braintreegateway.PaymentMethodGrantRequest |
getGrantRequest() |
com.braintreegateway.PaymentMethodRequest |
getRequest() |
String |
getToken() |
void |
setDeleteRequest(com.braintreegateway.PaymentMethodDeleteRequest deleteRequest) |
void |
setGrantRequest(com.braintreegateway.PaymentMethodGrantRequest grantRequest) |
void |
setRequest(com.braintreegateway.PaymentMethodRequest request) |
void |
setToken(String token) |
getAccessToken, getApiName, getEnvironment, getHttpLogLevel, getHttpLogName, getHttpReadTimeout, getMerchantId, getMethodName, getPrivateKey, getProxyHost, getProxyPort, getPublicKey, isLogHandlerEnabled, setAccessToken, setApiName, setEnvironment, setHttpLogLevel, setHttpLogName, setHttpReadTimeout, setLogHandlerEnabled, setMerchantId, setMethodName, setPrivateKey, setProxyHost, setProxyPort, setPublicKeypublic PaymentMethodGatewayEndpointConfiguration()
public com.braintreegateway.PaymentMethodDeleteRequest getDeleteRequest()
public void setDeleteRequest(com.braintreegateway.PaymentMethodDeleteRequest deleteRequest)
public com.braintreegateway.PaymentMethodGrantRequest getGrantRequest()
public void setGrantRequest(com.braintreegateway.PaymentMethodGrantRequest grantRequest)
public com.braintreegateway.PaymentMethodRequest getRequest()
public void setRequest(com.braintreegateway.PaymentMethodRequest request)
public String getToken()
public void setToken(String token)
Apache Camel