Details of the refund of your account.
The ovh_refund_detail
table can be used to query information about your refund information.
select
*
from
ovh_refund_detail
where
refund_id = 'AFRxxxxxxx';
select
*
from
ovh_refund_detail
where
refund_id = 'AFRxxxxxxxx'
and id = 'AFRxxxxxxxx';