Class EbicsOrderAXZ

Namespace
Subsembly.EBICS
Assembly
Subsembly.EBICS.Core.dll

Specialized EbicsOrder for convenient ISO 20022 XML uploads for international payments.

public class EbicsOrderAXZ : EbicsOrderSepa
Inheritance
EbicsOrderAXZ
Inherited Members

Constructors

EbicsOrderAXZ(SepaDocument)

Creates an ISO 20022 XML upload order for international payments.

public EbicsOrderAXZ(SepaDocument aSepaDoc)

Parameters

aSepaDoc SepaDocument

Fully initialized ISO 20022 pain.001 XML document that shall be uploaded to the bank. This must not be null.

Exceptions

ArgumentNullException

The parameter aSepaDoc was null.

See Also