IElectronicProcessingElectronicBatchType Class

An electronic batch containing one or more iAAWG contracts.
Inheritance Hierarchy
SystemObject
  IASIElectronicProcessingElectronicBatchType

Namespace:  IAS
Assembly:  ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ElectronicBatchType

The IElectronicProcessingElectronicBatchType type exposes the following members.

Methods
  NameDescription
Public methodGetContractsAsDataTableForRemittance
Helper function for pulling a list of contracts to display on a remote website.
Top
Fields
  NameDescription
Public fieldAdminSystem
The admin system which houses this batch (internal use only).
Public fieldBatchID
A unique ID representing this batch.
Public fieldBatchMailTo
The name of the individual or company that should receive this batch.
Public fieldBatchMailToAddress
The street portion of the batch mailing address.
Public fieldBatchMailToCity
The city portion of the batch mailing address.
Public fieldBatchMailToState
The state portion of the batch mailing address.
Public fieldBatchMailToZip
The zip code portion of the batch mailing address.
Public fieldBatchNumber
A unique ID representing this batch.
Public fieldBatchPayee
The name of the check payee for this batch.
Public fieldBatchPayeeAddress
The street portion of the batch payee address.
Public fieldBatchPayeeCity
The city portion of the batch payee address.
Public fieldBatchPayeeState
The state portion of the batch payee address.
Public fieldBatchPayeeZip
The zip code portion of the batch payee address.
Public fieldCancellationCount
The number of cancellations contained in this batch.
Public fieldCancellations
Details of each contract within this batch.
Public fieldContractCount
The number of contracts contained in this batch.
Public fieldContracts
Details of each contract within this batch.
Public fieldCreatedByUserEmail
The email address associated with the user that created this batch.
Public fieldCreatedByUserID
The unique ID of the user that created this batch.
Public fieldDateExecuted
The date the batch was generated.
Public fieldDealerDescriptor
The dealer record this batch is under.
Public fieldDealerName
The name of the dealer for this batch.
Public fieldDealerReferenceNumber
A dealer supplied reference number for this batch.
Public fieldPDFData
Base64 byte array representation of the PDF for the remittance register for this batch.
Public fieldPDFFileName
The name of the PDF representing the remittance register for this batch.
Public fieldReceivedByIAS
The date the batch was received and processed by IAS.
Public fieldTotalAgentRemit
The total dollar amount the agent should remit for the contracts in this batch.
Public fieldTotalContracts
Public fieldTotalDealerRemit
The total dollar amount the dealer should remit for the contracts in this batch.
Top
See Also

Reference