Sha256: 0fcd9f7ec954c08dede8adeceb9dc3c832b73a5ed70244f83af42c8de855b1aa

Contents?: true

Size: 1.19 KB

Versions: 4

Compression:

Stored size: 1.19 KB

Contents

# SyncteraRubySdk::WatchlistSubscription

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **auto_renew** | **Boolean** | Whether this subscription should automatically renew when the subscription period is over (default: vendor-dependent).  | [optional] |
| **created** | **Time** | When this subscription was created | [optional] |
| **customer_consent** | **Boolean** | Whether this customer has consented to being enrolled for watchlist monitoring  |  |
| **id** | **String** | Unique identifier for this subscription | [optional] |
| **period_end** | **Date** | The date when monitoring of this individual should end. | [optional] |
| **period_start** | **Date** | The date when monitoring of this individual should begin (default: today). | [optional] |
| **provider_subscription_id** | **String** | External provider subscription id | [optional] |
| **status** | **String** |  | [optional] |

## Example

```ruby
require 'synctera_ruby_sdk'

instance = SyncteraRubySdk::WatchlistSubscription.new(
  auto_renew: null,
  created: null,
  customer_consent: null,
  id: null,
  period_end: null,
  period_start: null,
  provider_subscription_id: null,
  status: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
synctera_ruby_sdk-1.1.3 docs/WatchlistSubscription.md
synctera_ruby_sdk-1.1.2 docs/WatchlistSubscription.md
synctera_ruby_sdk-1.1.1 docs/WatchlistSubscription.md
synctera_ruby_sdk-1.0.0 docs/WatchlistSubscription.md