Table of Contents

Class CreditCard.Builder

Namespace
DotNetBrowser.Card
Assembly
DotNetBrowser.dll

A builder for creating a new CreditCard instance.

public sealed class CreditCard.Builder
Inheritance
CreditCard.Builder
Inherited Members

Constructors

Builder(string, int, int)

Initializes a new instance of the CreditCard.Builder class.

Properties

Cardholder

Gets or sets the name of the cardholder entered by the user.

ExpirationMonth

Gets the expiration month of the credit card.

ExpirationYear

Gets the expiration year of the credit card.

Number

Gets the card number.

Methods

Build()

Builds a new CreditCard instance with the properties set in the builder.