Class FinCamtStatement

Namespace
Subsembly.FinTS
Assembly
Subsembly.FinTS.Core.dll

Specialized order for a CAMT statement inquiry (HKCAZ).

public class FinCamtStatement : FinOrder
Inheritance
FinCamtStatement
Inherited Members

Constructors

FinCamtStatement()

This ctor shall only be used when loading a previously persisted instance of this class.

public FinCamtStatement()

FinCamtStatement(FinSegment, FinAcct)

public FinCamtStatement(FinSegment aHKCAZ, FinAcct aOrderAcct)

Parameters

aHKCAZ FinSegment
aOrderAcct FinAcct

Properties

BookedCamts

Creates and returns a new 'SepaDocument' for each entry in BookedTransBuffers.

public IEnumerable<SepaDocument> BookedCamts { get; }

Property Value

IEnumerable<SepaDocument>

BookedTransBuffers

Provides the raw FinByteBuffers with the collected booked CAMT data.

public FinByteBuffer[] BookedTransBuffers { get; }

Property Value

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.

public IEnumerable<SepaDocument> NonbookedCamts { get; }

Property Value

IEnumerable<SepaDocument>

NonbookedTransBuffers

Provides the raw FinByteBuffers with the collected nonbooked CAMT data.

public FinByteBuffer[] NonbookedTransBuffers { get; }

Property Value

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)

protected override bool InsertScrollRef(string sScrollRef)

Parameters

sScrollRef string

Returns

bool

OnExecuteComplete(FinDialog)

protected override void OnExecuteComplete(FinDialog aDialog)

Parameters

aDialog FinDialog