Data Source: oci_osp_gateway_invoices

This data source provides the list of Invoices in Oracle Cloud Infrastructure Osp Gateway service.

Returns a list of invoices

Example Usage

data "oci_osp_gateway_invoices" "test_invoices" {
    #Required
    compartment_id = var.compartment_id
    osp_home_region = var.invoice_osp_home_region

    #Optional
    invoice_id = oci_osp_gateway_invoice.test_invoice.id
    search_text = var.invoice_search_text
    status = var.invoice_status
    time_invoice_end = var.invoice_time_invoice_end
    time_invoice_start = var.invoice_time_invoice_start
    time_payment_end = var.invoice_time_payment_end
    time_payment_start = var.invoice_time_payment_start
    type = var.invoice_type
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Invoice Reference

The following attributes are exported: