Class FinSepaStoBuilder
Base class for all builders for sepa standing orders.
Inheritance
System.Object
FinSepaStoBuilder
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 abstract class FinSepaStoBuilder : FinSepaOrderBuilder
Constructors
FinSepaStoBuilder(FinContact)
Declaration
protected FinSepaStoBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
ScheduledDateSupported
Is a scheduled date supported in the concrete order segment?
Declaration
protected abstract bool ScheduledDateSupported { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Build(FinAcct, SepaDocument, FinStoDetails)
Builds a sepa standing order from the given sepa document.
Declaration
public FinOrder Build(FinAcct aOrderAcct, SepaDocument aSepaDoc, FinStoDetails aDetails)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aOrderAcct | |
SepaDocument | aSepaDoc | |
FinStoDetails | aDetails |
Returns
Type | Description |
---|---|
FinOrder |
Build(FinSepaSto)
Builds a sepa standing order from the given sepa standing order data.
Declaration
public FinOrder Build(FinSepaSto aSepaSto)
Parameters
Type | Name | Description |
---|---|---|
FinSepaSto | aSepaSto | This must be a FinSepaSto instance with the standing order data to build the order from. |
Returns
Type | Description |
---|---|
FinOrder | The completely built and ready to execute FinOrder. |
BuildSepaStoSegment(FinSepaSto)
Declaration
protected FinSegment BuildSepaStoSegment(FinSepaSto aSepaSto)
Parameters
Type | Name | Description |
---|---|---|
FinSepaSto | aSepaSto |
Returns
Type | Description |
---|---|
FinSegment |