Skip to content

Commit

Permalink
Update EquipmentObjectModel.cs (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
kundu-ramit123 authored Dec 6, 2023
1 parent b264419 commit c4209af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HubSpot.NET/Api/CustomObject/EquipmentObjectModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ public class HubspotEquipmentObjectModel : IHubSpotModel
public string? TimeBetweenPostedAndFirstBuyer { get; set; }

[DataMember(Name = "warranty_eligible")]
public bool? WarrantyEligible { get; set; }
public string? WarrantyEligible { get; set; }

[DataMember(Name = "year")]
public string? Year { get; set; }
Expand Down

0 comments on commit c4209af

Please sign in to comment.