Card Property
Credit card information for the current profile.
Syntax
[VB.NET] Public Property Card As Card
[C#] public Card Card {get; set;}
Remarks
This property contains the credit card associated with the current profile.
When creating a new profile, you must either specify a credit card as the payment option for the account, or a Token that is associated with a billing agreement that was created using the SetCheckout method from the ExpressCheckout component. See the BillingAgreements property for more details about this option.
This property is not available at design time.