Increase.AccountTransfers.AccountTransfer.CreatedBy.APIKey (Increase v1.0.0)

Copy Markdown View Source

If present, details about the API key that created the transfer.

Fields

  • description - The description set for the API key when it was created.

Summary

Types

t()

@type t() :: %Increase.AccountTransfers.AccountTransfer.CreatedBy.APIKey{
  description: String.t() | nil
}