Class TokenizePaymentRequest
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class TokenizePaymentRequest
Properties
Alias
An alias for the token. This can be used to visually represent the token.
If no alias is given, a payment product specific default is used, e.g. the obfuscated card number for card payment products.
Do not include any unobfuscated sensitive data in the alias.
Declaration
public string Alias { get; set; }
Property Value
Type | Description |
---|---|
string |