Ejemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PatchCustomerShippingAddressRequest" /> class.
 /// </summary>
 /// <param name="Links">Links.</param>
 /// <param name="Id">The id of the Shipping Address Token..</param>
 /// <param name="ShipTo">ShipTo.</param>
 /// <param name="Metadata">Metadata.</param>
 public PatchCustomerShippingAddressRequest(Tmsv2customersEmbeddedDefaultShippingAddressLinks Links = default(Tmsv2customersEmbeddedDefaultShippingAddressLinks), string Id = default(string), Tmsv2customersEmbeddedDefaultShippingAddressShipTo ShipTo = default(Tmsv2customersEmbeddedDefaultShippingAddressShipTo), Tmsv2customersEmbeddedDefaultShippingAddressMetadata Metadata = default(Tmsv2customersEmbeddedDefaultShippingAddressMetadata))
 {
     this.Links    = Links;
     this.Id       = Id;
     this.ShipTo   = ShipTo;
     this.Metadata = Metadata;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="Tmsv2customersEmbeddedDefaultShippingAddress" /> class.
 /// </summary>
 /// <param name="Links">Links.</param>
 /// <param name="Id">The id of the Shipping Address Token..</param>
 /// <param name="_Default">Flag that indicates whether customer shipping address is the dafault. Valid values:  - &#x60;true&#x60;: Shipping Address is customer&#39;s default.  - &#x60;false&#x60;: Shipping Address is not customer&#39;s default. .</param>
 /// <param name="ShipTo">ShipTo.</param>
 /// <param name="Metadata">Metadata.</param>
 public Tmsv2customersEmbeddedDefaultShippingAddress(Tmsv2customersEmbeddedDefaultShippingAddressLinks Links = default(Tmsv2customersEmbeddedDefaultShippingAddressLinks), string Id = default(string), bool?_Default = default(bool?), Tmsv2customersEmbeddedDefaultShippingAddressShipTo ShipTo = default(Tmsv2customersEmbeddedDefaultShippingAddressShipTo), Tmsv2customersEmbeddedDefaultShippingAddressMetadata Metadata = default(Tmsv2customersEmbeddedDefaultShippingAddressMetadata))
 {
     this.Links    = Links;
     this.Id       = Id;
     this._Default = _Default;
     this.ShipTo   = ShipTo;
     this.Metadata = Metadata;
 }