TransactionsReportRequest Amount Property Bluefin Web Client API Documentation
Gets or sets the amount of the original transaction.

Namespace: Bluefin.Web.Client
Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax

Public Property Amount As BluefinAmount 
	Get 
	Set
Remarks

If set, shall be zero or positive decimal number. The maximum amount is 999999.99. That is 1 cent less than 1 million. This is because the decimal is counted in the max size. Values with no decimal and no cents are allowed. Values with only a single number after the decimal are allowed and will be assumed to have a trailing 0.
See Also