コード例 #1
0
 /// <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;
 }
コード例 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="InlineResponse20010Data" /> 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 InlineResponse20010Data(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;
 }