Example #1
0
 public FixedPriceOrderReason(EFixedPriceOrderReason value)
 {
     this.Value = value;
 }
Example #2
0
 // CONSTRUCTORS
 public FixedPriceOrderReason()
 {
     this.Value = new EFixedPriceOrderReason();
 }