Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 713 Bytes

File metadata and controls

17 lines (12 loc) · 713 Bytes

# 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]