Class FinCamtStatement
Specialized order for a CAMT statement inquiry (HKCAZ).
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinCamtStatement : FinOrder
Constructors
FinCamtStatement()
This ctor shall only be used when loading a previously persisted instance of this class.
Declaration
public FinCamtStatement()
FinCamtStatement(FinSegment)
Declaration
public FinCamtStatement(FinSegment aHKCAZ)
Parameters
Type | Name | Description |
---|---|---|
FinSegment | aHKCAZ |
Properties
BookedCamts
Creates and returns a new 'SepaDocument' for each entry in BookedTransBuffers.
Declaration
public IEnumerable<SepaDocument> BookedCamts { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<SepaDocument> |
BookedTransBuffers
Provides the raw FinByteBuffers with the collected booked CAMT data.
Declaration
public FinByteBuffer[] BookedTransBuffers { get; }
Property Value
Type | Description |
---|---|
FinByteBuffer[] |
Remarks
Each buffer is assumed to be a complete CAMT.052 XML document. You may use the classes of the Subsembly SEPA API in order to parse these buffers into a convenient data object model.
See Also
NonbookedCamts
Creates and returns a new 'SepaDocument' for each entry in NonbookedTransBuffers.
Declaration
public IEnumerable<SepaDocument> NonbookedCamts { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<SepaDocument> |
NonbookedTransBuffers
Provides the raw FinByteBuffers with the collected nonbooked CAMT data.
Declaration
public FinByteBuffer[] NonbookedTransBuffers { get; }
Property Value
Type | Description |
---|---|
FinByteBuffer[] |
Remarks
Each buffer is assumed to be a complete CAMT.052 XML document. You may use the classes of the Subsembly SEPA API in order to parse these buffers into a convenient data object model.
See Also
Methods
InsertScrollRef(String)
Declaration
protected override bool InsertScrollRef(string sScrollRef)
Parameters
Type | Name | Description |
---|---|---|
System.String | sScrollRef |
Returns
Type | Description |
---|---|
System.Boolean |
Overrides
OnExecuteComplete(FinDialog)
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Type | Name | Description |
---|---|---|
FinDialog | aDialog |