ClinicAmount Property
Total amount of Clinic or Other qualified medical items for Healthcare auto-substantiation.
Syntax
[VB.NET] Public Property ClinicAmount As String
[C#] public string ClinicAmount {get; set;}
Remarks
The sum of all auto-substantiation items cannot be more than the TotalMedicalAmount, which must be equal to or less than the TransactionAmount.
This must be presented with an implied decimal point. For example, US $10.00 must be represented as 1000, and $0.10 is likewise simply 10.
Default Value
""