/// <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>
 public CompanyIdsalesInvoicesDataRelationships(CompanyIdsalesInvoicesDataRelationshipsDetails Details = default(CompanyIdsalesInvoicesDataRelationshipsDetails), CompanyIdpurchaseBillsbasicDataRelationshipsSupplier Contact = default(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier), CompanyIdbankFeesDataRelationshipsCategory Category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdbankFeesDataRelationshipsTags Tags = default(CompanyIdbankFeesDataRelationshipsTags))
 {
     this.Details  = Details;
     this.Contact  = Contact;
     this.Category = Category;
     this.Tags     = Tags;
 }
Esempio n. 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CompanyIdpurchaseBillsbasicDataRelationships" /> class.
 /// </summary>
 /// <param name="Supplier">Supplier.</param>
 /// <param name="PaidByEmployee">PaidByEmployee.</param>
 /// <param name="Category">Category.</param>
 /// <param name="Tags">Tags.</param>
 public CompanyIdpurchaseBillsbasicDataRelationships(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier Supplier = default(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier), CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee PaidByEmployee = default(CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee), CompanyIdbankFeesDataRelationshipsCategory Category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdbankFeesDataRelationshipsTags Tags = default(CompanyIdbankFeesDataRelationshipsTags))
 {
     this.Supplier       = Supplier;
     this.PaidByEmployee = PaidByEmployee;
     this.Category       = Category;
     this.Tags           = Tags;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="CompanyIdbankFeesDataRelationships" /> class.
 /// </summary>
 /// <param name="Category">Category.</param>
 /// <param name="Tags">Tags.</param>
 public CompanyIdbankFeesDataRelationships(CompanyIdbankFeesDataRelationshipsCategory Category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdbankFeesDataRelationshipsTags Tags = default(CompanyIdbankFeesDataRelationshipsTags))
 {
     this.Category = Category;
     this.Tags     = Tags;
 }