MIF_E31211285/vendor/xendit/xendit-php/docs/Invoice/NotificationPreference.md

713 B

# NotificationPreference

An object representing notification preferences for different invoice events.

use Xendit\Invoice\NotificationPreference;

Properties

Name Type Required Description Examples
invoice_created array Notification channels for when an invoice is created. null
invoice_reminder array Notification channels for invoice reminders. null
invoice_paid array Notification channels for when an invoice is paid. null

[Back to README]