Click or drag to resize

PaymentIncludeAttributes Enumeration

Controls which attributes to send to Braintree when creating a card. The default is none as the nonce holds PCI compliant data for this. This is used by the Braintree payment service in AddPaymentMethod(PaymentMethod) which obtains the setting from the service's BraintreeAPI_PaymentIncludeAttributes property.

Namespace:  NetQuarry.Services.Payment
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
[FlagsAttribute]
public enum PaymentIncludeAttributes
Members
  Member nameValueDescription
IncludeCardNumber1Include the credit card number.
IncludeCVV2Include the credit card CVV.
IncludePostalCode4Include the credit card billing address postal code.
See Also