IElectronicProcessingGetPaymentsByDealerRequestType Class |
Namespace: IAS
public class GetPaymentsByDealerRequestType
The IElectronicProcessingGetPaymentsByDealerRequestType type exposes the following members.
| Name | Description | |
|---|---|---|
| IElectronicProcessingGetPaymentsByDealerRequestType | Initializes a new instance of the IElectronicProcessingGetPaymentsByDealerRequestType class |
| Name | Description | |
|---|---|---|
| Authentication | Information used for authentication of the calling program/site as well as information describing the remote site user. | |
| DealerReferenceNumber | The dealer reference number on a batch within the payment. Optional. | |
| DollarAmount | The dollar amount of the payment. Optional. Will return all payments between 0 and 99 cents of the given dollar amount. | |
| MasterDealerID | The unique iAAWG master dealer ID. Calling program must pass a masterDealerID. | |
| MaxDate | The latest payment date to search. Optional. If not provided, will be assumed to be today's date. | |
| MinDate | The earliest payment date to search from. Must be provided if PayingUserName, DealerReferenceNumber, or DollarAmount are not provided. | |
| PayingUserName | The name of the paying user. Will be "CHECK" for payments not made online. Optional. | |
| PaymentType | The type of payment to search - ALL, CHECK, ACH, or CC. Optional. If not provided, will be assumed to be "ALL". |