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

Copy Markdown View Source

The DigitalWalletTokenUpdate object.

Fields

  • status - The status the update changed this Digital Wallet Token to.
  • timestamp - The ISO 8601 date and time at which the update happened.

Summary

Types

t()

@type t() :: %Increase.DigitalWalletTokens.DigitalWalletToken.Update{
  status: String.t(),
  timestamp: DateTime.t()
}