# Receipt Notifications Model

This model represent the list of Email and SMS addresses for sending receipts.

### Receipt Notifications Model

This model referenced in "receiptNotifications" field of [#creating-new-transaction](https://docs.sensepass.com/sensepay/payment-flows/create-a-transaction#creating-new-transaction "mention") request body

<table><thead><tr><th width="212.9871382636656">field</th><th width="150">type</th><th width="384.2">description</th></tr></thead><tbody><tr><td>email</td><td>Array</td><td>Email Recipients<br>example: ["a@example.com"]</td></tr><tr><td>sms</td><td>Array</td><td>SMS Recipients<br>example: ["9295522135"]</td></tr></tbody></table>
