Class PaymentMethodGatewayEndpointConfiguration
java.lang.Object
org.apache.camel.component.braintree.BraintreeConfiguration
org.apache.camel.component.braintree.PaymentMethodGatewayEndpointConfiguration
@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
Camel endpoint configuration for
PaymentMethodGateway.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.braintreegateway.PaymentMethodDeleteRequestcom.braintreegateway.PaymentMethodGrantRequestcom.braintreegateway.PaymentMethodRequestgetToken()voidsetDeleteRequest(com.braintreegateway.PaymentMethodDeleteRequest deleteRequest) voidsetGrantRequest(com.braintreegateway.PaymentMethodGrantRequest grantRequest) voidsetRequest(com.braintreegateway.PaymentMethodRequest request) voidMethods inherited from class org.apache.camel.component.braintree.BraintreeConfiguration
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, setPublicKey
-
Constructor Details
-
PaymentMethodGatewayEndpointConfiguration
public PaymentMethodGatewayEndpointConfiguration()
-
-
Method Details
-
getDeleteRequest
public com.braintreegateway.PaymentMethodDeleteRequest getDeleteRequest() -
setDeleteRequest
public void setDeleteRequest(com.braintreegateway.PaymentMethodDeleteRequest deleteRequest) -
getGrantRequest
public com.braintreegateway.PaymentMethodGrantRequest getGrantRequest() -
setGrantRequest
public void setGrantRequest(com.braintreegateway.PaymentMethodGrantRequest grantRequest) -
getRequest
public com.braintreegateway.PaymentMethodRequest getRequest() -
setRequest
public void setRequest(com.braintreegateway.PaymentMethodRequest request) -
getToken
-
setToken
-