Skip to content

Commit e3660ff

Browse files
Update generated code for v1724
1 parent a294b4a commit e3660ff

File tree

4 files changed

+9
-1
lines changed

4 files changed

+9
-1
lines changed

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v1723
1+
v1724

lib/stripe/resources/balance_transaction.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,8 @@ def initialize(
9090
attr_reader :amount
9191
# The date that the transaction's net funds become available in the Stripe balance.
9292
attr_reader :available_on
93+
# The balance that this transaction impacts.
94+
attr_reader :balance_type
9395
# Time at which the object was created. Measured in seconds since the Unix epoch.
9496
attr_reader :created
9597
# Three-letter [ISO currency code](https://www.iso.org/iso-4217-currency-codes.html), in lowercase. Must be a [supported currency](https://stripe.com/docs/currencies).

rbi/stripe.rbi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12158,6 +12158,9 @@ module Stripe
1215812158
# The date that the transaction's net funds become available in the Stripe balance.
1215912159
sig { returns(Integer) }
1216012160
attr_reader :available_on
12161+
# The balance that this transaction impacts.
12162+
sig { returns(String) }
12163+
attr_reader :balance_type
1216112164
# Time at which the object was created. Measured in seconds since the Unix epoch.
1216212165
sig { returns(Integer) }
1216312166
attr_reader :created

rbi/stripe/resources/balance_transaction.rbi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ module Stripe
3131
# The date that the transaction's net funds become available in the Stripe balance.
3232
sig { returns(Integer) }
3333
attr_reader :available_on
34+
# The balance that this transaction impacts.
35+
sig { returns(String) }
36+
attr_reader :balance_type
3437
# Time at which the object was created. Measured in seconds since the Unix epoch.
3538
sig { returns(Integer) }
3639
attr_reader :created

0 commit comments

Comments
 (0)