Interface PostPurchaseOptionValue

interface PostPurchaseOptionValue {
    id: ProductOptionValueGid;
    name: string;
    translations: PostPurchaseTranslation[];
}

Properties

Properties

name: string
translations: PostPurchaseTranslation[]