Gets or sets the text or HTML that is displayed to users to explain this discount.
Public ReadOnly Property MultilingualBasketDisplay As LanguageStringCollection
Dim instance As Discount Dim value As LanguageStringCollection value = instance.MultilingualBasketDisplay
public LanguageStringCollection MultilingualBasketDisplay { get; }
public: property LanguageStringCollection^ MultilingualBasketDisplay { LanguageStringCollection^ get (); }
public function get MultilingualBasketDisplay () : LanguageStringCollection
The text or HTML that is displayed to the user to explain this discount. This value cannot be greater than 1024 characters in length and the default is an empty string.
The returned collection is a set of Basket Display strings specified in several languages. Default value is empty collection, but it must have at least 1 element when the discount is saved.