 | 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)
Syntaxpublic Nullable<IElectronicProcessingPaymentTypeEnum> PaymentType { get; set; }Public Property PaymentType As Nullable(Of IElectronicProcessingPaymentTypeEnum)
Get
Set
function get PaymentType () : Nullable<IElectronicProcessingPaymentTypeEnum>
function set PaymentType (value : Nullable<IElectronicProcessingPaymentTypeEnum>)
function get_PaymentType();
function set_PaymentType(value);
Property Value
Type:
NullableIElectronicProcessingPaymentTypeEnum
See Also