One Subscription Billing Schedule Types

DBMS_CLOUD_OCI_ONESUBSCRIPTION_BILLING_SCHEDULE_SUMMARY_TBL Type

Nested table type of dbms_cloud_oci_onesubscription_billing_schedule_summary_t.

Syntax

CREATE OR REPLACE NONEDITIONABLE TYPE dbms_cloud_oci_onesubscription_billing_schedule_summary_tbl FORCE IS TABLE OF (dbms_cloud_oci_onesubscription_billing_schedule_summary_t) NOT PERSISTABLE;

DBMS_CLOUD_OCI_OS_BILLING_SCHEDULE_LIST_BILLING_SCHEDULES_RESPONSE_T Type

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

Syntax

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

Fields

Field Description

response_body

Response body of list_billing_schedules

headers

Response headers as JSON data in a JSON object

status_code

HTTP response status code as an integer