Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 427 Bytes

ovh_refund_detail.md

File metadata and controls

30 lines (23 loc) · 427 Bytes

Table: ovh_refund_detail

Details of the refund of your account.

The ovh_refund_detail table can be used to query information about your refund information.

Examples

List details of one refund

select
  *
from
  ovh_refund_detail
where
  refund_id = 'AFRxxxxxxx';

Get detail of one refund

select
  *
from
  ovh_refund_detail
where
  refund_id = 'AFRxxxxxxxx'
  and id = 'AFRxxxxxxxx';