public class WebhookEndpointCreateParams extends ApiRequestParams
Modifier and Type | Class and Description |
---|---|
static class |
WebhookEndpointCreateParams.ApiVersion |
static class |
WebhookEndpointCreateParams.Builder |
static class |
WebhookEndpointCreateParams.EnabledEvent |
ApiRequestParams.EnumParam
EXTRA_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.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.String |
getUrl()
The URL of the webhook endpoint.
|
toMap
public static WebhookEndpointCreateParams.Builder builder()
public WebhookEndpointCreateParams.ApiVersion getApiVersion()
public java.lang.Boolean getConnect()
true
), or from
your account (false
). Defaults to false
.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.String getUrl()