We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f3d4a52 + a3edcde commit 535dd10Copy full SHA for 535dd10
1 file changed
BitPay/Models/Invoice/MinerFeesItem.cs
@@ -8,7 +8,7 @@ namespace BitPay.Models.Invoice
8
public class MinerFeesItem
9
{
10
[JsonProperty(PropertyName = "satoshisPerByte")]
11
- public int? SatoshisPerByte { get; set; }
+ public decimal? SatoshisPerByte { get; set; }
12
13
[JsonProperty(PropertyName = "totalFee")]
14
public int? TotalFee { get; set; }
0 commit comments