OBJECT
LetterSetting
link GraphQL Schema definition
- type LetterSetting {
- # ID of account sale to vendor email template
- : ID
- # ID of account sale to vendor
- : ID
- # ID of account sale to vendor solicitor
- : ID
- # ID of account sale to vendor solicitors email template
- : ID
- # When the letter setting was created
- : ISO8601DateTime!
- # the footer of letter setting
- : String
- # the header of letter setting
- : String
- # ID of the letter setting
- : ID!
- # letter setting bottom margin
- : Float
- # letter setting let margin
- : Float
- # letter setting right margin
- : Float
- # letter setting top margin
- : Float
- # ID of notice of unconditional contract
- : ID
- # reference check email template number
- : Int
- # rental application invitation email template
- : Int
- # rental application more info required email template
- : Int
- # ID of sales advice purchaser solicitor email template
- : ID
- # ID of sales advice purchaser solicitor
- : ID
- # ID of sales advice vendor solicitor email template
- : ID
- # ID of sales advice vendor solicitor
- : ID
- # send application to landlord email template
- : Int
- # send documents email template number
- : Int
- # send inspection report to landlord template
- : Int
- # send invoice to contact template
- : Int
- # send owner report to owner template
- : Int
- # letter setting text margin
- : Float
- # When the letter setting was last updated
- : ISO8601DateTime!
- }