Skip to main content
Version: 3.x

VoucherTranslation

Represents voucher translations.

type VoucherTranslation implements Node {
id: ID!
language: LanguageDisplay!
name: String
}

Fields

VoucherTranslation.id ● ID! non-null scalar

The ID of the voucher translation.

VoucherTranslation.language ● LanguageDisplay! non-null object

Translation language.

VoucherTranslation.name ● String scalar

Translated voucher name.

Interfaces

Node interface

An object with an ID

Member of

Voucher object ● VoucherTranslatableContent object

Implemented by

TranslationTypes union


Was this page helpful?