Current state, whatever that means
This commit is contained in:
19
PartSource.Automation/Models/Jobs/UpdatePricingResult.cs
Normal file
19
PartSource.Automation/Models/Jobs/UpdatePricingResult.cs
Normal file
@@ -0,0 +1,19 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Text;
|
||||
|
||||
namespace PartSource.Automation.Models.Jobs
|
||||
{
|
||||
public class UpdatePricingResult
|
||||
{
|
||||
public string Sku { get; set; }
|
||||
|
||||
public decimal OldPrice { get; set; }
|
||||
|
||||
public decimal NewPrice { get; set; }
|
||||
|
||||
public decimal OldCompareAt { get; set; }
|
||||
|
||||
public decimal NewCompareAt { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user