Role of an individual contributor in the creation of an item, such as author or actor.

Export

ItemContributorRole

interface ItemContributorRole {
    displayName?: string;
    value: string;
}

Properties

Properties

displayName?: string

Display name of the role in the requested locale, such as Author or Actor.

Memberof

ItemContributorRole

value: string

Role value for the Amazon catalog item, such as author or actor.

Memberof

ItemContributorRole