IElectronicProcessingGetPaymentsByDealerRequestTypePaymentType Property

The type of payment to search - ALL, CHECK, ACH, or CC. Optional. If not provided, will be assumed to be "ALL".

Namespace:  IAS
Assembly:  ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Nullable<IElectronicProcessingPaymentTypeEnum> PaymentType { get; set; }

Property Value

Type: NullableIElectronicProcessingPaymentTypeEnum
See Also