Types > TestEmail
Commerce APITypesTestEmail
TestEmail

Description

Fields

created_at: String!


from_email: String!


from_name: String!


html: String!


id: String!


subject: String!


to_email: String!


to_name: String!


Used By

Types

TestEmailPage

Preview (typescript)

interface TestEmail {
created_at: string
from_email: string
from_name: string
html: string
id: string
subject: string
to_email: string
to_name: string
}