Increase.Cards.Card.DigitalWallet (Increase v1.0.0)

Copy Markdown View Source

The contact information used in the two-factor steps for digital wallet card creation. At least one field must be present to complete the digital wallet steps.

Fields

  • digital_card_profile_id - The digital card profile assigned to this digital card. Card profiles may also be assigned at the program level.
  • email - An email address that can be used to verify the cardholder via one-time passcode over email.
  • phone - A phone number that can be used to verify the cardholder via one-time passcode over SMS.

Summary

Types

t()

@type t() :: %Increase.Cards.Card.DigitalWallet{
  digital_card_profile_id: String.t() | nil,
  email: String.t() | nil,
  phone: String.t() | nil
}