Class EbicsOrderAZV
Specialized EbicsOrder for convenient DTAZV uploads (AZV).
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()
Namespace: Subsembly.EBICS
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsOrderAZV : EbicsOrder
Constructors
EbicsOrderAZV()
Generic constructor.
Declaration
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[])
Declaration
public EbicsOrderAZV(byte[] vbDtazvData)
Parameters
Type | Name | Description |
---|---|---|
System.Byte[] | vbDtazvData | The DTAZV data blob that shall be sent by this order. |