Class FinSepaSubmitPostdatedMultDirDebBuilder
Builder for postdated multiple CORE direct debit SEPA orders (HKDME).
Inheritance
System.Object
FinSepaSubmitPostdatedMultDirDebBuilder
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 FinSepaSubmitPostdatedMultDirDebBuilder : FinSepaSubmitPostdatedDirDebBuilder
Constructors
FinSepaSubmitPostdatedMultDirDebBuilder(FinContact)
Creates a postdated multiple CORE direct debit SEPA order builder for the given contact.
Declaration
public FinSepaSubmitPostdatedMultDirDebBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact | Contact data of a fully initialised and synchronised contact for which to create the instance. |
Remarks
Starting with segment version 2, this can also be a COR1 segment, however, this is not recommended because from November 2016, COR1 is no longer supported by the banks, at all.
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | The parameter aContact was |
Properties
LeadTimesBaseGD
Declaration
protected override int LeadTimesBaseGD { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
LocalInstrumentCode
Declaration
protected override FinSepaSubmitPostdatedDirDebBuilder.FinSepaLocalInstrumentCode LocalInstrumentCode { get; }
Property Value
Type | Description |
---|---|
FinSepaSubmitPostdatedDirDebBuilder.FinSepaLocalInstrumentCode |
Overrides
MaxNumberOfTransactions
Declaration
public override int MaxNumberOfTransactions { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
SingleBookgAllowed
Declaration
public override bool SingleBookgAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
SupportedPurposeCodes
Declaration
public override string[] SupportedPurposeCodes { get; }
Property Value
Type | Description |
---|---|
System.String[] |
Overrides
SupportedSepaFormats
Declaration
public override string[] SupportedSepaFormats { get; }
Property Value
Type | Description |
---|---|
System.String[] |
Overrides
TotalAmountRequired
Declaration
public override bool TotalAmountRequired { get; }
Property Value
Type | Description |
---|---|
System.Boolean |