cybersource-rest-client
Version:
Node.js SDK for the CyberSource REST API
20 lines (16 loc) • 1.58 kB
Markdown
# CyberSource.InlineResponse2004
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**webhookId** | **String** | Webhook Id. This is generated by the server. | [optional]
**organizationId** | **String** | Organization ID. | [optional]
**products** | [**[Notificationsubscriptionsv2webhooksProducts]**](Notificationsubscriptionsv2webhooksProducts.md) | | [optional]
**webhookUrl** | **String** | The client's endpoint (URL) to receive webhooks. | [optional]
**healthCheckUrl** | **String** | The client's health check endpoint (URL). | [optional]
**status** | **String** | Webhook status. | [optional] [default to 'INACTIVE']
**name** | **String** | Client friendly webhook name. | [optional]
**description** | **String** | Client friendly webhook description. | [optional]
**retryPolicy** | [**Notificationsubscriptionsv2webhooksRetryPolicy**](Notificationsubscriptionsv2webhooksRetryPolicy.md) | | [optional]
**securityPolicy** | [**Notificationsubscriptionsv2webhooksSecurityPolicy**](Notificationsubscriptionsv2webhooksSecurityPolicy.md) | | [optional]
**createdOn** | **String** | Date on which webhook was created/registered. | [optional]
**notificationScope** | **String** | The webhook scope. 1. SELF The Webhook is used to deliver webhooks for only this Organization (or Merchant). 2. DESCENDANTS The Webhook is used to deliver webhooks for this Organization and its children. This field is optional. Possible values: - SELF - DESCENDANTS | [optional] [default to 'DESCENDANTS']