VGSCardHolderNameTokenizationConfiguration

@MainActor
public class VGSCardHolderNameTokenizationConfiguration : VGSConfiguration, VGSTextFieldTokenizationConfigurationProtocol

VGSCardHolderNameTokenizationConfiguration - textfield configuration for textfield with type .cardHolderName, required for work with tokenization api.

Usage:

  1. Initialize with your VGSCollect instance and a fieldName (JSON key for outbound payload).
  2. Assign to a VGSTextField before user begins editing.
  3. Call tokenizeData(routeId:) or createAliases(routeId:) on the collector; the response JSON will include generated alias(es).

Notes:

  • Customize tokenizationParameters.format if you need different alias semantics.
  • Never include real PII inside fieldName; it is only a logical key.