Table of Contents

Class CreditCardData

Namespace
PuppeteerSharp
Assembly
PuppeteerSharp.dll
public class CreditCardData
Inheritance
CreditCardData

Properties

Cvc

Gets or sets the CVC.

public string Cvc { get; set; }

Property Value

string

ExpiryMonth

Gets or sets the expiry month.

public string ExpiryMonth { get; set; }

Property Value

string

ExpiryYear

Gets or sets the expiry year.

public string ExpiryYear { get; set; }

Property Value

string

Name

Gets or sets the name on the credit card.

public string Name { get; set; }

Property Value

string

Number

Gets or sets the credit card number.

public string Number { get; set; }

Property Value

string