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

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

public static update ( string $id, array | null $params = null, array | string | null $options = null ) : SubscriptionItem
$id string The ID of the subscription item to update.
$params array | null
$options array | string | null
Результат SubscriptionItem The updated subscription item.
    public static function update($id, $params = null, $options = null)
    {
        return self::_update($id, $params, $options);
    }