Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="BillToSettings" /> class.
 /// </summary>
 /// <param name="billToAddress">billToAddress.</param>
 /// <param name="billToAddressOverride">billToAddressOverride.</param>
 /// <param name="billToContact">billToContact.</param>
 /// <param name="billToContactOverride">billToContactOverride.</param>
 /// <param name="customerLocation">customerLocation.</param>
 public BillToSettings(Address billToAddress = default(Address), BooleanValue billToAddressOverride = default(BooleanValue), DocContact billToContact = default(DocContact), BooleanValue billToContactOverride = default(BooleanValue), StringValue customerLocation = default(StringValue), Guid?id = default(Guid?), long?rowNumber = default(long?), string note = default(string), Dictionary <string, Dictionary <string, CustomField> > custom = default(Dictionary <string, Dictionary <string, CustomField> >), List <FileLink> files = default(List <FileLink>)) : base(id, rowNumber, note, custom, files)
 {
     this.BillToAddress         = billToAddress;
     this.BillToAddressOverride = billToAddressOverride;
     this.BillToContact         = billToContact;
     this.BillToContactOverride = billToContactOverride;
     this.CustomerLocation      = customerLocation;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ShipToSettings" /> class.
 /// </summary>
 /// <param name="shipToAddress">shipToAddress.</param>
 /// <param name="shipToAddressOverride">shipToAddressOverride.</param>
 /// <param name="shipToContact">shipToContact.</param>
 /// <param name="shipToContactOverride">shipToContactOverride.</param>
 /// <param name="validated">validated.</param>
 public ShipToSettings(Address shipToAddress = default(Address), BooleanValue shipToAddressOverride = default(BooleanValue), DocContact shipToContact = default(DocContact), BooleanValue shipToContactOverride = default(BooleanValue), BooleanValue validated = default(BooleanValue), Guid?id = default(Guid?), long?rowNumber = default(long?), string note = default(string), Dictionary <string, Dictionary <string, CustomField> > custom = default(Dictionary <string, Dictionary <string, CustomField> >), List <FileLink> files = default(List <FileLink>)) : base(id, rowNumber, note, custom, files)
 {
     this.ShipToAddress         = shipToAddress;
     this.ShipToAddressOverride = shipToAddressOverride;
     this.ShipToContact         = shipToContact;
     this.ShipToContactOverride = shipToContactOverride;
     this.Validated             = validated;
 }
Пример #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ShippingInstructions" /> class.
 /// </summary>
 /// <param name="shippingDestinationType">shippingDestinationType.</param>
 /// <param name="shippingLocation">shippingLocation.</param>
 /// <param name="shipTo">shipTo.</param>
 /// <param name="shipToAddress">shipToAddress.</param>
 /// <param name="shipToAddressOverride">shipToAddressOverride.</param>
 /// <param name="shipToAddressValidated">shipToAddressValidated.</param>
 /// <param name="shipToContact">shipToContact.</param>
 /// <param name="shipToContactOverride">shipToContactOverride.</param>
 /// <param name="warehouse">warehouse.</param>
 public ShippingInstructions(StringValue shippingDestinationType = default(StringValue), StringValue shippingLocation = default(StringValue), StringValue shipTo = default(StringValue), Address shipToAddress = default(Address), BooleanValue shipToAddressOverride = default(BooleanValue), BooleanValue shipToAddressValidated = default(BooleanValue), DocContact shipToContact = default(DocContact), BooleanValue shipToContactOverride = default(BooleanValue), StringValue warehouse = default(StringValue), Guid?id = default(Guid?), long?rowNumber = default(long?), string note = default(string), Dictionary <string, Dictionary <string, CustomField> > custom = default(Dictionary <string, Dictionary <string, CustomField> >), List <FileLink> files = default(List <FileLink>)) : base(id, rowNumber, note, custom, files)
 {
     this.ShippingDestinationType = shippingDestinationType;
     this.ShippingLocation        = shippingLocation;
     this.ShipTo                 = shipTo;
     this.ShipToAddress          = shipToAddress;
     this.ShipToAddressOverride  = shipToAddressOverride;
     this.ShipToAddressValidated = shipToAddressValidated;
     this.ShipToContact          = shipToContact;
     this.ShipToContactOverride  = shipToContactOverride;
     this.Warehouse              = warehouse;
 }