Token Property
This property is used to reference a specific Express Checkout transaction in the PayPal network.
Syntax
public String getToken(); public void setToken(String token);
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
""