Class FinSepaPostdatedMultInstPaymtBuilder
Builder for postdated multiple SEPA instant payment orders (HKIPE).
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 FinSepaPostdatedMultInstPaymtBuilder : FinSepaOrderBuilder
Constructors
FinSepaPostdatedMultInstPaymtBuilder(FinContact)
Creates a postdated multiple SEPA instant payment orders builder for the given contact.
Declaration
public FinSepaPostdatedMultInstPaymtBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact | Contact data of a fully initialised and synchronised contact for which to create the FinSepaPostdatedMultInstPaymtBuilder instance. |
Exceptions
Type | Condition |
---|---|
System.ArgumentNullException | The parameter |
Properties
MaxNumberOfTransactions
Declaration
public override int MaxNumberOfTransactions { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
Overrides
RequestFallbackAllowed
Declaration
public bool RequestFallbackAllowed { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
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 |
Overrides
Methods
Build(FinAcct, SepaDocument, Boolean)
Declaration
public FinOrder Build(FinAcct aAcct, SepaDocument aSepaDoc, bool fFallbackAllowed)
Parameters
Type | Name | Description |
---|---|---|
FinAcct | aAcct | |
SepaDocument | aSepaDoc | |
System.Boolean | fFallbackAllowed |
Returns
Type | Description |
---|---|
FinOrder |
BuildSepaSegment(FinSepaRemitt)
Declaration
protected override FinSegment BuildSepaSegment(FinSepaRemitt aSepaRemitt)
Parameters
Type | Name | Description |
---|---|---|
FinSepaRemitt | aSepaRemitt |
Returns
Type | Description |
---|---|
FinSegment |