Share via


AssetTrans::checkReversal Method

Gets a value that indicates whether the specified asset transaction can be reversed.

Syntax

client server public static boolean checkReversal(AssetTrans _assetTrans)

Run On

Called

Parameters

  • _assetTrans
    Type: AssetTrans Table
    The asset transaction record to check for reversal.

Return Value

Type: boolean
true if the transaction type of the passed asset transaction record is a valid type and the transaction has not been reversed nor settled, or is the original transaction; otherwise false.

See Also

Reference

AssetTrans Table