Increase.CheckTransfers.CheckTransfer.CreatedBy.OAuthApplication (Increase v1.0.0)

Copy Markdown View Source

If present, details about the OAuth Application that created the transfer.

Fields

  • name - The name of the OAuth Application.

Summary

Types

t()

@type t() :: %Increase.CheckTransfers.CheckTransfer.CreatedBy.OAuthApplication{
  name: String.t()
}