Class SepaInstructionForCreditorAgent
public class SepaInstructionForCreditorAgent : SepaObject
- Inheritance
-
SepaInstructionForCreditorAgent
- Inherited Members
Constructors
SepaInstructionForCreditorAgent(bool)
public SepaInstructionForCreditorAgent(bool fIsMandatory)
Parameters
fIsMandatorybool
Properties
Code
Code of this InstructionForCreditorAgent.
public string Code { get; set; }
Property Value
Exceptions
- ArgumentException
An attempt was made to set a string that was not exactly 4 characters in length.
InstructionInformation
Narrative information that supplements the Code.
public string InstructionInformation { get; set; }
Property Value
Exceptions
- ArgumentException
An attempt was made to set a string that was longer than 140 characters.
IsEmpty
public override bool IsEmpty { get; }
Property Value
Methods
Clear()
public override void Clear()
OnReadXml(XmlReader, SepaMessageInfo)
protected override void OnReadXml(XmlReader aXmlReader, SepaMessageInfo aMessageInfo)
Parameters
aXmlReaderXmlReaderaMessageInfoSepaMessageInfo
OnValidate(ICollection<SepaException>, string)
protected override void OnValidate(ICollection<SepaException> vErrors, string sPath)
Parameters
vErrorsICollection<SepaException>sPathstring
OnWriteXml(XmlWriter, SepaMessageInfo)
protected override void OnWriteXml(XmlWriter aXmlWriter, SepaMessageInfo aMessageInfo)
Parameters
aXmlWriterXmlWriteraMessageInfoSepaMessageInfo