SettleAmount Property
The final settlement amount.
Syntax
[VB.NET] Public Property SettleAmount As String
[C#] public string SettleAmount {get; set;}
Remarks
This property is used to specify the final settlement (transaction) amount.
Note: The final settlement amount can only be decreased. Thus SettlementAmount must be less than OriginalAmount. If you do not wish to adjust the settlement amount, you can should not set SettlementAmount.
Default Value
""