TipAdjustmentAsync Method
This methods adds a tip to the original sale transaction.
Syntax
[VB.NET] Public Function TipAdjustmentAsync(ByVal PNRef As String, ByVal GratuityAmount As String) As Task
[C#] public Task TipAdjustmentAsync(string PNRef, string gratuityAmount);