Enum SepaAmountCreditDebitIndicatorConstraint

Namespace
Subsembly.Sepa
Assembly
Subsembly.Sepa.dll

Indicates the constraint of the CreditDebitIndicator property of a SepaAmount.

public enum SepaAmountCreditDebitIndicatorConstraint

Fields

Forbidden = 0

The CreditDebitIndicator must not be set and is always Undefined.

Mandatory = 2

The CreditDebitIndicator must be either Credit or Debit, otherwise the SepaAmount is invalid.

Optional = 1

The CreditDebitIndicator is optional and may have any value.

Remarks

This enumeration is only used to set the constraint of the CreditDebitIndicator property when a SepaAmount is constructed.