JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr# # ReceiptNotification Additional notification for completed payout ```php use Xendit\Payout\ReceiptNotification; ``` ## Properties | Name | Type | Required | Description | Examples | |------------|:-------------:|:-------------:|-------------|:-------------:| | **email_to** | **string[]** | | Valid email address to send the payout receipt | ["user_to@example.com","user_to2@example.com","user_to3@example.com"] | | **email_cc** | **string[]** | | Valid email address to cc the payout receipt | ["user_cc@example.com","user_cc2@example.com"] | | **email_bcc** | **string[]** | | Valid email address to bcc the payout receipt | ["user_bcc@example.com"] | [[Back to README]](../../README.md)