Class FinSepaSto

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

Class that collects information about a sepa standing order.

public class FinSepaSto : FinSepaRemitt
Inheritance
FinSepaSto
Inherited Members

Constructors

FinSepaSto()

public FinSepaSto()

FinSepaSto(FinAcct, SepaDocument)

public FinSepaSto(FinAcct aAcct, SepaDocument aSepaDoc)

Parameters

aAcct FinAcct
aSepaDoc SepaDocument

Properties

CancelPossible

Indicates whether this SEPA standing order can be cancelled.

public bool? CancelPossible { get; set; }

Property Value

bool?

Details

Details of schedule and period of this sepa standing order.

public FinStoDetails Details { get; set; }

Property Value

FinStoDetails

InterruptPossible

Indicates whether this SEPA standing order can be interrupted.

public bool? InterruptPossible { get; set; }

Property Value

bool?

Interruption

Optional details of a schedule interruption of this sepa standing order.

public FinStoInterruption Interruption { get; set; }

Property Value

FinStoInterruption

If this is null, then there this sepa standing order has no interruption. The default value of this property is null.

ModifyPossible

Indicates whether this SEPA standing order can be modified.

public bool? ModifyPossible { get; set; }

Property Value

bool?

Methods

Validate()

public bool Validate()

Returns

bool