PaymentExpirationType Enumeration |
Namespace:
NetQuarry.Services.Payment
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public enum PaymentExpirationType
Public Enumeration PaymentExpirationType
Members
| Member name | Value | Description |
---|
| UseExpiresDate | 0 | Use an expiration date (currently in the form MM/yyyy). |
| UseMonthYear | 1 | Use the expiration month and year in separate fields. |
| UseNone | 2 | Do not provide an expiration date. |
| UseDeviceOS | 3 | Use the expiration date behavior appropriate for the device operating system. |
See Also