@@ -1430,6 +1430,12 @@ public static class AcssDebit extends StripeObject {
14301430 @ SerializedName ("bank_name" )
14311431 String bankName ;
14321432
1433+ /**
1434+ * Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.
1435+ */
1436+ @ SerializedName ("expected_debit_date" )
1437+ String expectedDebitDate ;
1438+
14331439 /**
14341440 * Uniquely identifies this particular bank account. You can use this attribute to check
14351441 * whether two bank accounts are the same.
@@ -1653,6 +1659,12 @@ public static class AuBecsDebit extends StripeObject {
16531659 @ SerializedName ("bsb_number" )
16541660 String bsbNumber ;
16551661
1662+ /**
1663+ * Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.
1664+ */
1665+ @ SerializedName ("expected_debit_date" )
1666+ String expectedDebitDate ;
1667+
16561668 /**
16571669 * Uniquely identifies this particular bank account. You can use this attribute to check
16581670 * whether two bank accounts are the same.
@@ -1677,6 +1689,12 @@ public static class AuBecsDebit extends StripeObject {
16771689 @ Setter
16781690 @ EqualsAndHashCode (callSuper = false )
16791691 public static class BacsDebit extends StripeObject {
1692+ /**
1693+ * Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.
1694+ */
1695+ @ SerializedName ("expected_debit_date" )
1696+ String expectedDebitDate ;
1697+
16801698 /**
16811699 * Uniquely identifies this particular bank account. You can use this attribute to check
16821700 * whether two bank accounts are the same.
@@ -3522,6 +3540,12 @@ public static class NzBankAccount extends StripeObject {
35223540 @ SerializedName ("branch_code" )
35233541 String branchCode ;
35243542
3543+ /**
3544+ * Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.
3545+ */
3546+ @ SerializedName ("expected_debit_date" )
3547+ String expectedDebitDate ;
3548+
35253549 /** Last four digits of the bank account number. */
35263550 @ SerializedName ("last4" )
35273551 String last4 ;
@@ -3972,6 +3996,12 @@ public static class SepaDebit extends StripeObject {
39723996 @ SerializedName ("country" )
39733997 String country ;
39743998
3999+ /**
4000+ * Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.
4001+ */
4002+ @ SerializedName ("expected_debit_date" )
4003+ String expectedDebitDate ;
4004+
39754005 /**
39764006 * Uniquely identifies this particular bank account. You can use this attribute to check
39774007 * whether two bank accounts are the same.
@@ -4194,6 +4224,12 @@ public static class UsBankAccount extends StripeObject {
41944224 @ SerializedName ("bank_name" )
41954225 String bankName ;
41964226
4227+ /**
4228+ * Estimated date to debit the customer's bank account. A date string in YYYY-MM-DD format.
4229+ */
4230+ @ SerializedName ("expected_debit_date" )
4231+ String expectedDebitDate ;
4232+
41974233 /**
41984234 * Uniquely identifies this particular bank account. You can use this attribute to check
41994235 * whether two bank accounts are the same.
0 commit comments