MIF_E31211285/vendor/xendit/xendit-php/docs/Payout/ReceiptNotification.md

761 B

# ReceiptNotification

Additional notification for completed payout

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]