Increase.CardValidations.CardValidation.CreatedBy (Increase v1.0.0)

Copy Markdown View Source

What object created the validation, either via the API or the dashboard.

Fields

  • category - The type of object that created this transfer.
  • api_key - If present, details about the API key that created the transfer.
  • oauth_application - If present, details about the OAuth Application that created the transfer.
  • user - If present, details about the User that created the transfer.

Summary

Types

t()

@type t() :: %Increase.CardValidations.CardValidation.CreatedBy{
  api_key: Increase.CardValidations.CardValidation.CreatedBy.APIKey.t() | nil,
  category: String.t(),
  oauth_application:
    Increase.CardValidations.CardValidation.CreatedBy.OAuthApplication.t() | nil,
  user: Increase.CardValidations.CardValidation.CreatedBy.User.t() | nil
}