Class FinSepaSetupStoBuilder
Builder for setting up sepa standing orders (HKCDE).
Inheritance
System.Object
FinSepaSetupStoBuilder
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 FinSepaSetupStoBuilder : FinSepaStoBuilder
Constructors
FinSepaSetupStoBuilder(FinContact)
Declaration
public FinSepaSetupStoBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
MaxLeadTime
Maximum number of days to schedule a postdated single remittance order in advance.
Declaration
public int MaxLeadTime { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinLeadTime
Minimum number of days to schedule a postdated single remittance order in advance.
Declaration
public int MinLeadTime { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
MonthDaysAvailable
Allowed execution days of a month.
Declaration
public string MonthDaysAvailable { get; }
Property Value
Type | Description |
---|---|
System.String |
PeriodLenInMonths
Allowed monthly periods.
Declaration
public string PeriodLenInMonths { get; }
Property Value
Type | Description |
---|---|
System.String |
PeriodLenInWeeks
Allowed weekly periods.
Declaration
public string PeriodLenInWeeks { get; }
Property Value
Type | Description |
---|---|
System.String |
ScheduledDateSupported
Declaration
protected override bool ScheduledDateSupported { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
WeekDaysAvailable
Allowed execution days of a week.
Declaration
public string WeekDaysAvailable { get; }
Property Value
Type | Description |
---|---|
System.String |