@ApiParams(apiName="webhookNotification",description="To retrieve notifications via webhooks",apiMethods={@ApiMethod(methodName="parse",signatures="com.braintreegateway.WebhookNotification parse(String signature, String payload)"),@ApiMethod(methodName="verify",signatures="String verify(String challenge)")},aliases={})
@UriParams
@Configurer(extended=true)
public final class WebhookNotificationGatewayEndpointConfiguration
extends BraintreeConfiguration
WebhookNotificationGateway.| Constructor and Description |
|---|
WebhookNotificationGatewayEndpointConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
String |
getChallenge() |
String |
getPayload() |
String |
getSignature() |
void |
setChallenge(String challenge) |
void |
setPayload(String payload) |
void |
setSignature(String signature) |
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, setPublicKeyApache Camel