| PaymentCardTokenGetTokenByID Method |
Note: This API is now obsolete.
Namespace:
Dynamicweb.Ecommerce.Cart
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax [ObsoleteAttribute("Use Services.PaymentCard.GetById instead.")]
public static PaymentCardToken GetTokenByID(
int tokenID
)
<ObsoleteAttribute("Use Services.PaymentCard.GetById instead.")>
Public Shared Function GetTokenByID (
tokenID As Integer
) As PaymentCardToken
Parameters
- tokenID
- Type: SystemInt32
Return Value
Type:
PaymentCardTokenSee Also