Stripe\SubscriptionItem::className PHP Метод

className() публичный статический Метод

This is a special case because the subscription items endpoint has an underscore in it. The parent className function strips underscores.
public static className ( ) : string
Результат string The name of the class.
    public static function className()
    {
        return 'subscription_item';
    }