Enum SepaPartyIdentification.Fields

Namespace
Subsembly.Sepa
Assembly
Subsembly.Sepa.dll

Enumerates all supported fields in a SepaPartyIdentification.

[Flags]
public enum SepaPartyIdentification.Fields

Fields

BIC = 2

The property BIC is supported. This is always optional and never required.

CdtrId = 8

The special property CreditorSchemeIdentification is supported. This is always optional and never required.

The Creditor ID is stored as a Othr identification in the element PrvtId. Thus it also appears in the OtherIdentifications collection.

This field option must not be combined with any of the other options. If this option is set, then any attempt to add to OtherIdentifications will cause an exception.

Name = 1

The property Name is supported and maybe required.

None = 0
PstlAdr = 16

A PostalAddress is supported. This is always optional and never required.