related_object->url); list($object, $options) = $this->_request('get', $this->related_object->url, [], [ 'stripe_context' => $this->context, ], [], $apiMode); return \Stripe\Util\Util::convertToStripeObject($object, $options, $apiMode); } }