| Package | Description |
|---|---|
| com.braintreegateway |
| Modifier and Type | Field and Description |
|---|---|
private WebhookNotification.Kind |
WebhookNotification.kind |
| Modifier and Type | Method and Description |
|---|---|
WebhookNotification.Kind |
WebhookNotification.getKind() |
static WebhookNotification.Kind |
WebhookNotification.Kind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WebhookNotification.Kind[] |
WebhookNotification.Kind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private String |
WebhookTestingGateway.buildPayload(WebhookNotification.Kind kind,
String id,
String sourceMerchantId) |
HashMap<String,String> |
WebhookTestingGateway.sampleNotification(WebhookNotification.Kind kind,
String id) |
HashMap<String,String> |
WebhookTestingGateway.sampleNotification(WebhookNotification.Kind kind,
String id,
String sourceMerchantId) |
private String |
WebhookTestingGateway.subjectXml(WebhookNotification.Kind kind,
String id) |
Copyright © 2013-2018. All Rights Reserved.