/** * 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 GetAddressRuleResponse from "./get-address-rule-response"; export import GetAddressRuleResponse = GetAddressRuleResponse.GetAddressRuleResponse; import * as GetAddressResponse from "./get-address-response"; export import GetAddressResponse = GetAddressResponse.GetAddressResponse; import * as VerifyAddressResponse from "./verify-address-response"; export import VerifyAddressResponse = VerifyAddressResponse.VerifyAddressResponse; import * as DownloadPdfContentResponse from "./download-pdf-content-response"; export import DownloadPdfContentResponse = DownloadPdfContentResponse.DownloadPdfContentResponse; import * as GetInvoiceResponse from "./get-invoice-response"; export import GetInvoiceResponse = GetInvoiceResponse.GetInvoiceResponse; import * as ListInvoiceLinesResponse from "./list-invoice-lines-response"; export import ListInvoiceLinesResponse = ListInvoiceLinesResponse.ListInvoiceLinesResponse; import * as ListInvoicesResponse from "./list-invoices-response"; export import ListInvoicesResponse = ListInvoicesResponse.ListInvoicesResponse; import * as PayInvoiceResponse from "./pay-invoice-response"; export import PayInvoiceResponse = PayInvoiceResponse.PayInvoiceResponse; import * as AuthorizeSubscriptionPaymentResponse from "./authorize-subscription-payment-response"; export import AuthorizeSubscriptionPaymentResponse = AuthorizeSubscriptionPaymentResponse.AuthorizeSubscriptionPaymentResponse; import * as GetSubscriptionResponse from "./get-subscription-response"; export import GetSubscriptionResponse = GetSubscriptionResponse.GetSubscriptionResponse; import * as ListSubscriptionsResponse from "./list-subscriptions-response"; export import ListSubscriptionsResponse = ListSubscriptionsResponse.ListSubscriptionsResponse; import * as PaySubscriptionResponse from "./pay-subscription-response"; export import PaySubscriptionResponse = PaySubscriptionResponse.PaySubscriptionResponse; import * as UpdateSubscriptionResponse from "./update-subscription-response"; export import UpdateSubscriptionResponse = UpdateSubscriptionResponse.UpdateSubscriptionResponse;