namespace Nop.Plugin.Payments.PayPalCommerce.Models.Public; /// /// Represents the order completed model /// public record OrderCompletedModel : OrderModel { public string Warning { get; set; } }