Details of the bill of your account.
The ovh_bill_detail
table can be used to query information about your billing information.
select
*
from
ovh_bill_detail
where
bill_id = 'FRxxxxxx';
select
*
from
ovh_bill_detail
where
bill_id = 'FRxxxxxxxx'
and id = 'FRxxxxxxxx';