Direct Payment Integrator V6 - Online Help
Direct Payment Integrator V6
Questions / Feedback?

GratuityAmount Property

Tip portion of the TransactionAmount .

Syntax

[VB.NET]
Public Property GratuityAmount As String

[C#]
public string GratuityAmount {get; set;}

Remarks

This property is only applicable to Restaurant (table service) transactions. It may contain up to 8 characters in the format "DDDDD.CC", left-justified with no fill. (eg "1.99").

Note that the TransactionAmount should always include any GratuityAmount. For example, if the sale price of the transaction is $10.00, and the tip on the transaction is $3.00 (for a grand total of $13.00), the TransactionAmount property should contain "13.00" and the GratuityAmount property should contain "3.00".

Default Value

""

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 6.0.6240.0