You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .generated/docs/CommerceApi.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ end
29
29
opts = {
30
30
paginated:true, # Boolean | Whether to paginate the results. If true, the results will be paginated. If false, the results will not be paginated.
31
31
limit:56, # Integer | Applies a limit to the number of results returned. Can be used for paginating the results together with `offset`.
32
-
offset:56# Integer | Skip the first `offset` results when paginating. Needs to be an integer greater or equal to zero. To be used in conjunction with `limit`.
32
+
offset:56, # Integer | Skip the first `offset` results when paginating. Needs to be an integer greater or equal to zero. To be used in conjunction with `limit`.
33
+
payer_type:'user'# String | Filter plans by payer type
33
34
}
34
35
35
36
begin
@@ -66,6 +67,7 @@ end
66
67
|**paginated**|**Boolean**| Whether to paginate the results. If true, the results will be paginated. If false, the results will not be paginated. |[optional]|
67
68
|**limit**|**Integer**| Applies a limit to the number of results returned. Can be used for paginating the results together with `offset`. |[optional][default to 10]|
68
69
|**offset**|**Integer**| Skip the first `offset` results when paginating. Needs to be an integer greater or equal to zero. To be used in conjunction with `limit`. |[optional][default to 0]|
70
+
|**payer_type**|**String**| Filter plans by payer type |[optional]|
0 commit comments