/// <summary> /// Initializes a new instance of the <see cref="CompanyIdsalariesDataRelationships" /> class. /// </summary> /// <param name="Employee">Employee.</param> /// <param name="Category">Category.</param> /// <param name="Tags">Tags.</param> public CompanyIdsalariesDataRelationships(CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee Employee = default(CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee), CompanyIdbankFeesDataRelationshipsCategory Category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdbankFeesDataRelationshipsTags Tags = default(CompanyIdbankFeesDataRelationshipsTags)) { this.Employee = Employee; this.Category = Category; this.Tags = Tags; }
/// <summary> /// Initializes a new instance of the <see cref="InlineResponse2019DataRelationships" /> class. /// </summary> /// <param name="Category">Category.</param> /// <param name="Spender">Spender.</param> /// <param name="Supplier">Supplier.</param> /// <param name="Payments">Payments.</param> /// <param name="Tags">Tags.</param> /// <param name="RecurrencePlan">RecurrencePlan.</param> /// <param name="ActiveEDocument">ActiveEDocument.</param> public InlineResponse2019DataRelationships(CompanyIdbankFeesDataRelationshipsCategory Category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee Spender = default(CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee), CompanyIdpurchaseBillsbasicDataRelationshipsSupplier Supplier = default(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier), InlineResponse2014DataRelationshipsPayments Payments = default(InlineResponse2014DataRelationshipsPayments), CompanyIdbankFeesDataRelationshipsTags Tags = default(CompanyIdbankFeesDataRelationshipsTags), InlineResponse2019DataRelationshipsRecurrencePlan RecurrencePlan = default(InlineResponse2019DataRelationshipsRecurrencePlan), InlineResponse2019DataRelationshipsActiveEDocument ActiveEDocument = default(InlineResponse2019DataRelationshipsActiveEDocument)) { this.Category = Category; this.Spender = Spender; this.Supplier = Supplier; this.Payments = Payments; this.Tags = Tags; this.RecurrencePlan = RecurrencePlan; this.ActiveEDocument = ActiveEDocument; }
/// <summary> /// Initializes a new instance of the <see cref="CompanyIdpurchaseBillsdetailedDataRelationships" /> class. /// </summary> /// <param name="Details">Details.</param> /// <param name="Supplier">Supplier.</param> /// <param name="PaidByEmployee">PaidByEmployee.</param> /// <param name="Category">Category.</param> /// <param name="Tags">Tags.</param> public CompanyIdpurchaseBillsdetailedDataRelationships(CompanyIdpurchaseBillsdetailedDataRelationshipsDetails Details = default(CompanyIdpurchaseBillsdetailedDataRelationshipsDetails), CompanyIdpurchaseBillsbasicDataRelationshipsSupplier Supplier = default(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier), CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee PaidByEmployee = default(CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee), CompanyIdbankFeesDataRelationshipsCategory Category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdbankFeesDataRelationshipsTags Tags = default(CompanyIdbankFeesDataRelationshipsTags)) { this.Details = Details; this.Supplier = Supplier; this.PaidByEmployee = PaidByEmployee; this.Category = Category; this.Tags = Tags; }