Class FinSepaSto
Class that collects information about a sepa standing order.
Inherited Members
Namespace: Subsembly.FinTS
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinSepaSto : FinSepaRemitt
Constructors
FinSepaSto()
Declaration
public FinSepaSto()
FinSepaSto(FinAcct, SepaDocument)
Declaration
public FinSepaSto(FinAcct aAcct, SepaDocument aSepaDoc)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aAcct | |
SepaDocument | aSepaDoc |
Properties
CancelPossible
Indicates whether this SEPA standing order can be cancelled.
Declaration
public bool? CancelPossible { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Details
Details of schedule and period of this sepa standing order.
Declaration
public FinStoDetails Details { get; set; }
Property Value
Type | Description |
---|---|
FinStoDetails |
InterruptPossible
Indicates whether this SEPA standing order can be interrupted.
Declaration
public bool? InterruptPossible { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Interruption
Optional details of a schedule interruption of this sepa standing order.
Declaration
public FinStoInterruption Interruption { get; set; }
Property Value
Type | Description |
---|---|
FinStoInterruption | If this is |
ModifyPossible
Indicates whether this SEPA standing order can be modified.
Declaration
public bool? ModifyPossible { get; set; }
Property Value
Type | Description |
---|---|
bool? |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
bool |