Enum SepaPartyIdentification.Choice
Selects whether the SepaPartyIdentification identifies an organisation, or a private individual.
public enum SepaPartyIdentification.Choice
Fields
Null = 0The type of identification was not set, yet, or there is no
Idchild element.Note that the property PartyChoice must be set to either OrgId or PrvtId, when an
Idelement shall be generated.OrgId = 1Indicates an identification for an organization.
PrvtId = 2Indicates an identification for a private individual.