Skip to content

Commit 4f66444

Browse files
Update generated code for v1388
1 parent fb386e5 commit 4f66444

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/stripe/model/capital/FinancingSummary.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ public static class Details extends StripeObject {
106106
* milliseconds since unix epoch.
107107
*/
108108
@SerializedName("advance_paid_out_at")
109-
Long advancePaidOutAt;
109+
BigDecimal advancePaidOutAt;
110110

111111
/** Currency that the financing offer is transacted in. For example, {@code usd}. */
112112
@SerializedName("currency")
@@ -133,7 +133,7 @@ public static class Details extends StripeObject {
133133
* epoch.
134134
*/
135135
@SerializedName("repayments_begin_at")
136-
Long repaymentsBeginAt;
136+
BigDecimal repaymentsBeginAt;
137137

138138
/** Per-transaction rate at which Stripe will withhold funds to repay the financing. */
139139
@SerializedName("withhold_rate")
@@ -150,7 +150,7 @@ public static class CurrentRepaymentInterval extends StripeObject {
150150
* seconds since unix epoch.
151151
*/
152152
@SerializedName("due_at")
153-
Long dueAt;
153+
BigDecimal dueAt;
154154

155155
/** The amount that has already been paid in the current repayment interval. */
156156
@SerializedName("paid_amount")

0 commit comments

Comments
 (0)