Class EbicsHVPickOrderParams
Generic order parameters class for HVD, HVE, and HVS orders.
Inheritance
EbicsHVPickOrderParams
Assembly: Subsembly.EBICS.Core.dll
Syntax
public class EbicsHVPickOrderParams : EbicsOrderParams
Constructors
EbicsHVPickOrderParams(string)
Declaration
public EbicsHVPickOrderParams(string sOrderParamsTag)
Parameters
Type |
Name |
Description |
string |
sOrderParamsTag |
This parameter must be either "HVDOrderParams", "HVEOrderParams",
"HVSOrderParams" or "HVTOrderParams" and determines the actual order
parameter type of the new instance.
|
Properties
OrderID
Declaration
public string OrderID { get; set; }
Property Value
Type |
Description |
string |
This must be a 4 character alphanumeric value according to the pattern [A-Z][A-Z0-9]{3},
or null if not set.
|
OrderType
Declaration
public string OrderType { get; set; }
Property Value
Type |
Description |
string |
This is a 3 character alphanumeric value according to the pattern [A-Z0-9]{3}, or
null if not set.
|
PartnerID
Declaration
public string PartnerID { get; set; }
Property Value
Service
Declaration
public EbicsService Service { get; set; }
Property Value
Methods
BuildXml(XmlDocument, EbicsVersion)
Declaration
public override XmlElement BuildXml(XmlDocument xmlDocument, EbicsVersion nVersion)
Parameters
Returns
Overrides
ParseXml(XmlElement, EbicsVersion)
Declaration
public override void ParseXml(XmlElement xmlElement, EbicsVersion nVersion)
Parameters
Overrides