Class MerchantAccountGatewayEndpointConfiguration


  • @ApiParams(apiName="merchantAccount",description="Provides methods to create, find, and update MerchantAccount objects",apiMethods={@ApiMethod(methodName="all",signatures="com.braintreegateway.PaginatedCollection<com.braintreegateway.MerchantAccount> all()"),@ApiMethod(methodName="create",signatures="com.braintreegateway.Result<com.braintreegateway.MerchantAccount> create(com.braintreegateway.MerchantAccountRequest request)"),@ApiMethod(methodName="createForCurrency",signatures="com.braintreegateway.Result<com.braintreegateway.MerchantAccount> createForCurrency(com.braintreegateway.MerchantAccountCreateForCurrencyRequest request)"),@ApiMethod(methodName="fetchMerchantAccounts",signatures="com.braintreegateway.PaginatedResult<com.braintreegateway.MerchantAccount> fetchMerchantAccounts(int page)"),@ApiMethod(methodName="find",signatures="com.braintreegateway.MerchantAccount find(String id)"),@ApiMethod(methodName="update",signatures="com.braintreegateway.Result<com.braintreegateway.MerchantAccount> update(String id, com.braintreegateway.MerchantAccountRequest request)")},aliases={})
    @UriParams
    @Configurer(extended=true)
    public final class MerchantAccountGatewayEndpointConfiguration
    extends BraintreeConfiguration
    Camel endpoint configuration for MerchantAccountGateway.
    • Constructor Detail

      • MerchantAccountGatewayEndpointConfiguration

        public MerchantAccountGatewayEndpointConfiguration()
    • Method Detail

      • getCurrencyRequest

        public com.braintreegateway.MerchantAccountCreateForCurrencyRequest getCurrencyRequest()
      • setCurrencyRequest

        public void setCurrencyRequest​(com.braintreegateway.MerchantAccountCreateForCurrencyRequest currencyRequest)
      • getId

        public String getId()
      • setId

        public void setId​(String id)
      • getPage

        public Integer getPage()
      • setPage

        public void setPage​(Integer page)
      • getRequest

        public com.braintreegateway.MerchantAccountRequest getRequest()
      • setRequest

        public void setRequest​(com.braintreegateway.MerchantAccountRequest request)