Beispiel #1
0
 public OrderFulfillmentUpdatedObject(Models.OrderFulfillmentUpdated orderFulfillmentUpdated = null)
 {
     OrderFulfillmentUpdated = orderFulfillmentUpdated;
 }
Beispiel #2
0
 public Builder OrderFulfillmentUpdated(Models.OrderFulfillmentUpdated orderFulfillmentUpdated)
 {
     this.orderFulfillmentUpdated = orderFulfillmentUpdated;
     return(this);
 }
Beispiel #3
0
 public Builder OrderFulfillmentUpdated(Models.OrderFulfillmentUpdated value)
 {
     orderFulfillmentUpdated = value;
     return(this);
 }