/// <summary>
 /// Initializes a new instance of the <see cref="Tmsv2customersEmbeddedDefaultPaymentInstrumentLinks" /> class.
 /// </summary>
 /// <param name="Self">Self.</param>
 /// <param name="Customer">Customer.</param>
 public Tmsv2customersEmbeddedDefaultPaymentInstrumentLinks(Tmsv2customersEmbeddedDefaultPaymentInstrumentLinksSelf Self = default(Tmsv2customersEmbeddedDefaultPaymentInstrumentLinksSelf), Tmsv2customersLinksSelf Customer = default(Tmsv2customersLinksSelf))
 {
     this.Self     = Self;
     this.Customer = Customer;
 }
Пример #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Tmsv2customersLinks" /> class.
 /// </summary>
 /// <param name="Self">Self.</param>
 /// <param name="PaymentInstruments">PaymentInstruments.</param>
 /// <param name="ShippingAddress">ShippingAddress.</param>
 public Tmsv2customersLinks(Tmsv2customersLinksSelf Self = default(Tmsv2customersLinksSelf), Tmsv2customersLinksPaymentInstruments PaymentInstruments = default(Tmsv2customersLinksPaymentInstruments), Tmsv2customersLinksShippingAddress ShippingAddress = default(Tmsv2customersLinksShippingAddress))
 {
     this.Self = Self;
     this.PaymentInstruments = PaymentInstruments;
     this.ShippingAddress    = ShippingAddress;
 }