Class DebitCreditInputEnum
Defines the type of amount input in relation to the debit/credit
Namespace: Com.Kendox.Dcis.SubSystem.Service.Enumeration
Syntax
public sealed class DebitCreditInputEnum : Enum
Fields
Name | Description |
---|---|
Both | (b) The entry is possible in both debit and credit fields, (Invoice)DebitCredit is then based on the entry |
Credit | (c) Entry is only possible in the credit field (Invoice)DebitCredit is fixed 'c' (Credit) |
Debit | (d) Entry is only possible in the debit field (Invoice)DebitCredit is fixed 'd' (Debit) |
Empty | ( ) The entry is possible in both debit and credit fields, (Invoice)DebitCredit is assigned according to the standard |
value__ |