@@ -567,7 +567,6 @@ public static class PaymentMethodDetails extends StripeObject {
567567 @ SerializedName ("type" )
568568 String type ;
569569
570- /** Details of the US Bank Account used for this payment attempt. */
571570 @ SerializedName ("us_bank_account" )
572571 UsBankAccount usBankAccount ;
573572
@@ -1795,9 +1794,9 @@ public static class Grabpay extends StripeObject {
17951794 public static class Ideal extends StripeObject {
17961795 /**
17971796 * The customer's bank. Can be one of {@code abn_amro}, {@code asn_bank}, {@code bunq}, {@code
1798- * buut}, {@code handelsbanken }, {@code ing }, {@code knab }, {@code moneyou }, {@code n26 },
1799- * {@code nn }, {@code rabobank }, {@code regiobank }, {@code revolut }, {@code sns_bank }, {@code
1800- * triodos_bank}, {@code van_lanschot}, or {@code yoursafe}.
1797+ * buut}, {@code finom }, {@code handelsbanken }, {@code ing }, {@code knab }, {@code moneyou },
1798+ * {@code n26 }, {@code nn }, {@code rabobank }, {@code regiobank }, {@code revolut }, {@code
1799+ * sns_bank}, {@code triodos_bank}, {@code van_lanschot}, or {@code yoursafe}.
18011800 */
18021801 @ SerializedName ("bank" )
18031802 String bank ;
@@ -1806,9 +1805,9 @@ public static class Ideal extends StripeObject {
18061805 * The Bank Identifier Code of the customer's bank.
18071806 *
18081807 * <p>One of {@code ABNANL2A}, {@code ASNBNL21}, {@code BITSNL2A}, {@code BUNQNL2A}, {@code
1809- * BUUTNL2A}, {@code FVLBNL22 }, {@code HANDNL2A }, {@code INGBNL2A }, {@code KNABNL2H }, {@code
1810- * MOYONL21 }, {@code NNBANL2G }, {@code NTSBDEB1 }, {@code RABONL2U }, {@code RBRBNL21 }, {@code
1811- * REVOIE23}, {@code REVOLT21}, {@code SNSBNL2A}, or {@code TRIONL2U}.
1808+ * BUUTNL2A}, {@code FNOMNL22 }, {@code FVLBNL22 }, {@code HANDNL2A }, {@code INGBNL2A }, {@code
1809+ * KNABNL2H }, {@code MOYONL21 }, {@code NNBANL2G }, {@code NTSBDEB1 }, {@code RABONL2U }, {@code
1810+ * RBRBNL21}, {@code REVOIE23}, {@code REVOLT21}, {@code SNSBNL2A}, or {@code TRIONL2U}.
18121811 */
18131812 @ SerializedName ("bic" )
18141813 String bic ;
@@ -1829,6 +1828,10 @@ public static class Ideal extends StripeObject {
18291828 @ SerializedName ("iban_last4" )
18301829 String ibanLast4 ;
18311830
1831+ /** Unique transaction ID generated by iDEAL. */
1832+ @ SerializedName ("transaction_id" )
1833+ String transactionId ;
1834+
18321835 /**
18331836 * Owner's verified full name. Values are verified or provided by iDEAL directly (if
18341837 * supported) at the time of authorization or settlement. They cannot be set or mutated.
@@ -2871,14 +2874,27 @@ public static class Swish extends StripeObject {
28712874 @ EqualsAndHashCode (callSuper = false )
28722875 public static class Twint extends StripeObject {}
28732876
2874- /** Details of the US Bank Account used for this payment attempt. */
2877+ /**
2878+ * For more details about UsBankAccount, please refer to the <a
2879+ * href="https://docs.stripe.com/api">API Reference.</a>
2880+ */
28752881 @ Getter
28762882 @ Setter
28772883 @ EqualsAndHashCode (callSuper = false )
28782884 public static class UsBankAccount extends StripeObject {
2885+ /**
2886+ * The type of entity that holds the account. This can be either 'individual' or 'company'.
2887+ *
2888+ * <p>One of {@code company}, or {@code individual}.
2889+ */
28792890 @ SerializedName ("account_holder_type" )
28802891 String accountHolderType ;
28812892
2893+ /**
2894+ * The type of the bank account. This can be either 'checking' or 'savings'.
2895+ *
2896+ * <p>One of {@code checking}, or {@code savings}.
2897+ */
28822898 @ SerializedName ("account_type" )
28832899 String accountType ;
28842900
@@ -2903,11 +2919,11 @@ public static class UsBankAccount extends StripeObject {
29032919 @ Setter (lombok .AccessLevel .NONE )
29042920 ExpandableField <Mandate > mandate ;
29052921
2906- /** Reference number to locate ACH payments with customer’s bank . */
2922+ /** The ACH payment reference for this transaction . */
29072923 @ SerializedName ("payment_reference" )
29082924 String paymentReference ;
29092925
2910- /** Routing number of the bank account. */
2926+ /** The routing number for the bank account. */
29112927 @ SerializedName ("routing_number" )
29122928 String routingNumber ;
29132929
0 commit comments