Class FinSepaCancelStoBuilder
Builder for cancelling sepa standing orders (HKCDL).
Inheritance
System.Object
FinSepaCancelStoBuilder
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 FinSepaCancelStoBuilder : FinSepaStoBuilder
Constructors
FinSepaCancelStoBuilder(FinContact)
Declaration
public FinSepaCancelStoBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
MaxLeadTime
Maximum number of days to schedule a postdated sepa standing order.
Declaration
public int MaxLeadTime { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinLeadTime
Minimum number of days to schedule a postdated sepa standing order.
Declaration
public int MinLeadTime { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
OrderDataRequired
If true
then the complete original order data must be submitted with the
cancel request.
Declaration
public bool OrderDataRequired { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
PostdatedCancelPossible
Declaration
public bool PostdatedCancelPossible { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
ScheduledDateSupported
Declaration
protected override bool ScheduledDateSupported { get; }
Property Value
Type | Description |
---|---|
System.Boolean |