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
List of all the refunds of your account.
The ovh_refund
table can be used to query information about your refund information.
Examples
List refunds
select id, date, original_bill_id, price_with_taxfrom ovh_refund;
Get a refund
select id, date, original_bill_id, price_with_taxfrom ovh_refundwhere id = 'AFRxxxxxxx';
Schema for ovh_refund
Name | Type | Operators | Description |
---|---|---|---|
_ctx | jsonb | Steampipe context in JSON form. | |
date | timestamp with time zone | Date of the refund. | |
id | text | = | ID of the refund. |
order_id | bigint | Order id. | |
original_bill_id | text | Original Bill id. | |
password | text | Password to download the refund document. | |
pdf_url | text | URL to download the refund document in PDF format (maybe same as url field). | |
price_with_tax | double precision | Price with tax. | |
price_without_tax | double precision | Price without tax. | |
sp_connection_name | text | =, !=, ~~, ~~*, !~~, !~~* | Steampipe connection name. |
sp_ctx | jsonb | Steampipe context in JSON form. | |
tax | double precision | Amount of the tax. | |
url | text | URL to download the refund document. |