Class SepaStructuredRemittanceInformation
Inheritance
System.Object
SepaStructuredRemittanceInformation
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Subsembly.Sepa.dll
public sealed class SepaStructuredRemittanceInformation : SepaObject
Constructors
Declaration
public SepaStructuredRemittanceInformation()
Declaration
public SepaStructuredRemittanceInformation(bool fIsMandatory)
Parameters
Type |
Name |
Description |
System.Boolean |
fIsMandatory |
|
Declaration
public SepaStructuredRemittanceInformation(string sTagName)
Parameters
Type |
Name |
Description |
System.String |
sTagName |
|
Declaration
public SepaStructuredRemittanceInformation(string sTagName, bool fIsMandatory)
Parameters
Type |
Name |
Description |
System.String |
sTagName |
|
System.Boolean |
fIsMandatory |
|
Properties
Declaration
public string[] AdditionalRemittanceInformation { get; set; }
Property Value
Type |
Description |
System.String[] |
|
Optional creditor reference.
Declaration
public string CreditorReference { get; set; }
Property Value
Type |
Description |
System.String |
|
Exceptions
Type |
Condition |
System.ArgumentException |
An attempt was made to set a string longer than 35 characters.
|
The creditor reference document type code identifies the type of the
CreditorReference.
Declaration
public string CreditorReferenceTypeCode { get; set; }
Property Value
Type |
Description |
System.String |
|
Exceptions
Type |
Condition |
System.ArgumentException |
An attempt was made to set a value that is not a syntactically valid code.
|
The creditor reference document type proprietary value is an alternative way to
specify the type of the CreditorReference.
Declaration
public string CreditorReferenceTypeProprietary { get; set; }
Property Value
Type |
Description |
System.String |
|
Exceptions
Type |
Condition |
System.ArgumentException |
An attempt was made to set a value that is not a syntactically valid code.
|
Declaration
public override bool IsEmpty { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
Methods
Declaration
public override void Clear()
Overrides
Declaration
protected override void OnReadXml(XmlReader aXmlReader, SepaMessageInfo aMessageInfo)
Parameters
Type |
Name |
Description |
System.Xml.XmlReader |
aXmlReader |
|
SepaMessageInfo |
aMessageInfo |
|
Overrides
Declaration
protected override void OnValidate(ICollection<SepaException> vErrors, string sPath)
Parameters
Type |
Name |
Description |
System.Collections.Generic.ICollection<SepaException> |
vErrors |
|
System.String |
sPath |
|
Overrides
Declaration
protected override void OnWriteXml(XmlWriter aXmlWriter, SepaMessageInfo aMessageInfo)
Parameters
Type |
Name |
Description |
System.Xml.XmlWriter |
aXmlWriter |
|
SepaMessageInfo |
aMessageInfo |
|
Overrides
Declaration
public void SetAdditionalRemittanceInformation(params string[] vsAddtlRmtInf)
Parameters
Type |
Name |
Description |
System.String[] |
vsAddtlRmtInf |
|