Class 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 Detail

      • PaymentMethodGatewayEndpointConfiguration

        public PaymentMethodGatewayEndpointConfiguration()
    • Method Detail

      • 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

        public String getToken()
      • setToken

        public void setToken​(String token)