IElectronicProcessingGetPaymentsByDealerRequestType Class

Specifies master dealer information necessary to get a list of payments by various criteria.
Inheritance Hierarchy
SystemObject
  IASIElectronicProcessingGetPaymentsByDealerRequestType

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

The IElectronicProcessingGetPaymentsByDealerRequestType type exposes the following members.

Constructors
  NameDescription
Public methodIElectronicProcessingGetPaymentsByDealerRequestType
Initializes a new instance of the IElectronicProcessingGetPaymentsByDealerRequestType class
Top
Properties
  NameDescription
Public propertyAuthentication
Information used for authentication of the calling program/site as well as information describing the remote site user.
Public propertyDealerReferenceNumber
The dealer reference number on a batch within the payment. Optional.
Public propertyDollarAmount
The dollar amount of the payment. Optional. Will return all payments between 0 and 99 cents of the given dollar amount.
Public propertyMasterDealerID
The unique iAAWG master dealer ID. Calling program must pass a masterDealerID.
Public propertyMaxDate
The latest payment date to search. Optional. If not provided, will be assumed to be today's date.
Public propertyMinDate
The earliest payment date to search from. Must be provided if PayingUserName, DealerReferenceNumber, or DollarAmount are not provided.
Public propertyPayingUserName
The name of the paying user. Will be "CHECK" for payments not made online. Optional.
Public propertyPaymentType
The type of payment to search - ALL, CHECK, ACH, or CC. Optional. If not provided, will be assumed to be "ALL".
Top
See Also

Reference