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

Copy Markdown View Source

If present, details about the User that created the transfer.

Fields

  • email - The email address of the User.

Summary

Types

t()

@type t() :: %Increase.CardValidations.CardValidation.CreatedBy.User{
  email: String.t()
}