Class FinTaxExemptionListOrder
Inheritance
FinTaxExemptionListOrder
Assembly: Subsembly.FinTS.Core.dll
Syntax
public class FinTaxExemptionListOrder : FinOrder
Constructors
FinTaxExemptionListOrder()
This ctor shall only be used when loading a previously persisted instance of this
class.
Declaration
public FinTaxExemptionListOrder()
FinTaxExemptionListOrder(FinSegment, FinAcct)
Declaration
public FinTaxExemptionListOrder(FinSegment aHKFRD, FinAcct aOrderAcct)
Parameters
Properties
TaxExemptions
Array of tax exemption records from the order response.
Declaration
public FinTaxExemption[] TaxExemptions { get; }
Property Value
Methods
Declaration
protected override bool InsertScrollRef(string sScrollRef)
Parameters
Type |
Name |
Description |
string |
sScrollRef |
|
Returns
Overrides
OnExecuteComplete(FinDialog)
Processes all HIFRDF segments that have been received.
Declaration
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
Overrides