-
Notifications
You must be signed in to change notification settings - Fork 0
/
13CraftSalesOrder.cs
69 lines (40 loc) · 1.6 KB
/
13CraftSalesOrder.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
// Decompiled with JetBrains decompiler
// Type: CraftCMS.Sourcesnapshot
// Assembly: WebOrderImportCraft, Version=1000.510.8894.24695, Culture=neutral, PublicKeyToken=bf11c4f15ab4e1ef
// MVID: F965BC17-D6AC-43D0-B104-3E53F0C380F8
// Assembly location: P:\Synergy\VMAWS Custom Apps\WebOrderImportCraft\WebOrderImportCraft.exe
using System;
namespace CraftCMS
{
public class Sourcesnapshot
{
public Provider provider { get; set; }
public Shippingmethod shippingMethod { get; set; }
public object options { get; set; }
public string id { get; set; }
public string name { get; set; }
public string description { get; set; }
public string shippingZoneId { get; set; }
public string methodId { get; set; }
public int priority { get; set; }
public object enabled { get; set; }
public string orderConditionFormula { get; set; }
public Decimal minQty { get; set; }
public Decimal maxQty { get; set; }
public Decimal minTotal { get; set; }
public Decimal maxTotal { get; set; }
public string minMaxTotalType { get; set; }
public Decimal minWeight { get; set; }
public Decimal maxWeight { get; set; }
public string baseRate { get; set; }
public Decimal perItemRate { get; set; }
public Decimal percentageRate { get; set; }
public Decimal weightRate { get; set; }
public Decimal minRate { get; set; }
public Decimal maxRate { get; set; }
public int isLite { get; set; }
public string SelflockingDevice { get; set; }
public Decimal unitPrice { get; set; }
public string OptionalFinish { get; set; }
}
}