Type Alias VariantTechniquePrice

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

Product prices information

Type declaration

  • discounted_price: string

    Discounted price per region

  • price: string

    Price converted to the region currency

  • technique_display_name: string

    Full technique name

  • technique_key: string

    Key associated to the technique