GratuityAmount Property
Gratuity amount for settling restaurant industry transactions.
Object Oriented Interface
public function getGratuityAmount(); public function setGratuityAmount($value);
Procedural Interface
inpaydirect_ptechdetailrecord_get($res, 12 ); inpaydirect_ptechdetailrecord_set($res, 12, $value );
Default Value
''
Remarks
This field contains the gratuity (tip) amount of the transaction being settled. This amount is only sent when the PTechCharge class's IndustryType is set to "itRestaurant". If a transaction includes a GratuityAmount amount, the SettlementAmount must reflect the total of the original Authorized Amount plus the GratuityAmount.
This must be formatted as a dollar amount with a real decimal point, excluding the dollar sign. For instance "12.00".
Data Type
String