FoodAmount Property
The amount of the restaurant food purchase.
Syntax
[VB.NET] Public Property FoodAmount As String
[C#] public string FoodAmount {get; set;}
Remarks
This property contains the total dollar-and-cent amount ($$$$$.cc) of the restaurant food purchase.
Note: This is a reporting field only. Therefore the FoodAmount must be accounted for within TransactionAmount.
Note: The decimal point is required to be specified within the amount.
Default Value
""