ovh_billovh_bill_detailovh_cloud_ai_appovh_cloud_ai_jobovh_cloud_ai_notebookovh_cloud_data_jobovh_cloud_databaseovh_cloud_flavorovh_cloud_imageovh_cloud_instanceovh_cloud_postgresovh_cloud_projectovh_cloud_regionovh_cloud_ssh_keyovh_cloud_storage_s3ovh_cloud_storage_swiftovh_cloud_volumeovh_cloud_volume_snapshotovh_refundovh_refund_detail
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_detailwhere refund_id = 'AFRxxxxxxx';
Get detail of one refund
select *from ovh_refund_detailwhere refund_id = 'AFRxxxxxxxx' and id = 'AFRxxxxxxxx';
Schema for ovh_refund_detail
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
description | text | Description of detail. | |
domain | text | Domain. | |
id | text | = | ID of detail's refund. |
quantity | text | Quantity of detail. | |
refund_id | text | = | ID of refund detail. |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. | |
total_price | double precision | Total price of this detail. | |
unit_price | double precision | Unit price of this detail. |