Skip to content

Commit

Permalink
Add exchange_rate to the Balance Transaction resource
Browse files Browse the repository at this point in the history
  • Loading branch information
remi-stripe committed Sep 6, 2018
1 parent 5431531 commit 5d4cf2d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Stripe.net/Entities/StripeBalanceTransaction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ public class StripeBalanceTransaction : StripeEntityWithId
[JsonProperty("description")]
public string Description { get; set; }

[JsonProperty("exchange_rate")]
public decimal? ExchangeRate { get; set; }

[JsonProperty("fee")]
public int Fee { get; set; }

Expand Down

0 comments on commit 5d4cf2d

Please sign in to comment.