Skip to content

Commit

Permalink
Update generated code for v1388
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe-openapi[bot] committed Dec 6, 2024
1 parent c418542 commit a66c52b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions stripe/capital/_financing_summary.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class FinancingSummary(SingletonAPIResource["FinancingSummary"]):

class Details(StripeObject):
class CurrentRepaymentInterval(StripeObject):
due_at: int
due_at: float
"""
The time at which the minimum payment amount will be due. If not met through withholding, the Connected account's linked bank account or account balance will be debited.
Given in seconds since unix epoch.
Expand All @@ -37,7 +37,7 @@ class CurrentRepaymentInterval(StripeObject):
"""
Amount of financing offered, in minor units.
"""
advance_paid_out_at: Optional[int]
advance_paid_out_at: Optional[float]
"""
The time at which the funds were paid out to the connected account's Stripe balance. Given in milliseconds since unix epoch.
"""
Expand All @@ -61,7 +61,7 @@ class CurrentRepaymentInterval(StripeObject):
"""
The balance remaining to be paid on the financing, in minor units.
"""
repayments_begin_at: Optional[int]
repayments_begin_at: Optional[float]
"""
The time at which Capital will begin withholding from payments. Given in seconds since unix epoch.
"""
Expand Down

0 comments on commit a66c52b

Please sign in to comment.