Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 1.22 KB

NotificationSubscription.md

File metadata and controls

18 lines (15 loc) · 1.22 KB

# NotificationSubscription

Properties

Name Type Description Notes
active_from \DateTime Datetime from when the subscription is active.
active_to \DateTime Optional end datetime for the subscription. [optional]
configurations \Rvvup\Api\Model\NotificationSubscriptionConfiguration[] List of notification configurations for the subscription.
created_at \DateTime The datetime when the entity was created.
id string The id of the subscription.
include_main_contact bool Whether main contact of the merchant is included in the recipients.
is_active bool Whether the subscription is currently active.
name string The name of the subscription.
recipients \Rvvup\Api\Model\NotificationSubscriptionRecipient[] List of notification recipients for the subscription.
updated_at \DateTime The datetime when the entity was last updated.

[Back to Model list] [Back to API list] [Back to README]