GraphQL INPUT_OBJECT
UpdateNotificationSettingsInput
link Definition
- input UpdateNotificationSettingsInput {
- # Document type.
- : NotificationDocumentTypeEnum
- # Schema version.
- : XmlSchemaEnum
- # Character encoding.
- : CharacterEncodingEnum
- # Language to be used for the notification.
- : CheckoutLanguageEnum
- # Specifies how often the notification is sent. Daily, monthly, and weekly
- # notifications are only available for the transport layer delivery types FTP and
- # HTTP Upload.
- : IntervalEnum
- }