public class WebhookEndpointCreateParams extends ApiRequestParams
| Modifier and Type | Class and Description |
|---|---|
static class |
WebhookEndpointCreateParams.ApiVersion |
static class |
WebhookEndpointCreateParams.Builder |
static class |
WebhookEndpointCreateParams.EnabledEvent |
ApiRequestParams.EnumParamEXTRA_PARAMS_KEY| Modifier and Type | Method and Description |
|---|---|
static WebhookEndpointCreateParams.Builder |
builder() |
WebhookEndpointCreateParams.ApiVersion |
getApiVersion()
Events sent to this endpoint will be generated with this Stripe Version instead of your
account's default Stripe Version.
|
java.lang.Boolean |
getConnect()
Whether this endpoint should receive events from connected accounts (
true), or from
your account (false). |
java.lang.String |
getDescription()
An optional description of what the webhook is used for.
|
java.util.List<WebhookEndpointCreateParams.EnabledEvent> |
getEnabledEvents()
The list of events to enable for this endpoint.
|
java.util.List<java.lang.String> |
getExpand()
Specifies which fields in the response should be expanded.
|
java.util.Map<java.lang.String,java.lang.Object> |
getExtraParams()
Map of extra parameters for custom features not available in this client library.
|
java.lang.Object |
getMetadata()
Set of key-value pairs that you can attach
to an object.
|
java.lang.String |
getUrl()
The URL of the webhook endpoint.
|
toMappublic static WebhookEndpointCreateParams.Builder builder()
public WebhookEndpointCreateParams.ApiVersion getApiVersion()
public java.lang.Boolean getConnect()
true), or from
your account (false). Defaults to false.public java.lang.String getDescription()
public java.util.List<WebhookEndpointCreateParams.EnabledEvent> getEnabledEvents()
['*'] to enable all
events, except those that require explicit selection.public java.util.List<java.lang.String> getExpand()
public java.util.Map<java.lang.String,java.lang.Object> getExtraParams()
@SerializedName value. Instead, each
key/value pair is serialized as if the key is a root-level field (serialized) name in this
param object. Effectively, this map is flattened to its parent instance.public java.lang.Object getMetadata()
metadata.public java.lang.String getUrl()