RequestOptions::parse( null|array|StripeUtilRequestOptions|string $options, bool $strict = false )
Unpacks an options array into an RequestOptions object.
Description Description
Parameters Parameters
- $options
-
(Required) a key => value array
- $strict
-
(Optional) when true, forbid string form and arbitrary keys in array form
Default value: false
Return Return
(StripeUtilRequestOptions)
Source Source
File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Util/RequestOptions.php