예제 #1
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="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;
 }
예제 #3
0
 /// <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="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;
 }