SettleAmount Property
The final settlement amount.
Object Oriented Interface
public function getSettleAmount(); public function setSettleAmount($value);
Procedural Interface
inpaydirect_tsyshcadjustment_get($res, 24 ); inpaydirect_tsyshcadjustment_set($res, 24, $value );
Default Value
''
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.
Data Type
String