Class FinSepaSto
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
aAcctFinAcctaSepaDocSepaDocument
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
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 isnull.
ModifyPossible
Indicates whether this SEPA standing order can be modified.
public bool? ModifyPossible { get; set; }
Property Value
- bool?
Methods
Validate()
public bool Validate()