 |
DetailItemDebitCreditOption Property |
Whether the amount is to be applied as debit or credit
Created in Epic SDK V5.0.
Namespace:
ASI.TAM.API.Data.UI.GeneralLedger.JournalEntry
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 - JournalEntryDetailItemDebitCreditOptions
- Defaults To - Debit
|
See Also