GraphQL INPUT_OBJECT
CreateNotifcationSettingsInput
link Definition
- input CreateNotifcationSettingsInput {
- # Document type.
- : NotificationDocumentTypeEnum!
- # Schema version. If not set the most current schema will be used.
- : XmlSchemaEnum
- # Character encoding.
- : CharacterEncodingEnum
- # Language to be used for the notification.
- : CheckoutLanguageEnum!
- # Determines how often the notifications are sent. Daily, monthly, and weekly
- # notifications are only available for the transport layer delivery types FTP and
- # HTTP Upload.
- : IntervalEnum!
- }