public EmailReceipt ( Context context, long invoiceNumber, int splitCheckNumber, string emailAddress ) : bool | ||
context | Context | The store id, station id, and cashier id the information should be restricted to. |
invoiceNumber | long | The number of the invoice that should be emailed |
splitCheckNumber | int | The split check number, 0-based. Provide -1 if there are no split checks. |
emailAddress | string | The email address to send the receipt to |
return | bool |