VoucherTranslation
Represents voucher translations.
type VoucherTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String
translatableContent: VoucherTranslatableContent
}
Fields
VoucherTranslation.id
● ID!
non-null scalar miscellaneous
The ID of the voucher translation.
VoucherTranslation.language
● LanguageDisplay!
non-null object miscellaneous
Translation language.
VoucherTranslation.name
● String
scalar miscellaneous
Translated voucher name.
VoucherTranslation.translatableContent
● VoucherTranslatableContent
object discounts
Represents the voucher fields to translate.
Added in Saleor 3.14
Interfaces
Node
interface miscellaneous
An object with an ID
Member Of
Voucher
object ● VoucherTranslatableContent
object
Implemented By
TranslationTypes
union