Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 678 Bytes

NotificationPreference.md

File metadata and controls

15 lines (9 loc) · 678 Bytes

NotificationPreference

An object representing notification preferences for different invoice events.

Properties

Name Type Required Description Examples
invoiceCreated NotificationChannel[] Notification channels for when an invoice is created.
invoiceReminder NotificationChannel[] Notification channels for invoice reminders.
invoicePaid NotificationChannel[] Notification channels for when an invoice is paid.

[Back to README]