SendInvoice
Send an Invoice, by Id, to a customer.
Input
| Name | Type | Required | Description |
| InvoiceId | String | True | The Id of the invoice to send. |
| Subject | String | False | The subject of the email that is sent as a notification to the recipient. |
| Note | String | False | A note to the payer. |
| SendToInvoicer | Boolean | False | Indicates whether to send a copy of the email to the merchant. |
| SendToRecipient | Boolean | False | Indicates whether to send a copy of the email to the recipient. |
| AdditionalRecipients | String | False | An array of one or more CC: emails to which notifications are sent. If you omit this parameter, a notification is sent to all CC: email addresses that are part of the invoice. |
Result Set Columns
| Name | Type | Description |
| Status | String | The PayPal-generated invoice status. If the draft invoice is sent, the status is SENT. |