Class EbicsOrderAZV

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

Specialized EbicsOrder for convenient DTAZV uploads (AZV).

public class EbicsOrderAZV : EbicsOrder
Inheritance
EbicsOrderAZV
Inherited Members

Constructors

EbicsOrderAZV()

Generic constructor.

public EbicsOrderAZV()

Remarks

If this constructor is used the OrderData property must be set to provide the DTAZV data that shall be sent by this order.

EbicsOrderAZV(byte[])

public EbicsOrderAZV(byte[] vbDtazvData)

Parameters

vbDtazvData byte[]

The DTAZV data blob that shall be sent by this order.

See Also