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 {
106
106
* milliseconds since unix epoch.
107
107
*/
108
108
@ SerializedName ("advance_paid_out_at" )
109
- Long advancePaidOutAt ;
109
+ BigDecimal advancePaidOutAt ;
110
110
111
111
/** Currency that the financing offer is transacted in. For example, {@code usd}. */
112
112
@ SerializedName ("currency" )
@@ -133,7 +133,7 @@ public static class Details extends StripeObject {
133
133
* epoch.
134
134
*/
135
135
@ SerializedName ("repayments_begin_at" )
136
- Long repaymentsBeginAt ;
136
+ BigDecimal repaymentsBeginAt ;
137
137
138
138
/** Per-transaction rate at which Stripe will withhold funds to repay the financing. */
139
139
@ SerializedName ("withhold_rate" )
@@ -150,7 +150,7 @@ public static class CurrentRepaymentInterval extends StripeObject {
150
150
* seconds since unix epoch.
151
151
*/
152
152
@ SerializedName ("due_at" )
153
- Long dueAt ;
153
+ BigDecimal dueAt ;
154
154
155
155
/** The amount that has already been paid in the current repayment interval. */
156
156
@ SerializedName ("paid_amount" )
You can’t perform that action at this time.
0 commit comments