/// <summary>
        /// Returns true if InlineResponse200Meta instances are equal
        /// </summary>
        /// <param name="other">Instance of InlineResponse200Meta to be compared</param>
        /// <returns>Boolean</returns>
        public bool Equals(InlineResponse200Meta other)
        {
            // credit: http://stackoverflow.com/a/10454552/677735
            if (other == null)
            {
                return(false);
            }

            return(true);
        }
 /// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse2019Included" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Type">Type of the resource.</param>
 /// <param name="Meta">Meta.</param>
 /// <param name="Attributes">Attributes.</param>
 /// <param name="Relationships">Relationships.</param>
 public InlineResponse2019Included(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse200Meta Meta = default(InlineResponse200Meta), Object Attributes = default(Object), Object Relationships = default(Object))
 {
     this.Id            = Id;
     this.Type          = Type;
     this.Meta          = Meta;
     this.Attributes    = Attributes;
     this.Relationships = Relationships;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="EDocumentPdf" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Type">Type of the resource.</param>
 /// <param name="Meta">Meta.</param>
 /// <param name="Attributes">Attributes.</param>
 public EDocumentPdf(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse200Meta Meta = default(InlineResponse200Meta), InlineResponse2004DataAttributes Attributes = default(InlineResponse2004DataAttributes))
 {
     this.Id         = Id;
     this.Type       = Type;
     this.Meta       = Meta;
     this.Attributes = Attributes;
 }
Example #4
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Account" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Type">Type of the resource.</param>
 /// <param name="Meta">Meta.</param>
 /// <param name="Attributes">Attributes.</param>
 public Account(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse200Meta Meta = default(InlineResponse200Meta), InlineResponse200Attributes Attributes = default(InlineResponse200Attributes))
 {
     this.Id         = Id;
     this.Type       = Type;
     this.Meta       = Meta;
     this.Attributes = Attributes;
 }
Example #5
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Transaction" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Type">Type of the resource.</param>
 /// <param name="Meta">Meta.</param>
 /// <param name="Attributes">Attributes.</param>
 /// <param name="Relationships">Relationships.</param>
 public Transaction(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse200Meta Meta = default(InlineResponse200Meta), InlineResponse2014DataAttributes Attributes = default(InlineResponse2014DataAttributes), InlineResponse2014DataRelationships Relationships = default(InlineResponse2014DataRelationships))
 {
     this.Id            = Id;
     this.Type          = Type;
     this.Meta          = Meta;
     this.Attributes    = Attributes;
     this.Relationships = Relationships;
 }
Example #6
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse2009Data" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Type">Type of the resource.</param>
 /// <param name="Meta">Meta.</param>
 /// <param name="Attributes">Attributes.</param>
 /// <param name="Relationships">Relationships.</param>
 public InlineResponse2009Data(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse200Meta Meta = default(InlineResponse200Meta), InlineResponse2009Attributes Attributes = default(InlineResponse2009Attributes), CompanyIdemployeesDataRelationships Relationships = default(CompanyIdemployeesDataRelationships))
 {
     this.Id            = Id;
     this.Type          = Type;
     this.Meta          = Meta;
     this.Attributes    = Attributes;
     this.Relationships = Relationships;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ItemCategory" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Type">Type of the resource.</param>
 /// <param name="Meta">Meta.</param>
 /// <param name="Attributes">Attributes.</param>
 /// <param name="Relationships">Relationships.</param>
 public ItemCategory(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse200Meta Meta = default(InlineResponse200Meta), InlineResponse2008Attributes Attributes = default(InlineResponse2008Attributes), InlineResponse2008Relationships Relationships = default(InlineResponse2008Relationships))
 {
     this.Id            = Id;
     this.Type          = Type;
     this.Meta          = Meta;
     this.Attributes    = Attributes;
     this.Relationships = Relationships;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SalesInvoice" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Type">Type of the resource.</param>
 /// <param name="Meta">Meta.</param>
 /// <param name="Attributes">Attributes.</param>
 /// <param name="Relationships">Relationships.</param>
 public SalesInvoice(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse200Meta Meta = default(InlineResponse200Meta), InlineResponse20010Attributes Attributes = default(InlineResponse20010Attributes), InlineResponse20010Relationships Relationships = default(InlineResponse20010Relationships))
 {
     this.Id            = Id;
     this.Type          = Type;
     this.Meta          = Meta;
     this.Attributes    = Attributes;
     this.Relationships = Relationships;
 }
Example #9
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ContactPerson" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Type">Type of the resource.</param>
 /// <param name="Meta">Meta.</param>
 /// <param name="Attributes">Attributes.</param>
 public ContactPerson(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse200Meta Meta = default(InlineResponse200Meta), CompanyIdcontactsDataRelationshipsContactPeopleAttributes Attributes = default(CompanyIdcontactsDataRelationshipsContactPeopleAttributes))
 {
     this.Id         = Id;
     this.Type       = Type;
     this.Meta       = Meta;
     this.Attributes = Attributes;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="ContactPaymentForm" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Type">Type of the resource.</param>
 /// <param name="Meta">Meta.</param>
 /// <param name="Attributes">Attributes.</param>
 public ContactPaymentForm(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse200Meta Meta = default(InlineResponse200Meta), CompanyIdcontactsidcontactCreditTransactionsDataAttributes Attributes = default(CompanyIdcontactsidcontactCreditTransactionsDataAttributes))
 {
     this.Id         = Id;
     this.Type       = Type;
     this.Meta       = Meta;
     this.Attributes = Attributes;
 }
Example #11
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PurchaseBillBasicForm" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Type">Type of the resource.</param>
 /// <param name="Meta">Meta.</param>
 /// <param name="Attributes">Attributes.</param>
 public PurchaseBillBasicForm(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse200Meta Meta = default(InlineResponse200Meta), CompanyIdpurchaseBillsbasicDataAttributes Attributes = default(CompanyIdpurchaseBillsbasicDataAttributes))
 {
     this.Id         = Id;
     this.Type       = Type;
     this.Meta       = Meta;
     this.Attributes = Attributes;
 }
Example #12
0
 /// <summary>
 /// Initializes a new instance of the <see cref="Salary" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Type">Type of the resource.</param>
 /// <param name="Meta">Meta.</param>
 /// <param name="Attributes">Attributes.</param>
 /// <param name="Relationships">Relationships.</param>
 public Salary(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse200Meta Meta = default(InlineResponse200Meta), CompanyIdbankFeesDataAttributes Attributes = default(CompanyIdbankFeesDataAttributes), CompanyIdsalariesDataRelationships Relationships = default(CompanyIdsalariesDataRelationships))
 {
     this.Id            = Id;
     this.Type          = Type;
     this.Meta          = Meta;
     this.Attributes    = Attributes;
     this.Relationships = Relationships;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="SalesInvoiceDetail" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Type">Type of the resource.</param>
 /// <param name="Meta">Meta.</param>
 /// <param name="Attributes">Attributes.</param>
 /// <param name="Relationships">Relationships.</param>
 public SalesInvoiceDetail(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse200Meta Meta = default(InlineResponse200Meta), CompanyIdsalesInvoicesDataRelationshipsDetailsAttributes Attributes = default(CompanyIdsalesInvoicesDataRelationshipsDetailsAttributes), CompanyIdpurchaseBillsdetailedDataRelationshipsDetailsRelationships Relationships = default(CompanyIdpurchaseBillsdetailedDataRelationshipsDetailsRelationships))
 {
     this.Id            = Id;
     this.Type          = Type;
     this.Meta          = Meta;
     this.Attributes    = Attributes;
     this.Relationships = Relationships;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="TrackableJob" /> class.
 /// </summary>
 /// <param name="Id">Id.</param>
 /// <param name="Type">Type of the resource.</param>
 /// <param name="Meta">Meta.</param>
 /// <param name="Attributes">Attributes.</param>
 public TrackableJob(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse200Meta Meta = default(InlineResponse200Meta), InlineResponse2015DataAttributes Attributes = default(InlineResponse2015DataAttributes))
 {
     this.Id         = Id;
     this.Type       = Type;
     this.Meta       = Meta;
     this.Attributes = Attributes;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse2015" /> class.
 /// </summary>
 /// <param name="Data">Data.</param>
 public InlineResponse2015(InlineResponse200Meta Meta    = default(InlineResponse200Meta)
                           , InlineResponse2015Data Data = default(InlineResponse2015Data)
                           )
 {
     this.Data = Data;
 }