Table of Contents

Class CreditCard

Namespace
OpenQA.Selenium.DevTools.V132.Autofill
Assembly
WebDriver.dll

CreditCard

public sealed class CreditCard
Inheritance
CreditCard
Inherited Members

Properties

Cvc

cvc

[JsonPropertyName("cvc")]
public string Cvc { get; set; }

Property Value

string

ExpiryMonth

expiryMonth

[JsonPropertyName("expiryMonth")]
public string ExpiryMonth { get; set; }

Property Value

string

ExpiryYear

expiryYear

[JsonPropertyName("expiryYear")]
public string ExpiryYear { get; set; }

Property Value

string

Name

name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

Number

number

[JsonPropertyName("number")]
public string Number { get; set; }

Property Value

string