 |
RevisePremiumIsSplitReceivable Property |
Specifies if the transaction is split receivable. Useful when doing a get default
Namespace:
ASI.TAM.API.Data.UI.Transaction.RevisePremium
Assembly:
ASI.TAM.API.Data.UI.Transaction (in ASI.TAM.API.Data.UI.Transaction.dll) Version: 2020.1.0.1
Syntaxpublic bool IsSplitReceivable { get; set; }
Public Property IsSplitReceivable As Boolean
Get
Set
Dim instance As RevisePremium
Dim value As Boolean
value = instance.IsSplitReceivable
instance.IsSplitReceivable = value
Property Value
Type:
BooleanReturn Value
Type:
Boolean
Remarks
See Also