List of all the bills of your account.
The ovh_bill
table can be used to query information about your billing information.
select
id,
date,
price_with_tax
from
ovh_bill;
select
id,
date,
price_with_tax
from
ovh_bill
where
id = 'FRxxxxxxxx';