/// <summary>
 /// Initializes a new instance of the <see cref="TransactionRelationships" /> class.
 /// </summary>
 /// <param name="debitAccount">debitAccount.</param>
 /// <param name="creditAccount">creditAccount.</param>
 /// <param name="payments">payments.</param>
 public TransactionRelationships(TransactionRelationshipsDebitAccount debitAccount = default(TransactionRelationshipsDebitAccount), TransactionRelationshipsDebitAccount creditAccount = default(TransactionRelationshipsDebitAccount), PurchaseBillRelationshipsPayments payments = default(PurchaseBillRelationshipsPayments))
 {
     this.DebitAccount  = debitAccount;
     this.CreditAccount = creditAccount;
     this.Payments      = payments;
 }
Example #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;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="PurchaseBillRelationships" /> class.
 /// </summary>
 /// <param name="category">category.</param>
 /// <param name="spender">spender.</param>
 /// <param name="supplier">supplier.</param>
 /// <param name="details">details.</param>
 /// <param name="payments">payments.</param>
 /// <param name="tags">tags.</param>
 /// <param name="recurrencePlan">recurrencePlan.</param>
 /// <param name="activeEDocument">activeEDocument.</param>
 /// <param name="payTo">payTo.</param>
 public PurchaseBillRelationships(CompanyIdbankFeesDataRelationshipsCategory category = default(CompanyIdbankFeesDataRelationshipsCategory), CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee spender = default(CompanyIdpurchaseBillsbasicDataRelationshipsPaidByEmployee), CompanyIdpurchaseBillsbasicDataRelationshipsSupplier supplier = default(CompanyIdpurchaseBillsbasicDataRelationshipsSupplier), PurchaseBillRelationshipsDetails details = default(PurchaseBillRelationshipsDetails), PurchaseBillRelationshipsPayments payments = default(PurchaseBillRelationshipsPayments), CompanyIdbankFeesDataRelationshipsTags tags = default(CompanyIdbankFeesDataRelationshipsTags), PurchaseBillRelationshipsRecurrencePlan recurrencePlan = default(PurchaseBillRelationshipsRecurrencePlan), PurchaseBillRelationshipsActiveEDocument activeEDocument = default(PurchaseBillRelationshipsActiveEDocument), PurchaseBillRelationshipsPayTo payTo = default(PurchaseBillRelationshipsPayTo))
 {
     this.Category        = category;
     this.Spender         = spender;
     this.Supplier        = supplier;
     this.Details         = details;
     this.Payments        = payments;
     this.Tags            = tags;
     this.RecurrencePlan  = recurrencePlan;
     this.ActiveEDocument = activeEDocument;
     this.PayTo           = payTo;
 }