Class FinSepaSubmitPostdatedSingRemittBuilder
Builder for postdated single remittance SEPA orders (HKCSE).
Inheritance
System.Object
FinSepaSubmitPostdatedSingRemittBuilder
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 sealed class FinSepaSubmitPostdatedSingRemittBuilder : FinSepaOrderBuilder
Constructors
FinSepaSubmitPostdatedSingRemittBuilder(FinContact)
Creates a postdated single remittance SEPA order builder for the given contact.
Declaration
public FinSepaSubmitPostdatedSingRemittBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact | Contact data of a fully initialised and synchronised contact for which to create the FinSepaSubmitPostdatedSingRemittBuilder instance. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | The parameter aContact was |
Properties
MaxLeadTime
Maximum number of days to schedule a postdated multiple remittance SEPA order in advance according to the bank parameter data (BPD).
Declaration
public int MaxLeadTime { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
MinLeadTime
Minimum number of days to schedule a postdated multiple remittance SEPA order in advance according to the bank parameter data (BPD).
Declaration
public int MinLeadTime { get; }
Property Value
Type | Description |
---|---|
System.Int32 |