 |
ReceiptSuspendedReceipt Property |
Used to choose whether to suspend an inserted receipt.
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.Receipt
Assembly:
ASI.TAM.API.Data.UI.GeneralLedger (in ASI.TAM.API.Data.UI.GeneralLedger.dll) Version: 2023.1.0.1249
Syntaxpublic bool SuspendedReceipt { get; set; }
Public Property SuspendedReceipt As Boolean
Get
Set
Dim instance As Receipt
Dim value As Boolean
value = instance.SuspendedReceipt
instance.SuspendedReceipt = value
Property Value
Type:
Boolean
SuspendedReceipt As Boolean.
Remarks Note |
---|
- Name - SuspendedReceipt
- Ignored On Update - True
|
See Also