Enum SepaPartyIdentification.Choice

Namespace
Subsembly.Sepa
Assembly
Subsembly.Sepa.dll

Selects whether the SepaPartyIdentification identifies an organisation, or a private individual.

public enum SepaPartyIdentification.Choice

Fields

Null = 0

The type of identification was not set, yet, or there is no Id child element.

Note that the property PartyChoice must be set to either OrgId or PrvtId, when an Id element shall be generated.

OrgId = 1

Indicates an identification for an organization.

PrvtId = 2

Indicates an identification for a private individual.