Gets or sets the minimum amount of a transaction amount range.
Namespace: Bluefin.Web.ClientAssembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Public Property AmountMin As BluefinAmount
Get
Set
public BluefinAmount AmountMin { get; set; }
public:
property BluefinAmount^ AmountMin {
BluefinAmount^ get ();
void set (BluefinAmount^ value);
}
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.