 |
DetailItemPaidItems Property |
Used to populate and display paid items.
Created in Epic SDK V7.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: 2021.1.0.391
Syntaxpublic PaidItems PaidItems { get; set; }
Public Property PaidItems As PaidItems
Get
Set
Dim instance As DetailItem
Dim value As PaidItems
value = instance.PaidItems
instance.PaidItems = value
Property Value
Type:
PaidItems
PaidItems As Other.
Remarks Note |
---|
|
See Also