InquiryType Property
Indicates whether to perform an inquiry on the current batch or on the previous batch.
Syntax
public int getInquiryType(); public void setInquiryType(int inquiryType);
Enumerated values: public final static int itCurrentBatch = 0; public final static int itPreviousBatch = 1;
Remarks
This property is used by the BatchInquiry method to indicate whether you wish to retrieve results for the current open batch, or for the most recently closed batch. This property is not applicable for the GetBatchSummary method.
Default Value
0