Webiant Logo Webiant Logo
  1. No results found.

    Try your search with a different keyword or use * as a wildcard.

PlacedOrderProperty.cs

using Newtonsoft.Json;

namespace Nop.Plugin.Misc.Omnisend.DTO.Events;

public class PlacedOrderProperty : OrderEventBaseProperty, IEventProperty
{
    [JsonIgnore] public string EventName => CustomerEventType.PlacedOrder;
    [JsonIgnore] public string EventVersion => "v2";
}