/** * OSP Gateway API * This site describes all the Rest endpoints of OSP Gateway. * OpenAPI spec version: 20191001 * Contact: osp_team_oci_cam_ww_grp@oracle.com * * NOTE: This class is auto generated by OracleSDKGenerator. * Do not edit the class manually. * * Copyright (c) 2020, 2026, Oracle and/or its affiliates. All rights reserved. * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license. */ import * as GetAddressRuleRequest from "./get-address-rule-request"; export import GetAddressRuleRequest = GetAddressRuleRequest.GetAddressRuleRequest; import * as GetAddressRequest from "./get-address-request"; export import GetAddressRequest = GetAddressRequest.GetAddressRequest; import * as VerifyAddressRequest from "./verify-address-request"; export import VerifyAddressRequest = VerifyAddressRequest.VerifyAddressRequest; import * as DownloadPdfContentRequest from "./download-pdf-content-request"; export import DownloadPdfContentRequest = DownloadPdfContentRequest.DownloadPdfContentRequest; import * as GetInvoiceRequest from "./get-invoice-request"; export import GetInvoiceRequest = GetInvoiceRequest.GetInvoiceRequest; import * as ListInvoiceLinesRequest from "./list-invoice-lines-request"; export import ListInvoiceLinesRequest = ListInvoiceLinesRequest.ListInvoiceLinesRequest; import * as ListInvoicesRequest from "./list-invoices-request"; export import ListInvoicesRequest = ListInvoicesRequest.ListInvoicesRequest; import * as PayInvoiceRequest from "./pay-invoice-request"; export import PayInvoiceRequest = PayInvoiceRequest.PayInvoiceRequest; import * as AuthorizeSubscriptionPaymentRequest from "./authorize-subscription-payment-request"; export import AuthorizeSubscriptionPaymentRequest = AuthorizeSubscriptionPaymentRequest.AuthorizeSubscriptionPaymentRequest; import * as GetSubscriptionRequest from "./get-subscription-request"; export import GetSubscriptionRequest = GetSubscriptionRequest.GetSubscriptionRequest; import * as ListSubscriptionsRequest from "./list-subscriptions-request"; export import ListSubscriptionsRequest = ListSubscriptionsRequest.ListSubscriptionsRequest; import * as PaySubscriptionRequest from "./pay-subscription-request"; export import PaySubscriptionRequest = PaySubscriptionRequest.PaySubscriptionRequest; import * as UpdateSubscriptionRequest from "./update-subscription-request"; export import UpdateSubscriptionRequest = UpdateSubscriptionRequest.UpdateSubscriptionRequest;