 | IElectronicProcessingPaymentTypeEnum Enumeration |
The allowable types of payment.
Namespace:
IAS
Assembly:
ElectronicProcessing (in ElectronicProcessing.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic enum PaymentTypeEnum
Public Enumeration PaymentTypeEnum
public enum PaymentTypeEnum
IAS.PaymentTypeEnum = function();
IAS.PaymentTypeEnum.createEnum('IAS.PaymentTypeEnum', false);
Members|
| Member name | Value | Description |
|---|
| ALL | 0 | |
| ACH | 1 | |
| CHECK | 2 | |
| CC | 3 | |
See Also