/// <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="InlineResponse20010Relationships" /> class. /// </summary> /// <param name="Category">Category.</param> /// <param name="Contact">Contact.</param> /// <param name="Details">Details.</param> /// <param name="Payments">Payments.</param> /// <param name="PaymentsTx">PaymentsTx.</param> /// <param name="Tags">Tags.</param> /// <param name="Sharings">Sharings.</param> /// <param name="RecurrencePlan">RecurrencePlan.</param> /// <param name="ActiveEDocument">ActiveEDocument.</param> public InlineResponse20010Relationships(CompanyIdbankFeesDataRelationshipsCategory Category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdpurchaseBillsbasicDataRelationshipsSupplier Contact = default(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier), InlineResponse20010RelationshipsDetails Details = default(InlineResponse20010RelationshipsDetails), InlineResponse2014DataRelationshipsPayments Payments = default(InlineResponse2014DataRelationshipsPayments), InlineResponse20010RelationshipsPaymentsTx PaymentsTx = default(InlineResponse20010RelationshipsPaymentsTx), CompanyIdbankFeesDataRelationshipsTags Tags = default(CompanyIdbankFeesDataRelationshipsTags), InlineResponse20010RelationshipsSharings Sharings = default(InlineResponse20010RelationshipsSharings), InlineResponse2019DataRelationshipsRecurrencePlan RecurrencePlan = default(InlineResponse2019DataRelationshipsRecurrencePlan), InlineResponse20010RelationshipsActiveEDocument ActiveEDocument = default(InlineResponse20010RelationshipsActiveEDocument)) { this.Category = Category; this.Contact = Contact; this.Details = Details; this.Payments = Payments; this.PaymentsTx = PaymentsTx; this.Tags = Tags; this.Sharings = Sharings; this.RecurrencePlan = RecurrencePlan; this.ActiveEDocument = ActiveEDocument; }
/// <summary> /// Initializes a new instance of the <see cref="InlineResponse2014DataRelationships" /> class. /// </summary> /// <param name="DebitAccount">DebitAccount.</param> /// <param name="CreditAccount">CreditAccount.</param> /// <param name="Payments">Payments.</param> public InlineResponse2014DataRelationships(InlineResponse2014DataRelationshipsDebitAccount DebitAccount = default(InlineResponse2014DataRelationshipsDebitAccount), InlineResponse2014DataRelationshipsDebitAccount CreditAccount = default(InlineResponse2014DataRelationshipsDebitAccount), InlineResponse2014DataRelationshipsPayments Payments = default(InlineResponse2014DataRelationshipsPayments)) { this.DebitAccount = DebitAccount; this.CreditAccount = CreditAccount; this.Payments = Payments; }