Class FinTaxExemptionListBuilder
Builder for tax exemptions query orders (HKFRD)
public class FinTaxExemptionListBuilder : FinOrderBuilder
- Inheritance
-
FinTaxExemptionListBuilder
- Inherited Members
Constructors
FinTaxExemptionListBuilder(FinContact)
public FinTaxExemptionListBuilder(FinContact aContact)
Parameters
aContactFinContact
Properties
IsAcctNoAllowed
True if the request may specify a particular account number.
public bool IsAcctNoAllowed { get; }
Property Value
MaxEntriesAllowed
True if the request parameter MaxEntries may be set.
public bool MaxEntriesAllowed { get; }
Property Value
Methods
Build(FinAcct, int, int, string)
public FinTaxExemptionListOrder Build(FinAcct aOrderAcct, int nValidityYear, int nMaxNoEntries = 0, string sScrollRef = null)
Parameters
aOrderAcctFinAcctOptional account for which tax exemption data shall be returned. This may be partially initialized in order to solely provide the CountryCode and the BankCode. If an AcctNo is included, it is only used, when IsAcctNoAllowed is
true.nValidityYearintOptional year for which to query the tax exemption details. This may be zero, or a value in the range from 1975 to 9999.
nMaxNoEntriesintOptional maximum number of entries to return. This is only used, when MaxEntriesAllowed is
true.sScrollRefstring