IElectronicProcessingElectronicPaymentType Class |
Namespace: IAS
public class ElectronicPaymentType
The IElectronicProcessingElectronicPaymentType type exposes the following members.
| Name | Description | |
|---|---|---|
| IElectronicProcessingElectronicPaymentType | Initializes a new instance of the IElectronicProcessingElectronicPaymentType class |
| Name | Description | |
|---|---|---|
| Amount | The base amount of the payment, not including any credit card fee. | |
| Batches | The number of batches contained in this payment. | |
| ConfirmationCode | The cconfirmation code of the payment, if relevant. Will be "CHECK" for checks. | |
| Contracts | The number of contracts contained in this payment. | |
| DatePaid | The date the payment was paid or voided. | |
| Fee | The credit card fee of this payment, if relevant. | |
| PaymentDetails | General details for this payment. | |
| PaymentID | A unique ID representing this payment. | |
| PaymentStatus | The status of this payment. | |
| PaymentType | A payment type - CHECK, CC, or ACH. | |
| SubmittedByUserID | The ID of the user who submitted the payment - will be "CHECK" for payments that were not submitted online. | |
| TotalAmount | The total amount of the payment, including any credit card fee. | |
| UserName | The searchable name of the user who submitted the payment - will be "CHECK" for payments that were not submitted online. |