Class FinAcctStmtCamtBuilder
Builder for electronic account statement CAMT 053 downloads (HKECA).
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.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinAcctStmtCamtBuilder : FinOrderBuilder
Constructors
FinAcctStmtCamtBuilder(FinContact)
Declaration
public FinAcctStmtCamtBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
AcknowledgementRequired
Declaration
public bool AcknowledgementRequired { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
Declaration
public bool MaxEntriesAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
StmtNoAllowed
Declaration
public bool StmtNoAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
SupportedCamtFormats
Array of supported CAMT formats. This is never null
and should never be
empty.
Declaration
public string[] SupportedCamtFormats { get; }
Property Value
Type | Description |
---|---|
System.String[] |
Methods
Build(FinAcct, Int32, Int32, Int32, String)
Declaration
public FinAcctStmtOrder Build(FinAcct aOrderAcct, int nStmtNo, int nStmtYear, int nMaxNoEntries, string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | |
System.Int32 | nStmtNo | |
System.Int32 | nStmtYear | |
System.Int32 | nMaxNoEntries | |
System.String | sScrollRef |
Returns
Type | Description |
---|---|
FinAcctStmtOrder |