Increase.DigitalWalletTokens.DigitalWalletToken.Cardholder (Increase v1.0.0)

Copy Markdown View Source

The cardholder information given when the Digital Wallet Token was created.

Fields

  • name - Name of the cardholder, for example "John Smith".

Summary

Types

t()

@type t() :: %Increase.DigitalWalletTokens.DigitalWalletToken.Cardholder{
  name: String.t() | nil
}