Class FinConsentDeclarationBuilder
Builder for HKWEK.
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 FinConsentDeclarationBuilder : FinOrderBuilder
Constructors
FinConsentDeclarationBuilder(FinContact)
Declaration
public FinConsentDeclarationBuilder(FinContact aContact)
Parameters
Type | Name | Description |
---|---|---|
FinContact | aContact |
Properties
StructuredConsentText
Declaration
public bool StructuredConsentText { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Methods
Build(FinConsentDeclaration, String, FinByteBuffer, String)
Declaration
public FinOrder Build(FinConsentDeclaration nConsentDeclaration, string sConsentText = null, FinByteBuffer aConsentCode = null, string sOrderReference = null)
Parameters
Type | Name | Description |
---|---|---|
FinConsentDeclaration | nConsentDeclaration | |
System.String | sConsentText | |
FinByteBuffer | aConsentCode | |
System.String | sOrderReference |
Returns
Type | Description |
---|---|
FinOrder |