Class FinAcctOrderInfo
Holds the details for an order type that is allowed for an account.
Inheritance
FinAcctOrderInfo
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinAcctOrderInfo
Properties
LimitAmount
Declaration
public SwiftAmt LimitAmount { get; }
Property Value
LimitDays
Declaration
public int LimitDays { get; }
Property Value
LimitType
Declaration
public string LimitType { get; }
Property Value
SegmentType
The segment type that this FinAcctOrderInfo refers to. This is the
mandatory unique key field.
Declaration
public string SegmentType { get; }
Property Value
SignaturesRequired
The number of signatures required for this order type.
Declaration
public int SignaturesRequired { get; }
Property Value