IElectronicProcessingElectronicPaymentType Class

A payment containing one or more iAAWG batches.
Inheritance Hierarchy
SystemObject
  IASIElectronicProcessingElectronicPaymentType

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

The IElectronicProcessingElectronicPaymentType type exposes the following members.

Constructors
  NameDescription
Public methodIElectronicProcessingElectronicPaymentType
Initializes a new instance of the IElectronicProcessingElectronicPaymentType class
Top
Fields
  NameDescription
Public fieldAmount
The base amount of the payment, not including any credit card fee.
Public fieldBatches
The number of batches contained in this payment.
Public fieldConfirmationCode
The cconfirmation code of the payment, if relevant. Will be "CHECK" for checks.
Public fieldContracts
The number of contracts contained in this payment.
Public fieldDatePaid
The date the payment was paid or voided.
Public fieldFee
The credit card fee of this payment, if relevant.
Public fieldPaymentDetails
General details for this payment.
Public fieldPaymentID
A unique ID representing this payment.
Public fieldPaymentStatus
The status of this payment.
Public fieldPaymentType
A payment type - CHECK, CC, or ACH.
Public fieldSubmittedByUserID
The ID of the user who submitted the payment - will be "CHECK" for payments that were not submitted online.
Public fieldTotalAmount
The total amount of the payment, including any credit card fee.
Public fieldUserName
The searchable name of the user who submitted the payment - will be "CHECK" for payments that were not submitted online.
Top
See Also

Reference