We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0ac48b1 + 529e3f1 commit 39281c4Copy full SHA for 39281c4
src/Client/ServiceDescription/Stripe-v1.0.php
@@ -840,6 +840,11 @@
840
'type' => 'string',
841
'required' => false
842
],
843
+ 'metadata' => [
844
+ 'location' => 'query',
845
+ 'type' => 'array',
846
+ 'required' => false
847
+ ],
848
'expand' => [
849
'description' => 'Allow to expand some properties',
850
'location' => 'query',
src/Client/ServiceDescription/Stripe-v1.1.php
0 commit comments