Skip to content

Commit

Permalink
add reporting category to balance transactions (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnsbty authored Feb 19, 2020
1 parent 88deb5a commit 3fae217
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/stripe/core_resources/balance_transaction.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ defmodule Stripe.BalanceTransaction do
fee: integer,
fee_details: list(Stripe.Types.fee()) | [],
net: integer,
reporting_category: String.t(),
source: Stripe.id() | Stripe.Source.t() | nil,
status: String.t(),
type: String.t()
Expand All @@ -39,6 +40,7 @@ defmodule Stripe.BalanceTransaction do
:fee,
:fee_details,
:net,
:reporting_category,
:source,
:status,
:type
Expand Down

0 comments on commit 3fae217

Please sign in to comment.