PdfLetterheadTemplate
Base class for types
Fields
address_source
· PdfLetterheadTemplateAddressSource!
· required · The source the address should be taken from brand_logo_source
· PdfLetterheadTemplateBrandLogoSource!
· required · The source the brand logo should be taken from email_source
· PdfLetterheadTemplateEmailSource!
· required · The source the email address should be taken from include_appointment_details
· Boolean!
· required · Whether the appointment details should be shown in PDF include_organization_name
· Boolean!
· required · Whether the name of the organization should be shown in PDF include_team_member_name
· Boolean!
· required · Whether the name of the team member should be shown in PDF include_team_member_qualifications
· Boolean!
· required · Whether provider's qualifications should be shown in PDF other_email
· String
· Custom email address to use in PDF other_phone_number
· String
· Custom phone number to use in PDF phone_number_source
· PdfLetterheadTemplatePhoneNumberSource!
· required · The source the phone number should be taken from team_member_name_source
· PdfLetterheadTemplateTeamMemberNameSource!
· required · The source the team member's name should be taken from Used By
Definition
"""Base class for types"""type PdfLetterheadTemplate { """ The source the address should be taken from """ address_source: PdfLetterheadTemplateAddressSource!
""" The source the brand logo should be taken from """ brand_logo_source: PdfLetterheadTemplateBrandLogoSource! created_at: ISO8601DateTime!
""" The source the email address should be taken from """ email_source: PdfLetterheadTemplateEmailSource! id: ID!
""" Whether the address should be shown in PDF """ include_address: Boolean!
""" Whether the appointment details should be shown in PDF """ include_appointment_details: Boolean!
""" Whether the brand logo should be shown in PDF """ include_brand_logo: Boolean!
""" Whether the email address should be shown in PDF """ include_email: Boolean!
""" Whether the name of the organization should be shown in PDF """ include_organization_name: Boolean!
""" Whether the phone number should be shown in PDF """ include_phone_number: Boolean!
""" Whether the name of the team member should be shown in PDF """ include_team_member_name: Boolean!
""" Whether provider's NPI should be shown in PDF """ include_team_member_npi: Boolean!
""" Whether provider's qualifications should be shown in PDF """ include_team_member_qualifications: Boolean!
""" Whether this template is default for the organization """ is_default: Boolean! organization: Organization!
""" Custom email address to use in PDF """ other_email: String
""" Custom phone number to use in PDF """ other_phone_number: String
""" The source the phone number should be taken from """ phone_number_source: PdfLetterheadTemplatePhoneNumberSource!
""" The source the team member's name should be taken from """ team_member_name_source: PdfLetterheadTemplateTeamMemberNameSource!
""" The title for the PDF Letterhead Template """ title: String! updated_at: ISO8601DateTime!}