OBJECT

LetterSetting

link GraphQL Schema definition

  • type LetterSetting {
  • # ID of account sale to vendor email template
  • accountSaleToVendorEmailId: ID
  • # ID of account sale to vendor
  • accountSaleToVendorId: ID
  • # ID of account sale to vendor solicitor
  • accountSaleToVendorsSolicitorId: ID
  • # ID of account sale to vendor solicitors email template
  • accountSaleToVendorsSolicitorsEmailId: ID
  • # When the letter setting was created
  • createdAt: ISO8601DateTime!
  • # the footer of letter setting
  • footer: String
  • # the header of letter setting
  • header: String
  • # ID of the letter setting
  • id: ID!
  • # letter setting bottom margin
  • marginBottom: Float
  • # letter setting let margin
  • marginLeft: Float
  • # letter setting right margin
  • marginRight: Float
  • # letter setting top margin
  • marginTop: Float
  • # ID of notice of unconditional contract
  • noticeOfUnconditionalContractToVendorId: ID
  • # reference check email template number
  • referenceCheckEmailTemplate: Int
  • # rental application invitation email template
  • rentalApplicationInvitationEmailTemplate: Int
  • # rental application more info required email template
  • rentalApplicationMoreInfoRequiredEmailTemplate: Int
  • # ID of sales advice purchaser solicitor email template
  • salesAdvicePurchasersSolicitorEmailId: ID
  • # ID of sales advice purchaser solicitor
  • salesAdvicePurchasersSolicitorId: ID
  • # ID of sales advice vendor solicitor email template
  • salesAdviceVendorSolicitorEmailId: ID
  • # ID of sales advice vendor solicitor
  • salesAdviceVendorSolicitorId: ID
  • # send application to landlord email template
  • sendApplicationToLandlordEmailTemplate: Int
  • # send documents email template number
  • sendDocumentsEmailTemplate: Int
  • # send inspection report to landlord template
  • sendInspectionReportToLandlordTemplate: Int
  • # send invoice to contact template
  • sendInvoiceEmailTemplate: Int
  • # send owner report to owner template
  • sendOwnerReportToOwnerTemplate: Int
  • # letter setting text margin
  • textMargin: Float
  • # When the letter setting was last updated
  • updatedAt: ISO8601DateTime!
  • }