Class CreditCardData
- Namespace
- PuppeteerSharp
- Assembly
- PuppeteerSharp.dll
Credit card data for autofilling. See https://chromedevtools.github.io/devtools-protocol/tot/Autofill/#type-CreditCard.
public class CreditCardData
- Inheritance
-
CreditCardData
Properties
Cvc
Gets or sets the CVC.
public string Cvc { get; set; }
Property Value
ExpiryMonth
Gets or sets the expiry month.
public string ExpiryMonth { get; set; }
Property Value
ExpiryYear
Gets or sets the expiry year.
public string ExpiryYear { get; set; }
Property Value
Name
Gets or sets the name on the credit card.
public string Name { get; set; }
Property Value
Number
Gets or sets the credit card number.
public string Number { get; set; }