/home/brandsfa/public_html/vendor/xendit/xendit-php/docs/Payout/ReceiptNotification.md
# # 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)