Card Property
Contains the customer's credit card information.
Syntax
[VB.NET] Public Property Card As EPCard
[C#] public EPCard Card {get; set;}
Remarks
This must be set to an instance of the EPCard type, which will contain information about the credit card to be charged. This should include a card Number, ExpMonth, and ExpYear, as well as optional CVVData.
This property is not available at design time.