diff --git a/ShopifySharp/Entities/TaxLine.cs b/ShopifySharp/Entities/TaxLine.cs index 6615cba6..7424523b 100644 --- a/ShopifySharp/Entities/TaxLine.cs +++ b/ShopifySharp/Entities/TaxLine.cs @@ -8,7 +8,7 @@ public class TaxLine /// Whether the channel that submitted the tax line is responsible for remitting it. /// [JsonProperty("channelLiable")] - public bool ChannelLiable { get; set; } + public bool? ChannelLiable { get; set; } /// /// The amount of tax to be charged.