import { Client } from "@smash-sdk/core"; import { ClientParameters } from "@smash-sdk/core"; export * from "./errors"; import { ListInvoicesOutput } from "./types/ListInvoices/ListInvoices"; export * from "./types/ListInvoices/ListInvoices"; import { ListSubscriptionLimitsOutput } from "./types/ListSubscriptionLimits/ListSubscriptionLimits"; export * from "./types/ListSubscriptionLimits/ListSubscriptionLimits"; import { UnsubscribeSubscriptionInput, UnsubscribeSubscriptionOutput } from "./types/UnsubscribeSubscription/UnsubscribeSubscription"; export * from "./types/UnsubscribeSubscription/UnsubscribeSubscription"; import { UpdateInformationsInput, UpdateInformationsOutput } from "./types/UpdateInformations/UpdateInformations"; export * from "./types/UpdateInformations/UpdateInformations"; import { CreateStripeSetupIntentOutput } from "./types/CreateStripeSetupIntent/CreateStripeSetupIntent"; export * from "./types/CreateStripeSetupIntent/CreateStripeSetupIntent"; import { CreateSubscriptionInput, CreateSubscriptionOutput } from "./types/CreateSubscription/CreateSubscription"; export * from "./types/CreateSubscription/CreateSubscription"; import { ExecutePaypalPaymentInput, ExecutePaypalPaymentOutput } from "./types/ExecutePaypalPayment/ExecutePaypalPayment"; export * from "./types/ExecutePaypalPayment/ExecutePaypalPayment"; import { ExecuteStripePaymentInput, ExecuteStripePaymentOutput } from "./types/ExecuteStripePayment/ExecuteStripePayment"; export * from "./types/ExecuteStripePayment/ExecuteStripePayment"; import { GetGroupInput, GetGroupOutput } from "./types/GetGroup/GetGroup"; export * from "./types/GetGroup/GetGroup"; import { GetInformationsOutput } from "./types/GetInformations/GetInformations"; export * from "./types/GetInformations/GetInformations"; import { GetInvoiceInput, GetInvoiceOutput } from "./types/GetInvoice/GetInvoice"; export * from "./types/GetInvoice/GetInvoice"; import { GetPlanInput, GetPlanOutput } from "./types/GetPlan/GetPlan"; export * from "./types/GetPlan/GetPlan"; import { GetPlanGroupInput, GetPlanGroupOutput } from "./types/GetPlanGroup/GetPlanGroup"; export * from "./types/GetPlanGroup/GetPlanGroup"; import { GetStripePaymentMethodOutput } from "./types/GetStripePaymentMethod/GetStripePaymentMethod"; export * from "./types/GetStripePaymentMethod/GetStripePaymentMethod"; import { GetSubscriptionOutput } from "./types/GetSubscription/GetSubscription"; export * from "./types/GetSubscription/GetSubscription"; import { InitiatePaypalPaymentOutput } from "./types/InitiatePaypalPayment/InitiatePaypalPayment"; export * from "./types/InitiatePaypalPayment/InitiatePaypalPayment"; import { InitiateStripePaymentOutput } from "./types/InitiateStripePayment/InitiateStripePayment"; export * from "./types/InitiateStripePayment/InitiateStripePayment"; import { ListGroupPlansInput, ListGroupPlansOutput } from "./types/ListGroupPlans/ListGroupPlans"; export * from "./types/ListGroupPlans/ListGroupPlans"; export declare class Billing extends Client { errors: { ListInvoices: { UnauthorizedError: typeof import("./types/ListInvoices/ListInvoicesError").UnauthorizedError; InternalServerError: typeof import("./types/ListInvoices/ListInvoicesError").InternalServerError; BadGatewayError: typeof import("./types/ListInvoices/ListInvoicesError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ListInvoices/ListInvoicesError").GatewayTimeoutError; GenericError: typeof import("./types/ListInvoices/ListInvoicesError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ListSubscriptionLimits: { UnauthorizedError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").UnauthorizedError; InternalServerError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").InternalServerError; BadGatewayError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").GatewayTimeoutError; GenericError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; UnsubscribeSubscription: { InvalidParameterError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").InvalidParameterError; UnauthorizedError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").UnauthorizedError; NotFoundError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").NotFoundError; InternalServerError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").InternalServerError; BadGatewayError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").BadGatewayError; GatewayTimeoutError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").GatewayTimeoutError; GenericError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; UpdateInformations: { InvalidVatNumberError: typeof import("./types/UpdateInformations/UpdateInformationsError").InvalidVatNumberError; InvalidParameterError: typeof import("./types/UpdateInformations/UpdateInformationsError").InvalidParameterError; UnauthorizedError: typeof import("./types/UpdateInformations/UpdateInformationsError").UnauthorizedError; VatNumberNotUpdatableError: typeof import("./types/UpdateInformations/UpdateInformationsError").VatNumberNotUpdatableError; NotFoundError: typeof import("./types/UpdateInformations/UpdateInformationsError").NotFoundError; InternalServerError: typeof import("./types/UpdateInformations/UpdateInformationsError").InternalServerError; BadGatewayError: typeof import("./types/UpdateInformations/UpdateInformationsError").BadGatewayError; GatewayTimeoutError: typeof import("./types/UpdateInformations/UpdateInformationsError").GatewayTimeoutError; GenericError: typeof import("./types/UpdateInformations/UpdateInformationsError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; CreateStripeSetupIntent: { UnauthorizedError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").UnauthorizedError; InvalidPaymentProviderError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").InvalidPaymentProviderError; NotFoundError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").NotFoundError; InternalServerError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").InternalServerError; BadGatewayError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").GatewayTimeoutError; GenericError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; CreateSubscription: { InvalidParameterError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InvalidParameterError; UnauthorizedError: typeof import("./types/CreateSubscription/CreateSubscriptionError").UnauthorizedError; InvalidPaymentInformationsError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InvalidPaymentInformationsError; InvalidSubscriptionPlanError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InvalidSubscriptionPlanError; InvalidTrialPlanError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InvalidTrialPlanError; NotFoundError: typeof import("./types/CreateSubscription/CreateSubscriptionError").NotFoundError; InternalServerError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InternalServerError; BadGatewayError: typeof import("./types/CreateSubscription/CreateSubscriptionError").BadGatewayError; GatewayTimeoutError: typeof import("./types/CreateSubscription/CreateSubscriptionError").GatewayTimeoutError; GenericError: typeof import("./types/CreateSubscription/CreateSubscriptionError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ExecutePaypalPayment: { InvalidParameterError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").InvalidParameterError; UnauthorizedError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").UnauthorizedError; ConflictError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").ConflictError; InternalServerError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").InternalServerError; BadGatewayError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").GatewayTimeoutError; GenericError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ExecuteStripePayment: { InvalidParameterError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").InvalidParameterError; UnauthorizedError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").UnauthorizedError; InvalidPaymentProviderError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").InvalidPaymentProviderError; NotFoundError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").NotFoundError; ConflictError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").ConflictError; InternalServerError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").InternalServerError; BadGatewayError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").GatewayTimeoutError; GenericError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetGroup: { InvalidParameterError: typeof import("./types/GetGroup/GetGroupError").InvalidParameterError; UnauthorizedError: typeof import("./types/GetGroup/GetGroupError").UnauthorizedError; NotFoundError: typeof import("./types/GetGroup/GetGroupError").NotFoundError; InternalServerError: typeof import("./types/GetGroup/GetGroupError").InternalServerError; BadGatewayError: typeof import("./types/GetGroup/GetGroupError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetGroup/GetGroupError").GatewayTimeoutError; GenericError: typeof import("./types/GetGroup/GetGroupError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetInformations: { UnauthorizedError: typeof import("./types/GetInformations/GetInformationsError").UnauthorizedError; NotFoundError: typeof import("./types/GetInformations/GetInformationsError").NotFoundError; InternalServerError: typeof import("./types/GetInformations/GetInformationsError").InternalServerError; BadGatewayError: typeof import("./types/GetInformations/GetInformationsError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetInformations/GetInformationsError").GatewayTimeoutError; GenericError: typeof import("./types/GetInformations/GetInformationsError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetInvoice: { InvalidParameterError: typeof import("./types/GetInvoice/GetInvoiceError").InvalidParameterError; UnauthorizedError: typeof import("./types/GetInvoice/GetInvoiceError").UnauthorizedError; NotFoundError: typeof import("./types/GetInvoice/GetInvoiceError").NotFoundError; InternalServerError: typeof import("./types/GetInvoice/GetInvoiceError").InternalServerError; BadGatewayError: typeof import("./types/GetInvoice/GetInvoiceError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetInvoice/GetInvoiceError").GatewayTimeoutError; GenericError: typeof import("./types/GetInvoice/GetInvoiceError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetPlan: { InvalidParameterError: typeof import("./types/GetPlan/GetPlanError").InvalidParameterError; UnauthorizedError: typeof import("./types/GetPlan/GetPlanError").UnauthorizedError; NotFoundError: typeof import("./types/GetPlan/GetPlanError").NotFoundError; InternalServerError: typeof import("./types/GetPlan/GetPlanError").InternalServerError; BadGatewayError: typeof import("./types/GetPlan/GetPlanError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetPlan/GetPlanError").GatewayTimeoutError; GenericError: typeof import("./types/GetPlan/GetPlanError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetPlanGroup: { InvalidParameterError: typeof import("./types/GetPlanGroup/GetPlanGroupError").InvalidParameterError; UnauthorizedError: typeof import("./types/GetPlanGroup/GetPlanGroupError").UnauthorizedError; NotFoundError: typeof import("./types/GetPlanGroup/GetPlanGroupError").NotFoundError; InternalServerError: typeof import("./types/GetPlanGroup/GetPlanGroupError").InternalServerError; BadGatewayError: typeof import("./types/GetPlanGroup/GetPlanGroupError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetPlanGroup/GetPlanGroupError").GatewayTimeoutError; GenericError: typeof import("./types/GetPlanGroup/GetPlanGroupError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetStripePaymentMethod: { UnauthorizedError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").UnauthorizedError; InvalidModeOrPaymentProviderError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").InvalidModeOrPaymentProviderError; NotFoundError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").NotFoundError; InternalServerError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").InternalServerError; BadGatewayError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").GatewayTimeoutError; GenericError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetSubscription: { UnauthorizedError: typeof import("./types/GetSubscription/GetSubscriptionError").UnauthorizedError; InternalServerError: typeof import("./types/GetSubscription/GetSubscriptionError").InternalServerError; BadGatewayError: typeof import("./types/GetSubscription/GetSubscriptionError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetSubscription/GetSubscriptionError").GatewayTimeoutError; GenericError: typeof import("./types/GetSubscription/GetSubscriptionError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; InitiatePaypalPayment: { UnauthorizedError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").UnauthorizedError; InvalidPaymentInformationsError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").InvalidPaymentInformationsError; InvalidSubscriptionError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").InvalidSubscriptionError; NoPaymentRequiredError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").NoPaymentRequiredError; NotFoundError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").NotFoundError; InternalServerError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").InternalServerError; BadGatewayError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").GatewayTimeoutError; GenericError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; InitiateStripePayment: { UnauthorizedError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").UnauthorizedError; InvalidPaymentInformationsError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").InvalidPaymentInformationsError; InvalidSubscriptionError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").InvalidSubscriptionError; NoPaymentRequiredError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").NoPaymentRequiredError; NotFoundError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").NotFoundError; InternalServerError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").InternalServerError; BadGatewayError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").GatewayTimeoutError; GenericError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ListGroupPlans: { InvalidParameterError: typeof import("./types/ListGroupPlans/ListGroupPlansError").InvalidParameterError; UnauthorizedError: typeof import("./types/ListGroupPlans/ListGroupPlansError").UnauthorizedError; NotFoundError: typeof import("./types/ListGroupPlans/ListGroupPlansError").NotFoundError; InternalServerError: typeof import("./types/ListGroupPlans/ListGroupPlansError").InternalServerError; BadGatewayError: typeof import("./types/ListGroupPlans/ListGroupPlansError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ListGroupPlans/ListGroupPlansError").GatewayTimeoutError; GenericError: typeof import("./types/ListGroupPlans/ListGroupPlansError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ListInvoicesError: { UnauthorizedError: typeof import("./types/ListInvoices/ListInvoicesError").UnauthorizedError; InternalServerError: typeof import("./types/ListInvoices/ListInvoicesError").InternalServerError; BadGatewayError: typeof import("./types/ListInvoices/ListInvoicesError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ListInvoices/ListInvoicesError").GatewayTimeoutError; GenericError: typeof import("./types/ListInvoices/ListInvoicesError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ListSubscriptionLimitsError: { UnauthorizedError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").UnauthorizedError; InternalServerError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").InternalServerError; BadGatewayError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").GatewayTimeoutError; GenericError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; UnsubscribeSubscriptionError: { InvalidParameterError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").InvalidParameterError; UnauthorizedError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").UnauthorizedError; NotFoundError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").NotFoundError; InternalServerError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").InternalServerError; BadGatewayError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").BadGatewayError; GatewayTimeoutError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").GatewayTimeoutError; GenericError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; UpdateInformationsError: { InvalidVatNumberError: typeof import("./types/UpdateInformations/UpdateInformationsError").InvalidVatNumberError; InvalidParameterError: typeof import("./types/UpdateInformations/UpdateInformationsError").InvalidParameterError; UnauthorizedError: typeof import("./types/UpdateInformations/UpdateInformationsError").UnauthorizedError; VatNumberNotUpdatableError: typeof import("./types/UpdateInformations/UpdateInformationsError").VatNumberNotUpdatableError; NotFoundError: typeof import("./types/UpdateInformations/UpdateInformationsError").NotFoundError; InternalServerError: typeof import("./types/UpdateInformations/UpdateInformationsError").InternalServerError; BadGatewayError: typeof import("./types/UpdateInformations/UpdateInformationsError").BadGatewayError; GatewayTimeoutError: typeof import("./types/UpdateInformations/UpdateInformationsError").GatewayTimeoutError; GenericError: typeof import("./types/UpdateInformations/UpdateInformationsError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; CreateStripeSetupIntentError: { UnauthorizedError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").UnauthorizedError; InvalidPaymentProviderError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").InvalidPaymentProviderError; NotFoundError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").NotFoundError; InternalServerError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").InternalServerError; BadGatewayError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").GatewayTimeoutError; GenericError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; CreateSubscriptionError: { InvalidParameterError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InvalidParameterError; UnauthorizedError: typeof import("./types/CreateSubscription/CreateSubscriptionError").UnauthorizedError; InvalidPaymentInformationsError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InvalidPaymentInformationsError; InvalidSubscriptionPlanError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InvalidSubscriptionPlanError; InvalidTrialPlanError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InvalidTrialPlanError; NotFoundError: typeof import("./types/CreateSubscription/CreateSubscriptionError").NotFoundError; InternalServerError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InternalServerError; BadGatewayError: typeof import("./types/CreateSubscription/CreateSubscriptionError").BadGatewayError; GatewayTimeoutError: typeof import("./types/CreateSubscription/CreateSubscriptionError").GatewayTimeoutError; GenericError: typeof import("./types/CreateSubscription/CreateSubscriptionError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ExecutePaypalPaymentError: { InvalidParameterError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").InvalidParameterError; UnauthorizedError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").UnauthorizedError; ConflictError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").ConflictError; InternalServerError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").InternalServerError; BadGatewayError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").GatewayTimeoutError; GenericError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ExecuteStripePaymentError: { InvalidParameterError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").InvalidParameterError; UnauthorizedError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").UnauthorizedError; InvalidPaymentProviderError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").InvalidPaymentProviderError; NotFoundError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").NotFoundError; ConflictError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").ConflictError; InternalServerError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").InternalServerError; BadGatewayError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").GatewayTimeoutError; GenericError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetGroupError: { InvalidParameterError: typeof import("./types/GetGroup/GetGroupError").InvalidParameterError; UnauthorizedError: typeof import("./types/GetGroup/GetGroupError").UnauthorizedError; NotFoundError: typeof import("./types/GetGroup/GetGroupError").NotFoundError; InternalServerError: typeof import("./types/GetGroup/GetGroupError").InternalServerError; BadGatewayError: typeof import("./types/GetGroup/GetGroupError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetGroup/GetGroupError").GatewayTimeoutError; GenericError: typeof import("./types/GetGroup/GetGroupError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetInformationsError: { UnauthorizedError: typeof import("./types/GetInformations/GetInformationsError").UnauthorizedError; NotFoundError: typeof import("./types/GetInformations/GetInformationsError").NotFoundError; InternalServerError: typeof import("./types/GetInformations/GetInformationsError").InternalServerError; BadGatewayError: typeof import("./types/GetInformations/GetInformationsError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetInformations/GetInformationsError").GatewayTimeoutError; GenericError: typeof import("./types/GetInformations/GetInformationsError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetInvoiceError: { InvalidParameterError: typeof import("./types/GetInvoice/GetInvoiceError").InvalidParameterError; UnauthorizedError: typeof import("./types/GetInvoice/GetInvoiceError").UnauthorizedError; NotFoundError: typeof import("./types/GetInvoice/GetInvoiceError").NotFoundError; InternalServerError: typeof import("./types/GetInvoice/GetInvoiceError").InternalServerError; BadGatewayError: typeof import("./types/GetInvoice/GetInvoiceError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetInvoice/GetInvoiceError").GatewayTimeoutError; GenericError: typeof import("./types/GetInvoice/GetInvoiceError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetPlanError: { InvalidParameterError: typeof import("./types/GetPlan/GetPlanError").InvalidParameterError; UnauthorizedError: typeof import("./types/GetPlan/GetPlanError").UnauthorizedError; NotFoundError: typeof import("./types/GetPlan/GetPlanError").NotFoundError; InternalServerError: typeof import("./types/GetPlan/GetPlanError").InternalServerError; BadGatewayError: typeof import("./types/GetPlan/GetPlanError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetPlan/GetPlanError").GatewayTimeoutError; GenericError: typeof import("./types/GetPlan/GetPlanError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetPlanGroupError: { InvalidParameterError: typeof import("./types/GetPlanGroup/GetPlanGroupError").InvalidParameterError; UnauthorizedError: typeof import("./types/GetPlanGroup/GetPlanGroupError").UnauthorizedError; NotFoundError: typeof import("./types/GetPlanGroup/GetPlanGroupError").NotFoundError; InternalServerError: typeof import("./types/GetPlanGroup/GetPlanGroupError").InternalServerError; BadGatewayError: typeof import("./types/GetPlanGroup/GetPlanGroupError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetPlanGroup/GetPlanGroupError").GatewayTimeoutError; GenericError: typeof import("./types/GetPlanGroup/GetPlanGroupError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetStripePaymentMethodError: { UnauthorizedError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").UnauthorizedError; InvalidModeOrPaymentProviderError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").InvalidModeOrPaymentProviderError; NotFoundError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").NotFoundError; InternalServerError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").InternalServerError; BadGatewayError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").GatewayTimeoutError; GenericError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetSubscriptionError: { UnauthorizedError: typeof import("./types/GetSubscription/GetSubscriptionError").UnauthorizedError; InternalServerError: typeof import("./types/GetSubscription/GetSubscriptionError").InternalServerError; BadGatewayError: typeof import("./types/GetSubscription/GetSubscriptionError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetSubscription/GetSubscriptionError").GatewayTimeoutError; GenericError: typeof import("./types/GetSubscription/GetSubscriptionError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; InitiatePaypalPaymentError: { UnauthorizedError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").UnauthorizedError; InvalidPaymentInformationsError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").InvalidPaymentInformationsError; InvalidSubscriptionError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").InvalidSubscriptionError; NoPaymentRequiredError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").NoPaymentRequiredError; NotFoundError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").NotFoundError; InternalServerError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").InternalServerError; BadGatewayError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").GatewayTimeoutError; GenericError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; InitiateStripePaymentError: { UnauthorizedError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").UnauthorizedError; InvalidPaymentInformationsError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").InvalidPaymentInformationsError; InvalidSubscriptionError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").InvalidSubscriptionError; NoPaymentRequiredError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").NoPaymentRequiredError; NotFoundError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").NotFoundError; InternalServerError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").InternalServerError; BadGatewayError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").GatewayTimeoutError; GenericError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ListGroupPlansError: { InvalidParameterError: typeof import("./types/ListGroupPlans/ListGroupPlansError").InvalidParameterError; UnauthorizedError: typeof import("./types/ListGroupPlans/ListGroupPlansError").UnauthorizedError; NotFoundError: typeof import("./types/ListGroupPlans/ListGroupPlansError").NotFoundError; InternalServerError: typeof import("./types/ListGroupPlans/ListGroupPlansError").InternalServerError; BadGatewayError: typeof import("./types/ListGroupPlans/ListGroupPlansError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ListGroupPlans/ListGroupPlansError").GatewayTimeoutError; GenericError: typeof import("./types/ListGroupPlans/ListGroupPlansError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; InvalidSdkConfigurationError: typeof import("@smash-sdk/core").InvalidSdkConfigurationError; InvalidRegionOrHostError: typeof import("@smash-sdk/core").InvalidRegionOrHostError; InvalidRegionError: typeof import("@smash-sdk/core").InvalidRegionError; InvalidHostError: typeof import("@smash-sdk/core").InvalidHostError; }; static errors: { ListInvoices: { UnauthorizedError: typeof import("./types/ListInvoices/ListInvoicesError").UnauthorizedError; InternalServerError: typeof import("./types/ListInvoices/ListInvoicesError").InternalServerError; BadGatewayError: typeof import("./types/ListInvoices/ListInvoicesError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ListInvoices/ListInvoicesError").GatewayTimeoutError; GenericError: typeof import("./types/ListInvoices/ListInvoicesError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ListSubscriptionLimits: { UnauthorizedError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").UnauthorizedError; InternalServerError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").InternalServerError; BadGatewayError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").GatewayTimeoutError; GenericError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; UnsubscribeSubscription: { InvalidParameterError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").InvalidParameterError; UnauthorizedError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").UnauthorizedError; NotFoundError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").NotFoundError; InternalServerError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").InternalServerError; BadGatewayError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").BadGatewayError; GatewayTimeoutError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").GatewayTimeoutError; GenericError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; UpdateInformations: { InvalidVatNumberError: typeof import("./types/UpdateInformations/UpdateInformationsError").InvalidVatNumberError; InvalidParameterError: typeof import("./types/UpdateInformations/UpdateInformationsError").InvalidParameterError; UnauthorizedError: typeof import("./types/UpdateInformations/UpdateInformationsError").UnauthorizedError; VatNumberNotUpdatableError: typeof import("./types/UpdateInformations/UpdateInformationsError").VatNumberNotUpdatableError; NotFoundError: typeof import("./types/UpdateInformations/UpdateInformationsError").NotFoundError; InternalServerError: typeof import("./types/UpdateInformations/UpdateInformationsError").InternalServerError; BadGatewayError: typeof import("./types/UpdateInformations/UpdateInformationsError").BadGatewayError; GatewayTimeoutError: typeof import("./types/UpdateInformations/UpdateInformationsError").GatewayTimeoutError; GenericError: typeof import("./types/UpdateInformations/UpdateInformationsError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; CreateStripeSetupIntent: { UnauthorizedError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").UnauthorizedError; InvalidPaymentProviderError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").InvalidPaymentProviderError; NotFoundError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").NotFoundError; InternalServerError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").InternalServerError; BadGatewayError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").GatewayTimeoutError; GenericError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; CreateSubscription: { InvalidParameterError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InvalidParameterError; UnauthorizedError: typeof import("./types/CreateSubscription/CreateSubscriptionError").UnauthorizedError; InvalidPaymentInformationsError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InvalidPaymentInformationsError; InvalidSubscriptionPlanError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InvalidSubscriptionPlanError; InvalidTrialPlanError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InvalidTrialPlanError; NotFoundError: typeof import("./types/CreateSubscription/CreateSubscriptionError").NotFoundError; InternalServerError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InternalServerError; BadGatewayError: typeof import("./types/CreateSubscription/CreateSubscriptionError").BadGatewayError; GatewayTimeoutError: typeof import("./types/CreateSubscription/CreateSubscriptionError").GatewayTimeoutError; GenericError: typeof import("./types/CreateSubscription/CreateSubscriptionError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ExecutePaypalPayment: { InvalidParameterError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").InvalidParameterError; UnauthorizedError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").UnauthorizedError; ConflictError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").ConflictError; InternalServerError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").InternalServerError; BadGatewayError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").GatewayTimeoutError; GenericError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ExecuteStripePayment: { InvalidParameterError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").InvalidParameterError; UnauthorizedError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").UnauthorizedError; InvalidPaymentProviderError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").InvalidPaymentProviderError; NotFoundError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").NotFoundError; ConflictError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").ConflictError; InternalServerError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").InternalServerError; BadGatewayError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").GatewayTimeoutError; GenericError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetGroup: { InvalidParameterError: typeof import("./types/GetGroup/GetGroupError").InvalidParameterError; UnauthorizedError: typeof import("./types/GetGroup/GetGroupError").UnauthorizedError; NotFoundError: typeof import("./types/GetGroup/GetGroupError").NotFoundError; InternalServerError: typeof import("./types/GetGroup/GetGroupError").InternalServerError; BadGatewayError: typeof import("./types/GetGroup/GetGroupError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetGroup/GetGroupError").GatewayTimeoutError; GenericError: typeof import("./types/GetGroup/GetGroupError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetInformations: { UnauthorizedError: typeof import("./types/GetInformations/GetInformationsError").UnauthorizedError; NotFoundError: typeof import("./types/GetInformations/GetInformationsError").NotFoundError; InternalServerError: typeof import("./types/GetInformations/GetInformationsError").InternalServerError; BadGatewayError: typeof import("./types/GetInformations/GetInformationsError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetInformations/GetInformationsError").GatewayTimeoutError; GenericError: typeof import("./types/GetInformations/GetInformationsError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetInvoice: { InvalidParameterError: typeof import("./types/GetInvoice/GetInvoiceError").InvalidParameterError; UnauthorizedError: typeof import("./types/GetInvoice/GetInvoiceError").UnauthorizedError; NotFoundError: typeof import("./types/GetInvoice/GetInvoiceError").NotFoundError; InternalServerError: typeof import("./types/GetInvoice/GetInvoiceError").InternalServerError; BadGatewayError: typeof import("./types/GetInvoice/GetInvoiceError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetInvoice/GetInvoiceError").GatewayTimeoutError; GenericError: typeof import("./types/GetInvoice/GetInvoiceError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetPlan: { InvalidParameterError: typeof import("./types/GetPlan/GetPlanError").InvalidParameterError; UnauthorizedError: typeof import("./types/GetPlan/GetPlanError").UnauthorizedError; NotFoundError: typeof import("./types/GetPlan/GetPlanError").NotFoundError; InternalServerError: typeof import("./types/GetPlan/GetPlanError").InternalServerError; BadGatewayError: typeof import("./types/GetPlan/GetPlanError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetPlan/GetPlanError").GatewayTimeoutError; GenericError: typeof import("./types/GetPlan/GetPlanError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetPlanGroup: { InvalidParameterError: typeof import("./types/GetPlanGroup/GetPlanGroupError").InvalidParameterError; UnauthorizedError: typeof import("./types/GetPlanGroup/GetPlanGroupError").UnauthorizedError; NotFoundError: typeof import("./types/GetPlanGroup/GetPlanGroupError").NotFoundError; InternalServerError: typeof import("./types/GetPlanGroup/GetPlanGroupError").InternalServerError; BadGatewayError: typeof import("./types/GetPlanGroup/GetPlanGroupError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetPlanGroup/GetPlanGroupError").GatewayTimeoutError; GenericError: typeof import("./types/GetPlanGroup/GetPlanGroupError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetStripePaymentMethod: { UnauthorizedError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").UnauthorizedError; InvalidModeOrPaymentProviderError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").InvalidModeOrPaymentProviderError; NotFoundError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").NotFoundError; InternalServerError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").InternalServerError; BadGatewayError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").GatewayTimeoutError; GenericError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetSubscription: { UnauthorizedError: typeof import("./types/GetSubscription/GetSubscriptionError").UnauthorizedError; InternalServerError: typeof import("./types/GetSubscription/GetSubscriptionError").InternalServerError; BadGatewayError: typeof import("./types/GetSubscription/GetSubscriptionError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetSubscription/GetSubscriptionError").GatewayTimeoutError; GenericError: typeof import("./types/GetSubscription/GetSubscriptionError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; InitiatePaypalPayment: { UnauthorizedError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").UnauthorizedError; InvalidPaymentInformationsError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").InvalidPaymentInformationsError; InvalidSubscriptionError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").InvalidSubscriptionError; NoPaymentRequiredError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").NoPaymentRequiredError; NotFoundError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").NotFoundError; InternalServerError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").InternalServerError; BadGatewayError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").GatewayTimeoutError; GenericError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; InitiateStripePayment: { UnauthorizedError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").UnauthorizedError; InvalidPaymentInformationsError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").InvalidPaymentInformationsError; InvalidSubscriptionError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").InvalidSubscriptionError; NoPaymentRequiredError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").NoPaymentRequiredError; NotFoundError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").NotFoundError; InternalServerError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").InternalServerError; BadGatewayError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").GatewayTimeoutError; GenericError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ListGroupPlans: { InvalidParameterError: typeof import("./types/ListGroupPlans/ListGroupPlansError").InvalidParameterError; UnauthorizedError: typeof import("./types/ListGroupPlans/ListGroupPlansError").UnauthorizedError; NotFoundError: typeof import("./types/ListGroupPlans/ListGroupPlansError").NotFoundError; InternalServerError: typeof import("./types/ListGroupPlans/ListGroupPlansError").InternalServerError; BadGatewayError: typeof import("./types/ListGroupPlans/ListGroupPlansError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ListGroupPlans/ListGroupPlansError").GatewayTimeoutError; GenericError: typeof import("./types/ListGroupPlans/ListGroupPlansError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ListInvoicesError: { UnauthorizedError: typeof import("./types/ListInvoices/ListInvoicesError").UnauthorizedError; InternalServerError: typeof import("./types/ListInvoices/ListInvoicesError").InternalServerError; BadGatewayError: typeof import("./types/ListInvoices/ListInvoicesError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ListInvoices/ListInvoicesError").GatewayTimeoutError; GenericError: typeof import("./types/ListInvoices/ListInvoicesError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ListSubscriptionLimitsError: { UnauthorizedError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").UnauthorizedError; InternalServerError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").InternalServerError; BadGatewayError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").GatewayTimeoutError; GenericError: typeof import("./types/ListSubscriptionLimits/ListSubscriptionLimitsError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; UnsubscribeSubscriptionError: { InvalidParameterError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").InvalidParameterError; UnauthorizedError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").UnauthorizedError; NotFoundError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").NotFoundError; InternalServerError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").InternalServerError; BadGatewayError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").BadGatewayError; GatewayTimeoutError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").GatewayTimeoutError; GenericError: typeof import("./types/UnsubscribeSubscription/UnsubscribeSubscriptionError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; UpdateInformationsError: { InvalidVatNumberError: typeof import("./types/UpdateInformations/UpdateInformationsError").InvalidVatNumberError; InvalidParameterError: typeof import("./types/UpdateInformations/UpdateInformationsError").InvalidParameterError; UnauthorizedError: typeof import("./types/UpdateInformations/UpdateInformationsError").UnauthorizedError; VatNumberNotUpdatableError: typeof import("./types/UpdateInformations/UpdateInformationsError").VatNumberNotUpdatableError; NotFoundError: typeof import("./types/UpdateInformations/UpdateInformationsError").NotFoundError; InternalServerError: typeof import("./types/UpdateInformations/UpdateInformationsError").InternalServerError; BadGatewayError: typeof import("./types/UpdateInformations/UpdateInformationsError").BadGatewayError; GatewayTimeoutError: typeof import("./types/UpdateInformations/UpdateInformationsError").GatewayTimeoutError; GenericError: typeof import("./types/UpdateInformations/UpdateInformationsError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; CreateStripeSetupIntentError: { UnauthorizedError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").UnauthorizedError; InvalidPaymentProviderError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").InvalidPaymentProviderError; NotFoundError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").NotFoundError; InternalServerError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").InternalServerError; BadGatewayError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").GatewayTimeoutError; GenericError: typeof import("./types/CreateStripeSetupIntent/CreateStripeSetupIntentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; CreateSubscriptionError: { InvalidParameterError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InvalidParameterError; UnauthorizedError: typeof import("./types/CreateSubscription/CreateSubscriptionError").UnauthorizedError; InvalidPaymentInformationsError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InvalidPaymentInformationsError; InvalidSubscriptionPlanError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InvalidSubscriptionPlanError; InvalidTrialPlanError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InvalidTrialPlanError; NotFoundError: typeof import("./types/CreateSubscription/CreateSubscriptionError").NotFoundError; InternalServerError: typeof import("./types/CreateSubscription/CreateSubscriptionError").InternalServerError; BadGatewayError: typeof import("./types/CreateSubscription/CreateSubscriptionError").BadGatewayError; GatewayTimeoutError: typeof import("./types/CreateSubscription/CreateSubscriptionError").GatewayTimeoutError; GenericError: typeof import("./types/CreateSubscription/CreateSubscriptionError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ExecutePaypalPaymentError: { InvalidParameterError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").InvalidParameterError; UnauthorizedError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").UnauthorizedError; ConflictError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").ConflictError; InternalServerError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").InternalServerError; BadGatewayError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").GatewayTimeoutError; GenericError: typeof import("./types/ExecutePaypalPayment/ExecutePaypalPaymentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ExecuteStripePaymentError: { InvalidParameterError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").InvalidParameterError; UnauthorizedError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").UnauthorizedError; InvalidPaymentProviderError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").InvalidPaymentProviderError; NotFoundError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").NotFoundError; ConflictError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").ConflictError; InternalServerError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").InternalServerError; BadGatewayError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").GatewayTimeoutError; GenericError: typeof import("./types/ExecuteStripePayment/ExecuteStripePaymentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetGroupError: { InvalidParameterError: typeof import("./types/GetGroup/GetGroupError").InvalidParameterError; UnauthorizedError: typeof import("./types/GetGroup/GetGroupError").UnauthorizedError; NotFoundError: typeof import("./types/GetGroup/GetGroupError").NotFoundError; InternalServerError: typeof import("./types/GetGroup/GetGroupError").InternalServerError; BadGatewayError: typeof import("./types/GetGroup/GetGroupError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetGroup/GetGroupError").GatewayTimeoutError; GenericError: typeof import("./types/GetGroup/GetGroupError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetInformationsError: { UnauthorizedError: typeof import("./types/GetInformations/GetInformationsError").UnauthorizedError; NotFoundError: typeof import("./types/GetInformations/GetInformationsError").NotFoundError; InternalServerError: typeof import("./types/GetInformations/GetInformationsError").InternalServerError; BadGatewayError: typeof import("./types/GetInformations/GetInformationsError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetInformations/GetInformationsError").GatewayTimeoutError; GenericError: typeof import("./types/GetInformations/GetInformationsError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetInvoiceError: { InvalidParameterError: typeof import("./types/GetInvoice/GetInvoiceError").InvalidParameterError; UnauthorizedError: typeof import("./types/GetInvoice/GetInvoiceError").UnauthorizedError; NotFoundError: typeof import("./types/GetInvoice/GetInvoiceError").NotFoundError; InternalServerError: typeof import("./types/GetInvoice/GetInvoiceError").InternalServerError; BadGatewayError: typeof import("./types/GetInvoice/GetInvoiceError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetInvoice/GetInvoiceError").GatewayTimeoutError; GenericError: typeof import("./types/GetInvoice/GetInvoiceError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetPlanError: { InvalidParameterError: typeof import("./types/GetPlan/GetPlanError").InvalidParameterError; UnauthorizedError: typeof import("./types/GetPlan/GetPlanError").UnauthorizedError; NotFoundError: typeof import("./types/GetPlan/GetPlanError").NotFoundError; InternalServerError: typeof import("./types/GetPlan/GetPlanError").InternalServerError; BadGatewayError: typeof import("./types/GetPlan/GetPlanError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetPlan/GetPlanError").GatewayTimeoutError; GenericError: typeof import("./types/GetPlan/GetPlanError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetPlanGroupError: { InvalidParameterError: typeof import("./types/GetPlanGroup/GetPlanGroupError").InvalidParameterError; UnauthorizedError: typeof import("./types/GetPlanGroup/GetPlanGroupError").UnauthorizedError; NotFoundError: typeof import("./types/GetPlanGroup/GetPlanGroupError").NotFoundError; InternalServerError: typeof import("./types/GetPlanGroup/GetPlanGroupError").InternalServerError; BadGatewayError: typeof import("./types/GetPlanGroup/GetPlanGroupError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetPlanGroup/GetPlanGroupError").GatewayTimeoutError; GenericError: typeof import("./types/GetPlanGroup/GetPlanGroupError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetStripePaymentMethodError: { UnauthorizedError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").UnauthorizedError; InvalidModeOrPaymentProviderError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").InvalidModeOrPaymentProviderError; NotFoundError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").NotFoundError; InternalServerError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").InternalServerError; BadGatewayError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").GatewayTimeoutError; GenericError: typeof import("./types/GetStripePaymentMethod/GetStripePaymentMethodError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; GetSubscriptionError: { UnauthorizedError: typeof import("./types/GetSubscription/GetSubscriptionError").UnauthorizedError; InternalServerError: typeof import("./types/GetSubscription/GetSubscriptionError").InternalServerError; BadGatewayError: typeof import("./types/GetSubscription/GetSubscriptionError").BadGatewayError; GatewayTimeoutError: typeof import("./types/GetSubscription/GetSubscriptionError").GatewayTimeoutError; GenericError: typeof import("./types/GetSubscription/GetSubscriptionError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; InitiatePaypalPaymentError: { UnauthorizedError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").UnauthorizedError; InvalidPaymentInformationsError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").InvalidPaymentInformationsError; InvalidSubscriptionError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").InvalidSubscriptionError; NoPaymentRequiredError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").NoPaymentRequiredError; NotFoundError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").NotFoundError; InternalServerError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").InternalServerError; BadGatewayError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").GatewayTimeoutError; GenericError: typeof import("./types/InitiatePaypalPayment/InitiatePaypalPaymentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; InitiateStripePaymentError: { UnauthorizedError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").UnauthorizedError; InvalidPaymentInformationsError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").InvalidPaymentInformationsError; InvalidSubscriptionError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").InvalidSubscriptionError; NoPaymentRequiredError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").NoPaymentRequiredError; NotFoundError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").NotFoundError; InternalServerError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").InternalServerError; BadGatewayError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").BadGatewayError; GatewayTimeoutError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").GatewayTimeoutError; GenericError: typeof import("./types/InitiateStripePayment/InitiateStripePaymentError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; ListGroupPlansError: { InvalidParameterError: typeof import("./types/ListGroupPlans/ListGroupPlansError").InvalidParameterError; UnauthorizedError: typeof import("./types/ListGroupPlans/ListGroupPlansError").UnauthorizedError; NotFoundError: typeof import("./types/ListGroupPlans/ListGroupPlansError").NotFoundError; InternalServerError: typeof import("./types/ListGroupPlans/ListGroupPlansError").InternalServerError; BadGatewayError: typeof import("./types/ListGroupPlans/ListGroupPlansError").BadGatewayError; GatewayTimeoutError: typeof import("./types/ListGroupPlans/ListGroupPlansError").GatewayTimeoutError; GenericError: typeof import("./types/ListGroupPlans/ListGroupPlansError").GenericError; UnknownError: typeof import("@smash-sdk/core").UnknownError; NetworkError: typeof import("@smash-sdk/core").NetworkError; }; InvalidSdkConfigurationError: typeof import("@smash-sdk/core").InvalidSdkConfigurationError; InvalidRegionOrHostError: typeof import("@smash-sdk/core").InvalidRegionOrHostError; InvalidRegionError: typeof import("@smash-sdk/core").InvalidRegionError; InvalidHostError: typeof import("@smash-sdk/core").InvalidHostError; }; constructor(params?: ClientParameters); listInvoices(): Promise; listSubscriptionLimits(): Promise; unsubscribeSubscription(params?: UnsubscribeSubscriptionInput): Promise; updateInformations(params: UpdateInformationsInput): Promise; createStripeSetupIntent(): Promise; createSubscription(params?: CreateSubscriptionInput): Promise; executePaypalPayment(params: ExecutePaypalPaymentInput): Promise; executeStripePayment(params: ExecuteStripePaymentInput): Promise; getGroup(params: GetGroupInput): Promise; getInformations(): Promise; getInvoice(params: GetInvoiceInput): Promise; getPlan(params: GetPlanInput): Promise; getPlanGroup(params: GetPlanGroupInput): Promise; getStripePaymentMethod(): Promise; getSubscription(): Promise; initiatePaypalPayment(): Promise; initiateStripePayment(): Promise; listGroupPlans(params: ListGroupPlansInput): Promise; }