Method | Description | |
---|---|---|
convertStripeObjectToArray ( array $values ) : array | Recursively converts the PHP Stripe object to an array. | |
convertToStripeObject ( array $resp, array $opts ) : Stripe\StripeObject | array | Converts a response from the Stripe API to the corresponding PHP object. | |
isList ( array | mixed $array ) : boolean | Whether the provided array (or other) is a list rather than a dictionary. | |
utf8 ( string | mixed $value ) : string | mixed |
public static convertStripeObjectToArray ( array $values ) : array | ||
$values | array | The PHP Stripe object to convert. |
return | array |