/// <summary>
 /// Initializes a new instance of the <see cref="CompanyIdsalesInvoicesDataRelationships" /> class.
 /// </summary>
 /// <param name="details">details.</param>
 /// <param name="contact">contact.</param>
 /// <param name="category">category.</param>
 /// <param name="tags">tags.</param>
 /// <param name="salesOffer">salesOffer.</param>
 public CompanyIdsalesInvoicesDataRelationships(CompanyIdsalesInvoicesDataRelationshipsDetails details = default(CompanyIdsalesInvoicesDataRelationshipsDetails), CompanyIdpurchaseBillsbasicDataRelationshipsSupplier contact = default(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier), CompanyIdbankFeesDataRelationshipsCategory category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdbankFeesDataRelationshipsTags tags = default(CompanyIdbankFeesDataRelationshipsTags), CompanyIdsalesInvoicesDataRelationshipsSalesOffer salesOffer = default(CompanyIdsalesInvoicesDataRelationshipsSalesOffer))
 {
     this.Details    = details;
     this.Contact    = contact;
     this.Category   = category;
     this.Tags       = tags;
     this.SalesOffer = salesOffer;
 }
示例#2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="SalesInvoiceRelationships" /> class.
 /// </summary>
 /// <param name="category">category.</param>
 /// <param name="contact">contact.</param>
 /// <param name="details">details.</param>
 /// <param name="payments">payments.</param>
 /// <param name="tags">tags.</param>
 /// <param name="salesOffer">salesOffer.</param>
 /// <param name="sharings">sharings.</param>
 /// <param name="recurrencePlan">recurrencePlan.</param>
 /// <param name="activeEDocument">activeEDocument.</param>
 public SalesInvoiceRelationships(CompanyIdbankFeesDataRelationshipsCategory category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdpurchaseBillsbasicDataRelationshipsSupplier contact = default(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier), SalesInvoiceRelationshipsDetails details = default(SalesInvoiceRelationshipsDetails), PurchaseBillRelationshipsPayments payments = default(PurchaseBillRelationshipsPayments), CompanyIdbankFeesDataRelationshipsTags tags = default(CompanyIdbankFeesDataRelationshipsTags), CompanyIdsalesInvoicesDataRelationshipsSalesOffer salesOffer = default(CompanyIdsalesInvoicesDataRelationshipsSalesOffer), SalesInvoiceRelationshipsSharings sharings = default(SalesInvoiceRelationshipsSharings), PurchaseBillRelationshipsRecurrencePlan recurrencePlan = default(PurchaseBillRelationshipsRecurrencePlan), SalesInvoiceRelationshipsActiveEDocument activeEDocument = default(SalesInvoiceRelationshipsActiveEDocument))
 {
     this.Category        = category;
     this.Contact         = contact;
     this.Details         = details;
     this.Payments        = payments;
     this.Tags            = tags;
     this.SalesOffer      = salesOffer;
     this.Sharings        = sharings;
     this.RecurrencePlan  = recurrencePlan;
     this.ActiveEDocument = activeEDocument;
 }