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


Top ↑

Return Return

(StripeUtilRequestOptions)


Top ↑

Source Source

File: includes/gateways/stripe/vendor/stripe/stripe-php/lib/Util/RequestOptions.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.