# NotificationPreference

An object representing notification preferences for different invoice events.

## Properties

| Name | Type | Required | Description | Examples |
|------------|:-------------:|:-------------:|-------------|:-------------:|
| **invoiceCreated** |[NotificationChannel[]](NotificationChannel.md) |  | Notification channels for when an invoice is created. | | |
| **invoiceReminder** |[NotificationChannel[]](NotificationChannel.md) |  | Notification channels for invoice reminders. | | |
| **invoicePaid** |[NotificationChannel[]](NotificationChannel.md) |  | Notification channels for when an invoice is paid. | | |



[[Back to README]](../../README.md)