Click or drag to resize

PaymentExpirationType Enumeration

Payment expiration behavior when adding a card. This dictates how the expiration date is provided to the Braintree payment service in AddPaymentMethod(PaymentMethod) which obtains the setting from the service's BraintreeAPI_PaymentExpirationType property.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum PaymentExpirationType
Members
  Member nameValueDescription
UseExpiresDate0Use an expiration date (currently in the form MM/yyyy).
UseMonthYear1Use the expiration month and year in separate fields.
UseNone2Do not provide an expiration date.
UseDeviceOS3Use the expiration date behavior appropriate for the device operating system.
See Also