Class SepaChequeInstruction
Holds the details of a ISO 20022 ChequeInstruction element.
Inheritance
SepaChequeInstruction
Assembly: Subsembly.Sepa.dll
Syntax
public sealed class SepaChequeInstruction : SepaObject
Constructors
SepaChequeInstruction()
Declaration
public SepaChequeInstruction()
Properties
ChequeNumber
Unique and unambiguous identifier for a cheque as assigned by the agent.
Declaration
public string ChequeNumber { get; set; }
Property Value
Exceptions
Type |
Condition |
ArgumentException |
An attempt was made to set a string that was longer than 35 characters.
|
ChequeType
Specifies the type of cheque to be issued.
Declaration
public string ChequeType { get; set; }
Property Value
Exceptions
Type |
Condition |
ArgumentException |
An attempt was made to set a string that did not consist of four upper case
characters.
|
DeliveryMethodCode
Declaration
public string DeliveryMethodCode { get; set; }
Property Value
Exceptions
Type |
Condition |
ArgumentException |
An attempt was made to set a string that did not consist of four upper case
characters.
|
DeliveryMethodProprietary
Proprietary delivery method information.
below.
Declaration
public string DeliveryMethodProprietary { get; set; }
Property Value
Exceptions
Type |
Condition |
ArgumentException |
An attempt was made to set a string that was longer than 35 characters.
|
IsEmpty
Declaration
public override bool IsEmpty { get; }
Property Value
Overrides
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