Interface PostPurchaseProductOption

interface PostPurchaseProductOption {
    name: string;
    optionValues: PostPurchaseOptionValue[];
    translations: PostPurchaseTranslation[];
}

Properties

name: string
optionValues: PostPurchaseOptionValue[]
translations: PostPurchaseTranslation[]