iyzico v1.6.2 Iyzico.RegisteredCard

A module holding registered cards used in monetary transactions.

Link to this section Summary

Types

t()

Represents a registered card to perform the checkout

Link to this section Types

Link to this type t()
t() :: %Iyzico.RegisteredCard{token: binary(), user_key: binary()}

Represents a registered card to perform the checkout.

Fields

  • :user_key: The value created by Iyzico for the user.
  • :token: The value created by Iyzico for the current card.