Type Alias VariantTechniquePrice

VariantTechniquePrice: {
    discounted_price?: string;
    price?: string;
    technique_display_name?: string;
    technique_key?: string;
}

Product prices information

Type declaration

  • Optionaldiscounted_price?: string

    Discounted price per region

  • Optionalprice?: string

    Price converted to the region currency

  • Optionaltechnique_display_name?: string

    Full technique name

  • Optionaltechnique_key?: string

    Key associated to the technique