@@ -166,15 +166,24 @@ public static class Available extends StripeObject {
166
166
@ Setter
167
167
@ EqualsAndHashCode (callSuper = false )
168
168
public static class SourceTypes extends StripeObject {
169
- /** Amount for bank account. */
169
+ /**
170
+ * Amount coming from <a href="https://docs.stripe.com/ach-deprecated">legacy US ACH
171
+ * payments</a>.
172
+ */
170
173
@ SerializedName ("bank_account" )
171
174
Long bankAccount ;
172
175
173
- /** Amount for card. */
176
+ /**
177
+ * Amount coming from most payment methods, including cards as well as <a
178
+ * href="https://docs.stripe.com/payments/bank-debits">non-legacy bank debits</a>.
179
+ */
174
180
@ SerializedName ("card" )
175
181
Long card ;
176
182
177
- /** Amount for FPX. */
183
+ /**
184
+ * Amount coming from <a href="https://docs.stripe.com/payments/fpx">FPX</a>, a Malaysian
185
+ * payment method.
186
+ */
178
187
@ SerializedName ("fpx" )
179
188
Long fpx ;
180
189
}
@@ -211,15 +220,24 @@ public static class ConnectReserved extends StripeObject {
211
220
@ Setter
212
221
@ EqualsAndHashCode (callSuper = false )
213
222
public static class SourceTypes extends StripeObject {
214
- /** Amount for bank account. */
223
+ /**
224
+ * Amount coming from <a href="https://docs.stripe.com/ach-deprecated">legacy US ACH
225
+ * payments</a>.
226
+ */
215
227
@ SerializedName ("bank_account" )
216
228
Long bankAccount ;
217
229
218
- /** Amount for card. */
230
+ /**
231
+ * Amount coming from most payment methods, including cards as well as <a
232
+ * href="https://docs.stripe.com/payments/bank-debits">non-legacy bank debits</a>.
233
+ */
219
234
@ SerializedName ("card" )
220
235
Long card ;
221
236
222
- /** Amount for FPX. */
237
+ /**
238
+ * Amount coming from <a href="https://docs.stripe.com/payments/fpx">FPX</a>, a Malaysian
239
+ * payment method.
240
+ */
223
241
@ SerializedName ("fpx" )
224
242
Long fpx ;
225
243
}
@@ -279,15 +297,24 @@ public static class NetAvailable extends StripeObject {
279
297
@ Setter
280
298
@ EqualsAndHashCode (callSuper = false )
281
299
public static class SourceTypes extends StripeObject {
282
- /** Amount for bank account. */
300
+ /**
301
+ * Amount coming from <a href="https://docs.stripe.com/ach-deprecated">legacy US ACH
302
+ * payments</a>.
303
+ */
283
304
@ SerializedName ("bank_account" )
284
305
Long bankAccount ;
285
306
286
- /** Amount for card. */
307
+ /**
308
+ * Amount coming from most payment methods, including cards as well as <a
309
+ * href="https://docs.stripe.com/payments/bank-debits">non-legacy bank debits</a>.
310
+ */
287
311
@ SerializedName ("card" )
288
312
Long card ;
289
313
290
- /** Amount for FPX. */
314
+ /**
315
+ * Amount coming from <a href="https://docs.stripe.com/payments/fpx">FPX</a>, a Malaysian
316
+ * payment method.
317
+ */
291
318
@ SerializedName ("fpx" )
292
319
Long fpx ;
293
320
}
@@ -301,15 +328,24 @@ public static class SourceTypes extends StripeObject {
301
328
@ Setter
302
329
@ EqualsAndHashCode (callSuper = false )
303
330
public static class SourceTypes extends StripeObject {
304
- /** Amount for bank account. */
331
+ /**
332
+ * Amount coming from <a href="https://docs.stripe.com/ach-deprecated">legacy US ACH
333
+ * payments</a>.
334
+ */
305
335
@ SerializedName ("bank_account" )
306
336
Long bankAccount ;
307
337
308
- /** Amount for card. */
338
+ /**
339
+ * Amount coming from most payment methods, including cards as well as <a
340
+ * href="https://docs.stripe.com/payments/bank-debits">non-legacy bank debits</a>.
341
+ */
309
342
@ SerializedName ("card" )
310
343
Long card ;
311
344
312
- /** Amount for FPX. */
345
+ /**
346
+ * Amount coming from <a href="https://docs.stripe.com/payments/fpx">FPX</a>, a Malaysian
347
+ * payment method.
348
+ */
313
349
@ SerializedName ("fpx" )
314
350
Long fpx ;
315
351
}
@@ -358,15 +394,24 @@ public static class Available extends StripeObject {
358
394
@ Setter
359
395
@ EqualsAndHashCode (callSuper = false )
360
396
public static class SourceTypes extends StripeObject {
361
- /** Amount for bank account. */
397
+ /**
398
+ * Amount coming from <a href="https://docs.stripe.com/ach-deprecated">legacy US ACH
399
+ * payments</a>.
400
+ */
362
401
@ SerializedName ("bank_account" )
363
402
Long bankAccount ;
364
403
365
- /** Amount for card. */
404
+ /**
405
+ * Amount coming from most payment methods, including cards as well as <a
406
+ * href="https://docs.stripe.com/payments/bank-debits">non-legacy bank debits</a>.
407
+ */
366
408
@ SerializedName ("card" )
367
409
Long card ;
368
410
369
- /** Amount for FPX. */
411
+ /**
412
+ * Amount coming from <a href="https://docs.stripe.com/payments/fpx">FPX</a>, a Malaysian
413
+ * payment method.
414
+ */
370
415
@ SerializedName ("fpx" )
371
416
Long fpx ;
372
417
}
@@ -404,15 +449,24 @@ public static class Pending extends StripeObject {
404
449
@ Setter
405
450
@ EqualsAndHashCode (callSuper = false )
406
451
public static class SourceTypes extends StripeObject {
407
- /** Amount for bank account. */
452
+ /**
453
+ * Amount coming from <a href="https://docs.stripe.com/ach-deprecated">legacy US ACH
454
+ * payments</a>.
455
+ */
408
456
@ SerializedName ("bank_account" )
409
457
Long bankAccount ;
410
458
411
- /** Amount for card. */
459
+ /**
460
+ * Amount coming from most payment methods, including cards as well as <a
461
+ * href="https://docs.stripe.com/payments/bank-debits">non-legacy bank debits</a>.
462
+ */
412
463
@ SerializedName ("card" )
413
464
Long card ;
414
465
415
- /** Amount for FPX. */
466
+ /**
467
+ * Amount coming from <a href="https://docs.stripe.com/payments/fpx">FPX</a>, a Malaysian
468
+ * payment method.
469
+ */
416
470
@ SerializedName ("fpx" )
417
471
Long fpx ;
418
472
}
0 commit comments