All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.apache.camel.component.braintree.MerchantAccountGatewayEndpointConfiguration Maven / Gradle / Ivy

/*
 * Camel EndpointConfiguration generated by camel-api-component-maven-plugin
 * Generated on: Sun Jun 26 21:02:51 UTC 2016
 */
package org.apache.camel.component.braintree;

import org.apache.camel.spi.UriParam;
import org.apache.camel.spi.UriParams;

/**
 * Camel EndpointConfiguration for com.braintreegateway.MerchantAccountGateway
 */
@UriParams
public final class MerchantAccountGatewayEndpointConfiguration extends BraintreeConfiguration {

    @UriParam
    private String id;

    @UriParam
    private com.braintreegateway.MerchantAccountRequest request;

    public String getId() {
        return id;
    }

    public void setId(String id) {
        this.id = id;
    }

    public com.braintreegateway.MerchantAccountRequest getRequest() {
        return request;
    }

    public void setRequest(com.braintreegateway.MerchantAccountRequest request) {
        this.request = request;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy