Stripe.Resources.Refund.NextAction.DisplayDetails.EmailSent (tiger_stripe v0.1.10)

Copy Markdown View Source

Nested struct within the parent resource.

Summary

Types

t()

@type t() :: %Stripe.Resources.Refund.NextAction.DisplayDetails.EmailSent{
  email_sent_at: integer() | nil,
  email_sent_to: String.t() | nil
}
  • email_sent_at - The timestamp when the email was sent. Format: Unix timestamp.
  • email_sent_to - The recipient's email address. Max length: 5000.