Token Property
This property is used to reference a specific Express Checkout transaction in the PayPal network.
Syntax
[VB.NET] Public Property Token As String
[C#] public string Token {get; set;}
Remarks
When CreateProfile is called, PayPal requires either this property to be set to a valid ResponseToken returned by the SetCheckout method of Express Checkout or a valid credit card to be set through the Card property.
This token expires after three hours.
Default Value
""