Skip to content

Commit 45965a4

Browse files
committed
Automated update
1 parent 2357f77 commit 45965a4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

spec3.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137656,7 +137656,7 @@
137656137656
"style": "form"
137657137657
},
137658137658
{
137659-
"description": "An optional filter on the list, based on the object `type` field. Without the filter, the list includes all current and future payment method types. If your integration expects only one type of payment method in the response, make sure to provide a type value in the request.",
137659+
"description": "Filters the list by the object `type` field. Unfiltered, the list returns all payment method types except `custom`. If your integration expects only one type of payment method in the response, specify that type value in the request to reduce your payload.",
137660137660
"in": "query",
137661137661
"name": "type",
137662137662
"required": false,

src/V1/Payment_methods/Payment_methodsRequestBuilder.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ public partial class Payment_methodsRequestBuilderGetQueryParameters
198198
[QueryParameter("starting_after")]
199199
public string StartingAfter { get; set; }
200200
#endif
201-
/// <summary>An optional filter on the list, based on the object `type` field. Without the filter, the list includes all current and future payment method types. If your integration expects only one type of payment method in the response, make sure to provide a type value in the request.</summary>
201+
/// <summary>Filters the list by the object `type` field. Unfiltered, the list returns all payment method types except `custom`. If your integration expects only one type of payment method in the response, specify that type value in the request to reduce your payload.</summary>
202202
[QueryParameter("type")]
203203
public global::Soenneker.Stripe.OpenApiClient.V1.Payment_methods.GetTypeQueryParameterType? Type { get; set; }
204204
}

src/kiota-lock.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"descriptionHash": "9F80BB4EFC3AEB4AD1EFDF37B161017EED4584076AD5F1315CE902D6EC4F30CCF29769E6F897E58291643E4E732BFB2E37E46820542E4BDD943B76B8C93B5EBD",
2+
"descriptionHash": "31F35E41655989530674C8B042234654C85DDDADA26655FDCA677EDC0FA910DC67CF63B0C1D659A77FD6556F3CBCD1AE055ABCCE2791F1DE18DD95424CF7AD69",
33
"descriptionLocation": "../spec3.json",
44
"lockFileVersion": "1.0.0",
55
"kiotaVersion": "1.28.0",

0 commit comments

Comments
 (0)