/// <summary> /// Initializes a new instance of the <see cref="CompanyIdsalesInvoicesData" /> class. /// </summary> /// <param name="Id">Id.</param> /// <param name="Type">Type of the resource.</param> /// <param name="Attributes">Attributes.</param> /// <param name="Relationships">Relationships.</param> public CompanyIdsalesInvoicesData(string Id = default(string), TypeEnum?Type = default(TypeEnum?), InlineResponse20010Attributes Attributes = default(InlineResponse20010Attributes), CompanyIdsalesInvoicesDataRelationships Relationships = default(CompanyIdsalesInvoicesDataRelationships)) { this.Id = Id; this.Type = Type; 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; }