Skip to content

Commit 56d5f49

Browse files
Update generated code for v2099 and
1 parent 070277e commit 56d5f49

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

API_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
173b24e412b55604d1775225f1560f5218fbaeca
1+
577fcb57736b925392ea563c0284df9002c75ac9

OPENAPI_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2096
1+
v2099

src/main/java/com/stripe/param/PaymentMethodListParams.java

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,9 @@ public class PaymentMethodListParams extends ApiRequestParams {
5656
String startingAfter;
5757

5858
/**
59-
* An optional filter on the list, based on the object {@code type} field. Without the filter, the
60-
* list includes all current and future payment method types. If your integration expects only one
61-
* type of payment method in the response, make sure to provide a type value in the request.
59+
* Filters the list by the object {@code type} field. Unfiltered, the list returns all payment
60+
* method types except {@code custom}. If your integration expects only one type of payment method
61+
* in the response, specify that type value in the request to reduce your payload.
6262
*/
6363
@SerializedName("type")
6464
Type type;
@@ -201,10 +201,9 @@ public Builder setStartingAfter(String startingAfter) {
201201
}
202202

203203
/**
204-
* An optional filter on the list, based on the object {@code type} field. Without the filter,
205-
* the list includes all current and future payment method types. If your integration expects
206-
* only one type of payment method in the response, make sure to provide a type value in the
207-
* request.
204+
* Filters the list by the object {@code type} field. Unfiltered, the list returns all payment
205+
* method types except {@code custom}. If your integration expects only one type of payment
206+
* method in the response, specify that type value in the request to reduce your payload.
208207
*/
209208
public Builder setType(PaymentMethodListParams.Type type) {
210209
this.type = type;

0 commit comments

Comments
 (0)