public ApplyCashPayment ( Context context, long invoiceNumber, int splitCheckNumber, decimal amount ) : AppliedPaymentResponse | ||
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 paid |
splitCheckNumber | int | The split check number, 0-based. Provide -1 if there are no split checks. |
amount | decimal | The cash amount being applied |
return | AppliedPaymentResponse |