Class FinOrderSegmentInfo
Just holds information about an order segment.
Inheritance
FinOrderSegmentInfo
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinOrderSegmentInfo
Constructors
FinOrderSegmentInfo(string, string, int, int)
Declaration
public FinOrderSegmentInfo(string sOrderSegmentType, string sParamSegmentType, int nSegmentVersion, int nFinTSVersion)
Parameters
Type |
Name |
Description |
string |
sOrderSegmentType |
|
string |
sParamSegmentType |
|
int |
nSegmentVersion |
|
int |
nFinTSVersion |
|
FinOrderSegmentInfo(string, string, int, int, bool)
Creates a fully initialised instance.
Declaration
public FinOrderSegmentInfo(string sOrderSegmentType, string sParamSegmentType, int nSegmentVersion, int nFinTSVersion, bool fSepaOrderCustAcct)
Parameters
Type |
Name |
Description |
string |
sOrderSegmentType |
|
string |
sParamSegmentType |
|
int |
nSegmentVersion |
|
int |
nFinTSVersion |
|
bool |
fSepaOrderCustAcct |
|
Fields
FinTSVersion
The HBCI/FinTS version for which the segment was designed.
Declaration
Field Value
OrderSegmentType
The segment type of the order segment, for example "HKUEB".
Declaration
public string OrderSegmentType
Field Value
ParamSegmentType
The segment type of the parameter segment, for example "HIUEBS".
Declaration
public string ParamSegmentType
Field Value
ParameterDEG
The DEG inside the parameter segment that contains the actual parameters.
Declaration
Field Value
SegmentVersion
The segment version of the order and parameter segment.
Declaration
public int SegmentVersion
Field Value
SepaOrderCustAcct
The ordering customer account must be given as a SEPA account in "kti" format.
Declaration
public bool SepaOrderCustAcct
Field Value
Properties
WithSecurityLevel
Declaration
public bool WithSecurityLevel { get; }
Property Value
WithSubAcctCharacteristic
Declaration
public bool WithSubAcctCharacteristic { get; }
Property Value