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