Contents

creditDebitIndicator

A value that indicates whether the balance is a credit or a debit balance.

Declaration

let creditDebitIndicator: CreditDebitIndicator

Discussion

If an asset account has a positive balance, then the CreditDebitIndicator is CreditDebitIndicator.credit. If it has a negative balance, then the CreditDebitIndicator is CreditDebitIndicator.debit.

If a liability account has a spent balance, then the CreditDebitIndicator is CreditDebitIndicator/debit. If it has been is in credit then the CreditDebitIndicator is CreditDebitIndicator/credit.

See Also

Instance Properties