Class SepaCreditorSchemeIdentification
Contains a identification data of a Creditor and information about the Scheme of the
Creditor Identification.
Inheritance
SepaCreditorSchemeIdentification
Assembly: Subsembly.Sepa.dll
Syntax
public sealed class SepaCreditorSchemeIdentification : SepaObject
Constructors
SepaCreditorSchemeIdentification(string, bool)
Declaration
public SepaCreditorSchemeIdentification(string sTagName, bool fIsMandatory)
Parameters
Type |
Name |
Description |
string |
sTagName |
|
bool |
fIsMandatory |
|
Properties
CreditorIdentifier
Identifier of the creditor (CI).
Declaration
public string CreditorIdentifier { get; set; }
Property Value
Exceptions
CreditorName
Declaration
public string CreditorName { get; set; }
Property Value
Exceptions
Type |
Condition |
ArgumentException |
An attempt was made to set a string longer than 70 characters.
|
See Also
IsEmpty
Declaration
public override bool IsEmpty { get; }
Property Value
Overrides
SchemeNameProprietary
Proprietary name of the creditor identification scheme.
Declaration
public string SchemeNameProprietary { get; set; }
Property Value
Exceptions
Methods
Clear()
Declaration
public override void Clear()
Overrides
OnReadXml(XmlReader, SepaMessageInfo)
Declaration
protected override void OnReadXml(XmlReader aXmlReader, SepaMessageInfo aMessageInfo)
Parameters
Overrides
OnValidate(ICollection<SepaException>, string)
Declaration
protected override void OnValidate(ICollection<SepaException> vErrors, string sPath)
Parameters
Overrides
OnWriteXml(XmlWriter, SepaMessageInfo)
Declaration
protected override void OnWriteXml(XmlWriter aXmlWriter, SepaMessageInfo aMessageInfo)
Parameters
Overrides