@@ -162,7 +162,7 @@ def list(
162162 page_size : int | Omit = omit ,
163163 result : Literal ["APPROVED" , "DECLINED" ] | Omit = omit ,
164164 starting_after : str | Omit = omit ,
165- status : Literal ["DECLINED" , "PENDING" , "RETURNED" , "SETTLED" ] | Omit = omit ,
165+ status : Literal ["DECLINED" , "PENDING" , "RETURNED" , "REVERSED" , " SETTLED" ] | Omit = omit ,
166166 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
167167 # The extra values given here take precedence over values defined on the client or passed to this method.
168168 extra_headers : Headers | None = None ,
@@ -667,7 +667,7 @@ def list(
667667 page_size : int | Omit = omit ,
668668 result : Literal ["APPROVED" , "DECLINED" ] | Omit = omit ,
669669 starting_after : str | Omit = omit ,
670- status : Literal ["DECLINED" , "PENDING" , "RETURNED" , "SETTLED" ] | Omit = omit ,
670+ status : Literal ["DECLINED" , "PENDING" , "RETURNED" , "REVERSED" , " SETTLED" ] | Omit = omit ,
671671 # Use the following arguments if you need to pass additional parameters to the API that aren't available via kwargs.
672672 # The extra values given here take precedence over values defined on the client or passed to this method.
673673 extra_headers : Headers | None = None ,
0 commit comments