One Subscription Invoice Summary Types

DBMS_CLOUD_OCI_ONESUBSCRIPTION_INVOICELINE_COMPUTED_USAGE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_onesubscription_invoiceline_computed_usage_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_onesubscription_invoiceline_computed_usage_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_onesubscription_invoiceline_computed_usage_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_OS_INVOICE_SUMMARY_LIST_INVOICELINE_COMPUTED_USAGES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_invoiceline_computed_usages request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_invoice_summary_list_invoiceline_computed_usages_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_onesubscription_invoiceline_computed_usage_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_invoiceline_computed_usages

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer

DBMS_CLOUD_OCI_ONESUBSCRIPTION_INVOICE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_onesubscription_invoice_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_onesubscription_invoice_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_onesubscription_invoice_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_OS_INVOICE_SUMMARY_LIST_INVOICES_RESPONSE_T Type

Contains the response body, headers and the status code of the list_invoices request.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_os_invoice_summary_list_invoices_response_t FORCE AUTHID CURRENT_USER IS OBJECT (
  response_body dbms_cloud_oci_onesubscription_invoice_summary_tbl,
  headers json_object_t,
  status_code number 
) NOT PERSISTABLE;

Fields

Field Description

response_body

Response body of list_invoices

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer