GraphQL OBJECT
Email generated for the purchase.
link Definition
- type Email {
- # Email type that was sent.
- : MailType
- # Unique ID of the email.
- : Long
- # Email address from where the email was sent.
- : String
- # Email address to where the email was delivered.
- : String
- # Email CC address to where the email was delivered.
- : String
- # Email BCC address to where the email was delivered.
- : String
- # The subject of the email.
- : String
- # Date and time when the email was delivered.
- : DateTime
- # Date and time when the email was created.
- : DateTime!
- # Reason the email was not delivered.
- : String
- # Status of the email.
- : MailStatus
- # Plain text body of the email.
- : String
- # HTML body of the email.
- : String
- }