Enum SepaAmountCreditDebitIndicatorConstraint
Indicates the constraint of the CreditDebitIndicator property of a SepaAmount.
Namespace: Subsembly.Sepa
Assembly: Subsembly.Sepa.dll
Syntax
public enum SepaAmountCreditDebitIndicatorConstraint
Remarks
This enumeration is only used to set the constraint of the CreditDebitIndicator property when a SepaAmount is constructed.
Fields
Name | Description |
---|---|
Forbidden | The CreditDebitIndicator must not be set and is always Undefined. |
Mandatory | The CreditDebitIndicator must be either Credit or Debit, otherwise the SepaAmount is invalid. |
Optional | The CreditDebitIndicator is optional and may have any value. |