 |
DetailItemDebitCreditOption Property |
Used to apply credits/debits to selected items
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: 2021.2.0.769
Syntaxpublic OptionType DebitCreditOption { get; set; }
Public Property DebitCreditOption As OptionType
Get
Set
Dim instance As DetailItem
Dim value As OptionType
value = instance.DebitCreditOption
instance.DebitCreditOption = value
Property Value
Type:
OptionType
DebitCreditOption As Option.
Remarks Note |
---|
- Name - DebitCreditOption
- Option Type - ReceiptDetailItemDebitCreditOptions
- Defaults To - Credit
|
See Also