TransactionAmount Property
Amount to be charged from (or refunded to) the card.
Syntax
[VB.NET] Public Property TransactionAmount As String
[C#] public string TransactionAmount {get; set;}
Remarks
This is required for Sale and Refund transactions. The transaction amount may be up to 11 characters in length, and must be in the format "DDDDDDDD.CC", and be left-justified with no fill (eg: "1.99"). This must always be a positive, non-zero value.
Default Value
""