Class FinTaxExemptionListOrder
public class FinTaxExemptionListOrder : FinOrder
- Inheritance
-
FinTaxExemptionListOrder
- Inherited Members
Constructors
FinTaxExemptionListOrder()
This ctor shall only be used when loading a previously persisted instance of this class.
public FinTaxExemptionListOrder()
FinTaxExemptionListOrder(FinSegment, FinAcct)
public FinTaxExemptionListOrder(FinSegment aHKFRD, FinAcct aOrderAcct)
Parameters
aHKFRD
FinSegmentaOrderAcct
FinAcct
Properties
TaxExemptions
Array of tax exemption records from the order response.
public FinTaxExemption[] TaxExemptions { get; }
Property Value
Remarks
If the order has not been sent, yet, then this value will be null
. If the
order has been successfully sent, then this value will always contain an array.
However, the array may be empty if no exemption records were returned.
Methods
InsertScrollRef(string)
protected override bool InsertScrollRef(string sScrollRef)
Parameters
sScrollRef
string
Returns
OnExecuteComplete(FinDialog)
Processes all HIFRDF segments that have been received.
protected override void OnExecuteComplete(FinDialog aDialog)
Parameters
aDialog
FinDialog