Class FinSepaModifyStoBuilder
Builder for modifying sepa standing orders (HKCDN).
Inheritance
System.Object
FinSepaModifyStoBuilder
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()
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinSepaModifyStoBuilder : FinSepaStoBuilder
Constructors
Declaration
public FinSepaModifyStoBuilder(FinContact aContact)
Parameters
Properties
AmtModifiable
Declaration
public bool AmtModifiable { get; }
Property Value
Type |
Description |
System.Boolean |
|
ExecDayModifiable
Declaration
public bool ExecDayModifiable { get; }
Property Value
Type |
Description |
System.Boolean |
|
FirstScheduledDateMod
Declaration
public bool FirstScheduledDateMod { get; }
Property Value
Type |
Description |
System.Boolean |
|
LastScheduledDateModif
Declaration
public bool LastScheduledDateModif { get; }
Property Value
Type |
Description |
System.Boolean |
|
MaxLeadTime
Maximum number of days to schedule a postdated sepa standing order in advance.
Declaration
public int MaxLeadTime { get; }
Property Value
Type |
Description |
System.Int32 |
|
MaxScheduledModifications
Max number of scheduled modifications. May be zero if no scheduling of
modifications is supported.
Declaration
public int MaxScheduledModifications { get; }
Property Value
Type |
Description |
System.Int32 |
|
MinLeadTime
Minimum number of days to schedule a postdated sepa standing 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 |
|
PayeeAcctModifiable
Declaration
public bool PayeeAcctModifiable { get; }
Property Value
Type |
Description |
System.Boolean |
|
PayeeNameModifiable
Declaration
public bool PayeeNameModifiable { get; }
Property Value
Type |
Description |
System.Boolean |
|
PaymtPurposeModifiable
Declaration
public bool PaymtPurposeModifiable { get; }
Property Value
Type |
Description |
System.Boolean |
|
PeriodLenInMonths
Declaration
public string PeriodLenInMonths { get; }
Property Value
Type |
Description |
System.String |
|
PeriodLenInWeeks
Declaration
public string PeriodLenInWeeks { get; }
Property Value
Type |
Description |
System.String |
|
PeriodLenModifiable
Declaration
public bool PeriodLenModifiable { get; }
Property Value
Type |
Description |
System.Boolean |
|
ScheduledDateSupported
Declaration
protected override bool ScheduledDateSupported { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
TimeUnitModifiable
Declaration
public bool TimeUnitModifiable { get; }
Property Value
Type |
Description |
System.Boolean |
|
WeekDaysAvailable
Allowed execution days of a week.
Declaration
public string WeekDaysAvailable { get; }
Property Value
Type |
Description |
System.String |
|