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 :
- # 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 :
- }