TotalAmount Property
Subtotal + SalesTaxTotal.
Syntax
char* GetTotalAmount();
Default Value
""
Remarks
The total amount of the CreditMemo or SalesReceipt. Will be equal to Subtotal + SalesTaxTotal.
The amount should be formatted as a string in dollars.
This property is read-only.
Data Type
String