Class FinSepaSto
Class that collects information about a sepa standing order.
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 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
Sepa standing order can be cancelled
Declaration
public bool CancelPossible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Details
Details of schedule and period of this sepa standing order.
Declaration
public FinStoDetails Details { get; set; }
Property Value
Type | Description |
---|---|
FinStoDetails |
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 |
InterruptPossible
Sepa standing order can be interrupted
Declaration
public bool InterruptPossible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
ModifyPossible
Sepa standing order can be modified
Declaration
public bool ModifyPossible { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Validate()
Declaration
public bool Validate()
Returns
Type | Description |
---|---|
System.Boolean |