File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/stripe/model/capital Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments