5366 lines
207 KiB
Python
5366 lines
207 KiB
Python
"""Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT."""
|
|
|
|
from typing import Any, TYPE_CHECKING
|
|
|
|
from autumn_sdk.utils.dynamic_imports import lazy_getattr, lazy_dir
|
|
|
|
if TYPE_CHECKING:
|
|
from .aggregateeventsop import (
|
|
AggregateEventsCustomRange,
|
|
AggregateEventsCustomRangeTypedDict,
|
|
AggregateEventsFeatureID,
|
|
AggregateEventsFeatureIDTypedDict,
|
|
AggregateEventsGlobals,
|
|
AggregateEventsGlobalsTypedDict,
|
|
AggregateEventsList,
|
|
AggregateEventsListTypedDict,
|
|
AggregateEventsResponse,
|
|
AggregateEventsResponseTypedDict,
|
|
BinSize,
|
|
EventsAggregateParams,
|
|
EventsAggregateParamsTypedDict,
|
|
Range,
|
|
Total,
|
|
TotalTypedDict,
|
|
)
|
|
from .attachop import (
|
|
AttachAddItemBillingMethod,
|
|
AttachAddItemExpiryDurationType,
|
|
AttachAddItemOnDecrease,
|
|
AttachAddItemOnIncrease,
|
|
AttachAddItemPlanItem,
|
|
AttachAddItemPlanItemTypedDict,
|
|
AttachAddItemPrice,
|
|
AttachAddItemPriceInterval,
|
|
AttachAddItemPriceTypedDict,
|
|
AttachAddItemProration,
|
|
AttachAddItemProrationTypedDict,
|
|
AttachAddItemReset,
|
|
AttachAddItemResetInterval,
|
|
AttachAddItemResetTypedDict,
|
|
AttachAddItemRollover,
|
|
AttachAddItemRolloverTypedDict,
|
|
AttachAddItemTier,
|
|
AttachAddItemTierBehavior,
|
|
AttachAddItemTierTypedDict,
|
|
AttachAddItemTo,
|
|
AttachAddItemToTypedDict,
|
|
AttachAttachDiscount,
|
|
AttachAttachDiscountTypedDict,
|
|
AttachBasePrice,
|
|
AttachBasePriceTypedDict,
|
|
AttachCarryOverBalances,
|
|
AttachCarryOverBalancesTypedDict,
|
|
AttachCarryOverUsages,
|
|
AttachCarryOverUsagesTypedDict,
|
|
AttachCode,
|
|
AttachCustomLineItem,
|
|
AttachCustomLineItemTypedDict,
|
|
AttachCustomize,
|
|
AttachCustomizeTypedDict,
|
|
AttachDurationType,
|
|
AttachFeatureQuantity,
|
|
AttachFeatureQuantityTypedDict,
|
|
AttachFreeTrialParams,
|
|
AttachFreeTrialParamsTypedDict,
|
|
AttachGlobals,
|
|
AttachGlobalsTypedDict,
|
|
AttachInvoice,
|
|
AttachInvoiceMode,
|
|
AttachInvoiceModeTypedDict,
|
|
AttachInvoiceTypedDict,
|
|
AttachItemBillingMethod,
|
|
AttachItemExpiryDurationType,
|
|
AttachItemOnDecrease,
|
|
AttachItemOnIncrease,
|
|
AttachItemPlanItem,
|
|
AttachItemPlanItemTypedDict,
|
|
AttachItemPrice,
|
|
AttachItemPriceInterval,
|
|
AttachItemPriceTypedDict,
|
|
AttachItemProration,
|
|
AttachItemProrationTypedDict,
|
|
AttachItemReset,
|
|
AttachItemResetInterval,
|
|
AttachItemResetTypedDict,
|
|
AttachItemRollover,
|
|
AttachItemRolloverTypedDict,
|
|
AttachItemTier,
|
|
AttachItemTierBehavior,
|
|
AttachItemTierTypedDict,
|
|
AttachItemTo,
|
|
AttachItemToTypedDict,
|
|
AttachOnEnd,
|
|
AttachParams,
|
|
AttachParamsTypedDict,
|
|
AttachPlanItemFilter,
|
|
AttachPlanItemFilterTypedDict,
|
|
AttachPlanSchedule,
|
|
AttachPriceInterval,
|
|
AttachProrationBehavior,
|
|
AttachRedirectMode,
|
|
AttachRemoveItemBillingMethod,
|
|
AttachRemoveItemInterval,
|
|
AttachRequiredAction,
|
|
AttachRequiredActionTypedDict,
|
|
AttachResponse,
|
|
AttachResponseTypedDict,
|
|
)
|
|
from .balance import (
|
|
Balance,
|
|
BalanceBillingMethod,
|
|
BalanceCreditSchema,
|
|
BalanceCreditSchemaTypedDict,
|
|
BalanceDisplay,
|
|
BalanceDisplayTypedDict,
|
|
BalanceFeature,
|
|
BalanceFeatureTypedDict,
|
|
BalanceIntervalEnum,
|
|
BalanceIntervalUnion,
|
|
BalanceIntervalUnionTypedDict,
|
|
BalancePrice,
|
|
BalancePriceTypedDict,
|
|
BalanceReset,
|
|
BalanceResetTypedDict,
|
|
BalanceRollover,
|
|
BalanceRolloverTypedDict,
|
|
BalanceTierBehavior,
|
|
BalanceType,
|
|
BalanceTypedDict,
|
|
Breakdown,
|
|
BreakdownTypedDict,
|
|
)
|
|
from .batchtrackop import (
|
|
BatchTrackGlobals,
|
|
BatchTrackGlobalsTypedDict,
|
|
BatchTrackLock,
|
|
BatchTrackLockTypedDict,
|
|
BatchTrackResponse,
|
|
BatchTrackResponseTypedDict,
|
|
RequestBody,
|
|
RequestBodyTypedDict,
|
|
)
|
|
from .billingupdateop import (
|
|
BillingUpdateAddItemBillingMethod,
|
|
BillingUpdateAddItemExpiryDurationType,
|
|
BillingUpdateAddItemOnDecrease,
|
|
BillingUpdateAddItemOnIncrease,
|
|
BillingUpdateAddItemPlanItem,
|
|
BillingUpdateAddItemPlanItemTypedDict,
|
|
BillingUpdateAddItemPrice,
|
|
BillingUpdateAddItemPriceInterval,
|
|
BillingUpdateAddItemPriceTypedDict,
|
|
BillingUpdateAddItemProration,
|
|
BillingUpdateAddItemProrationTypedDict,
|
|
BillingUpdateAddItemReset,
|
|
BillingUpdateAddItemResetInterval,
|
|
BillingUpdateAddItemResetTypedDict,
|
|
BillingUpdateAddItemRollover,
|
|
BillingUpdateAddItemRolloverTypedDict,
|
|
BillingUpdateAddItemTier,
|
|
BillingUpdateAddItemTierBehavior,
|
|
BillingUpdateAddItemTierTypedDict,
|
|
BillingUpdateAddItemTo,
|
|
BillingUpdateAddItemToTypedDict,
|
|
BillingUpdateAttachDiscount,
|
|
BillingUpdateAttachDiscountTypedDict,
|
|
BillingUpdateBasePrice,
|
|
BillingUpdateBasePriceTypedDict,
|
|
BillingUpdateCancelAction,
|
|
BillingUpdateCode,
|
|
BillingUpdateCustomize,
|
|
BillingUpdateCustomizeTypedDict,
|
|
BillingUpdateDurationType,
|
|
BillingUpdateFeatureQuantity,
|
|
BillingUpdateFeatureQuantityTypedDict,
|
|
BillingUpdateFreeTrialParams,
|
|
BillingUpdateFreeTrialParamsTypedDict,
|
|
BillingUpdateGlobals,
|
|
BillingUpdateGlobalsTypedDict,
|
|
BillingUpdateInvoice,
|
|
BillingUpdateInvoiceMode,
|
|
BillingUpdateInvoiceModeTypedDict,
|
|
BillingUpdateInvoiceTypedDict,
|
|
BillingUpdateItemBillingMethod,
|
|
BillingUpdateItemExpiryDurationType,
|
|
BillingUpdateItemOnDecrease,
|
|
BillingUpdateItemOnIncrease,
|
|
BillingUpdateItemPlanItem,
|
|
BillingUpdateItemPlanItemTypedDict,
|
|
BillingUpdateItemPrice,
|
|
BillingUpdateItemPriceInterval,
|
|
BillingUpdateItemPriceTypedDict,
|
|
BillingUpdateItemProration,
|
|
BillingUpdateItemProrationTypedDict,
|
|
BillingUpdateItemReset,
|
|
BillingUpdateItemResetInterval,
|
|
BillingUpdateItemResetTypedDict,
|
|
BillingUpdateItemRollover,
|
|
BillingUpdateItemRolloverTypedDict,
|
|
BillingUpdateItemTier,
|
|
BillingUpdateItemTierBehavior,
|
|
BillingUpdateItemTierTypedDict,
|
|
BillingUpdateItemTo,
|
|
BillingUpdateItemToTypedDict,
|
|
BillingUpdateOnEnd,
|
|
BillingUpdatePlanItemFilter,
|
|
BillingUpdatePlanItemFilterTypedDict,
|
|
BillingUpdatePriceInterval,
|
|
BillingUpdateProrationBehavior,
|
|
BillingUpdateRecalculateBalances,
|
|
BillingUpdateRecalculateBalancesTypedDict,
|
|
BillingUpdateRedirectMode,
|
|
BillingUpdateRemoveItemBillingMethod,
|
|
BillingUpdateRemoveItemInterval,
|
|
BillingUpdateRequiredAction,
|
|
BillingUpdateRequiredActionTypedDict,
|
|
BillingUpdateResponse,
|
|
BillingUpdateResponseTypedDict,
|
|
UpdateSubscriptionParams,
|
|
UpdateSubscriptionParamsTypedDict,
|
|
)
|
|
from .checkop import (
|
|
CheckConfig1,
|
|
CheckConfig1TypedDict,
|
|
CheckConfig2,
|
|
CheckConfig2TypedDict,
|
|
CheckCreditSchema1,
|
|
CheckCreditSchema1TypedDict,
|
|
CheckCreditSchema2,
|
|
CheckCreditSchema2TypedDict,
|
|
CheckEnv1,
|
|
CheckEnv2,
|
|
CheckFeature1,
|
|
CheckFeature1TypedDict,
|
|
CheckFeature2,
|
|
CheckFeature2TypedDict,
|
|
CheckFreeTrial1,
|
|
CheckFreeTrial1TypedDict,
|
|
CheckFreeTrial2,
|
|
CheckFreeTrial2TypedDict,
|
|
CheckGlobals,
|
|
CheckGlobalsTypedDict,
|
|
CheckInterval1,
|
|
CheckInterval2,
|
|
CheckItem1,
|
|
CheckItem1TypedDict,
|
|
CheckItem2,
|
|
CheckItem2TypedDict,
|
|
CheckLock,
|
|
CheckLockTypedDict,
|
|
CheckOnDecrease1,
|
|
CheckOnDecrease2,
|
|
CheckOnEnd1,
|
|
CheckOnEnd2,
|
|
CheckOnIncrease1,
|
|
CheckOnIncrease2,
|
|
CheckParams,
|
|
CheckParamsTypedDict,
|
|
CheckProduct1,
|
|
CheckProduct1TypedDict,
|
|
CheckProduct2,
|
|
CheckProduct2TypedDict,
|
|
CheckResponse,
|
|
CheckResponseBody1,
|
|
CheckResponseBody1TypedDict,
|
|
CheckResponseBody2,
|
|
CheckResponseBody2TypedDict,
|
|
CheckResponseTypedDict,
|
|
CheckRollover1,
|
|
CheckRollover1TypedDict,
|
|
CheckRollover2,
|
|
CheckRollover2TypedDict,
|
|
CheckTierBehavior1,
|
|
CheckTierBehavior2,
|
|
ConfigDuration1,
|
|
ConfigDuration2,
|
|
FeatureType1,
|
|
FeatureType2,
|
|
Flag1,
|
|
Flag1TypedDict,
|
|
Flag2,
|
|
Flag2TypedDict,
|
|
FlagDisplay1,
|
|
FlagDisplay1TypedDict,
|
|
FlagDisplay2,
|
|
FlagDisplay2TypedDict,
|
|
FlagType1,
|
|
FlagType2,
|
|
FreeTrialDuration1,
|
|
FreeTrialDuration2,
|
|
IncludedUsage1,
|
|
IncludedUsage1TypedDict,
|
|
IncludedUsage2,
|
|
IncludedUsage2TypedDict,
|
|
Preview1,
|
|
Preview1TypedDict,
|
|
Preview2,
|
|
Preview2TypedDict,
|
|
ProductDisplay1,
|
|
ProductDisplay1TypedDict,
|
|
ProductDisplay2,
|
|
ProductDisplay2TypedDict,
|
|
ProductScenario1,
|
|
ProductScenario2,
|
|
ProductType1,
|
|
ProductType2,
|
|
Properties1,
|
|
Properties1TypedDict,
|
|
Properties2,
|
|
Properties2TypedDict,
|
|
Scenario1,
|
|
Scenario2,
|
|
UsageModel1,
|
|
UsageModel2,
|
|
)
|
|
from .createbalanceop import (
|
|
CreateBalanceDuration,
|
|
CreateBalanceGlobals,
|
|
CreateBalanceGlobalsTypedDict,
|
|
CreateBalanceInterval,
|
|
CreateBalanceParams,
|
|
CreateBalanceParamsTypedDict,
|
|
CreateBalanceReset,
|
|
CreateBalanceResetTypedDict,
|
|
CreateBalanceResponse,
|
|
CreateBalanceResponseTypedDict,
|
|
CreateBalanceRollover,
|
|
CreateBalanceRolloverTypedDict,
|
|
)
|
|
from .createentityop import (
|
|
CreateEntityBillingControlsRequest,
|
|
CreateEntityBillingControlsRequestTypedDict,
|
|
CreateEntityBillingControlsResponse,
|
|
CreateEntityBillingControlsResponseTypedDict,
|
|
CreateEntityCreditSchema,
|
|
CreateEntityCreditSchemaTypedDict,
|
|
CreateEntityDisplay,
|
|
CreateEntityDisplayTypedDict,
|
|
CreateEntityEnv,
|
|
CreateEntityFeature,
|
|
CreateEntityFeatureTypedDict,
|
|
CreateEntityFlags,
|
|
CreateEntityFlagsTypedDict,
|
|
CreateEntityGlobals,
|
|
CreateEntityGlobalsTypedDict,
|
|
CreateEntityInvoice,
|
|
CreateEntityInvoiceTypedDict,
|
|
CreateEntityOverageAllowedRequest,
|
|
CreateEntityOverageAllowedRequestTypedDict,
|
|
CreateEntityOverageAllowedResponse,
|
|
CreateEntityOverageAllowedResponseTypedDict,
|
|
CreateEntityParams,
|
|
CreateEntityParamsTypedDict,
|
|
CreateEntityProcessorType,
|
|
CreateEntityPurchase,
|
|
CreateEntityPurchaseScope,
|
|
CreateEntityPurchaseTypedDict,
|
|
CreateEntityResponse,
|
|
CreateEntityResponseTypedDict,
|
|
CreateEntitySpendLimitRequest,
|
|
CreateEntitySpendLimitRequestTypedDict,
|
|
CreateEntitySpendLimitResponse,
|
|
CreateEntitySpendLimitResponseTypedDict,
|
|
CreateEntityStatus,
|
|
CreateEntitySubscription,
|
|
CreateEntitySubscriptionScope,
|
|
CreateEntitySubscriptionTypedDict,
|
|
CreateEntityThresholdTypeRequestBody,
|
|
CreateEntityThresholdTypeResponse,
|
|
CreateEntityType,
|
|
CreateEntityUsageAlertRequestBody,
|
|
CreateEntityUsageAlertRequestBodyTypedDict,
|
|
CreateEntityUsageAlertResponse,
|
|
CreateEntityUsageAlertResponseTypedDict,
|
|
)
|
|
from .createfeatureop import (
|
|
CreateFeatureCreditSchemaRequest,
|
|
CreateFeatureCreditSchemaRequestTypedDict,
|
|
CreateFeatureCreditSchemaResponse,
|
|
CreateFeatureCreditSchemaResponseTypedDict,
|
|
CreateFeatureDisplayRequest,
|
|
CreateFeatureDisplayRequestTypedDict,
|
|
CreateFeatureDisplayResponse,
|
|
CreateFeatureDisplayResponseTypedDict,
|
|
CreateFeatureGlobals,
|
|
CreateFeatureGlobalsTypedDict,
|
|
CreateFeatureParams,
|
|
CreateFeatureParamsTypedDict,
|
|
CreateFeatureResponse,
|
|
CreateFeatureResponseTypedDict,
|
|
CreateFeatureTypeRequest,
|
|
CreateFeatureTypeResponse,
|
|
)
|
|
from .createplanop import (
|
|
CreatePlanAttachAction,
|
|
CreatePlanBillingMethodRequest,
|
|
CreatePlanBillingMethodResponse,
|
|
CreatePlanConfigRequest,
|
|
CreatePlanConfigRequestTypedDict,
|
|
CreatePlanConfigResponse,
|
|
CreatePlanConfigResponseTypedDict,
|
|
CreatePlanCreditSchema,
|
|
CreatePlanCreditSchemaTypedDict,
|
|
CreatePlanCustomerEligibility,
|
|
CreatePlanCustomerEligibilityTypedDict,
|
|
CreatePlanDurationTypeRequest,
|
|
CreatePlanDurationTypeResponse,
|
|
CreatePlanEnv,
|
|
CreatePlanExpiryDurationTypeRequest,
|
|
CreatePlanExpiryDurationTypeResponse,
|
|
CreatePlanFeature,
|
|
CreatePlanFeatureDisplay,
|
|
CreatePlanFeatureDisplayTypedDict,
|
|
CreatePlanFeatureTypedDict,
|
|
CreatePlanFreeTrialResponse,
|
|
CreatePlanFreeTrialResponseTypedDict,
|
|
CreatePlanGlobals,
|
|
CreatePlanGlobalsTypedDict,
|
|
CreatePlanItem,
|
|
CreatePlanItemDisplay,
|
|
CreatePlanItemDisplayTypedDict,
|
|
CreatePlanItemPriceIntervalRequest,
|
|
CreatePlanItemPriceRequest,
|
|
CreatePlanItemPriceRequestTypedDict,
|
|
CreatePlanItemPriceResponse,
|
|
CreatePlanItemPriceResponseTypedDict,
|
|
CreatePlanItemTypedDict,
|
|
CreatePlanOnDecrease,
|
|
CreatePlanOnEndRequest,
|
|
CreatePlanOnEndResponse,
|
|
CreatePlanOnIncrease,
|
|
CreatePlanParams,
|
|
CreatePlanParamsTypedDict,
|
|
CreatePlanPlanItem,
|
|
CreatePlanPlanItemTypedDict,
|
|
CreatePlanPriceDisplay,
|
|
CreatePlanPriceDisplayTypedDict,
|
|
CreatePlanPriceIntervalRequest,
|
|
CreatePlanPriceIntervalResponse,
|
|
CreatePlanPriceItemIntervalResponse,
|
|
CreatePlanPriceRequest,
|
|
CreatePlanPriceRequestTypedDict,
|
|
CreatePlanPriceResponse,
|
|
CreatePlanPriceResponseTypedDict,
|
|
CreatePlanProration,
|
|
CreatePlanProrationTypedDict,
|
|
CreatePlanResetIntervalRequest,
|
|
CreatePlanResetIntervalResponse,
|
|
CreatePlanResetRequest,
|
|
CreatePlanResetRequestTypedDict,
|
|
CreatePlanResetResponse,
|
|
CreatePlanResetResponseTypedDict,
|
|
CreatePlanResponse,
|
|
CreatePlanResponseTypedDict,
|
|
CreatePlanRolloverRequest,
|
|
CreatePlanRolloverRequestTypedDict,
|
|
CreatePlanRolloverResponse,
|
|
CreatePlanRolloverResponseTypedDict,
|
|
CreatePlanStatus,
|
|
CreatePlanTier,
|
|
CreatePlanTierBehaviorRequest,
|
|
CreatePlanTierBehaviorResponse,
|
|
CreatePlanTierTypedDict,
|
|
CreatePlanTo,
|
|
CreatePlanToTypedDict,
|
|
CreatePlanType,
|
|
FreeTrialRequest,
|
|
FreeTrialRequestTypedDict,
|
|
)
|
|
from .createreferralcodeop import (
|
|
CreateReferralCodeGlobals,
|
|
CreateReferralCodeGlobalsTypedDict,
|
|
CreateReferralCodeParams,
|
|
CreateReferralCodeParamsTypedDict,
|
|
CreateReferralCodeResponse,
|
|
CreateReferralCodeResponseTypedDict,
|
|
)
|
|
from .createscheduleop import (
|
|
BillingBehavior,
|
|
CreateScheduleAttachDiscount,
|
|
CreateScheduleAttachDiscountTypedDict,
|
|
CreateScheduleBasePrice2,
|
|
CreateScheduleBasePrice2TypedDict,
|
|
CreateScheduleBillingMethod2,
|
|
CreateScheduleCode,
|
|
CreateScheduleCustomize2,
|
|
CreateScheduleCustomize2TypedDict,
|
|
CreateScheduleExpiryDurationType2,
|
|
CreateScheduleFeatureQuantity2,
|
|
CreateScheduleFeatureQuantity2TypedDict,
|
|
CreateScheduleGlobals,
|
|
CreateScheduleGlobalsTypedDict,
|
|
CreateScheduleInvoice,
|
|
CreateScheduleInvoiceMode,
|
|
CreateScheduleInvoiceModeTypedDict,
|
|
CreateScheduleInvoiceTypedDict,
|
|
CreateScheduleItemPriceInterval2,
|
|
CreateScheduleOnDecrease2,
|
|
CreateScheduleOnIncrease2,
|
|
CreateScheduleParams,
|
|
CreateScheduleParamsTypedDict,
|
|
CreateSchedulePlan2,
|
|
CreateSchedulePlan2TypedDict,
|
|
CreateSchedulePlanItem2,
|
|
CreateSchedulePlanItem2TypedDict,
|
|
CreateSchedulePrice2,
|
|
CreateSchedulePrice2TypedDict,
|
|
CreateSchedulePriceInterval2,
|
|
CreateScheduleProration2,
|
|
CreateScheduleProration2TypedDict,
|
|
CreateScheduleRedirectMode,
|
|
CreateScheduleRequiredAction,
|
|
CreateScheduleRequiredActionTypedDict,
|
|
CreateScheduleReset2,
|
|
CreateScheduleReset2TypedDict,
|
|
CreateScheduleResetInterval2,
|
|
CreateScheduleResponse,
|
|
CreateScheduleResponseTypedDict,
|
|
CreateScheduleRollover2,
|
|
CreateScheduleRollover2TypedDict,
|
|
CreateScheduleStatus,
|
|
CreateScheduleTier2,
|
|
CreateScheduleTier2TypedDict,
|
|
CreateScheduleTierBehavior2,
|
|
Phase,
|
|
PhaseRequest2,
|
|
PhaseRequest2TypedDict,
|
|
PhaseResponse,
|
|
PhaseResponseTypedDict,
|
|
PhaseTypedDict,
|
|
)
|
|
from .customer import (
|
|
Customer,
|
|
CustomerAutoTopup,
|
|
CustomerAutoTopupTypedDict,
|
|
CustomerBillingControls,
|
|
CustomerBillingControlsTypedDict,
|
|
CustomerConfig,
|
|
CustomerConfigTypedDict,
|
|
CustomerCreditSchema,
|
|
CustomerCreditSchemaTypedDict,
|
|
CustomerDisplay,
|
|
CustomerDisplayTypedDict,
|
|
CustomerDurationType,
|
|
CustomerEntityEnv,
|
|
CustomerEnv,
|
|
CustomerFeature,
|
|
CustomerFeatureTypedDict,
|
|
CustomerFlagsType,
|
|
CustomerInterval1,
|
|
CustomerInterval2,
|
|
CustomerOverageAllowed,
|
|
CustomerOverageAllowedTypedDict,
|
|
CustomerPurchaseLimit1,
|
|
CustomerPurchaseLimit1TypedDict,
|
|
CustomerPurchaseLimit2,
|
|
CustomerPurchaseLimit2TypedDict,
|
|
CustomerPurchaseLimitUnion,
|
|
CustomerPurchaseLimitUnionTypedDict,
|
|
CustomerRewardsType,
|
|
CustomerSpendLimit,
|
|
CustomerSpendLimitTypedDict,
|
|
CustomerStatus,
|
|
CustomerThresholdType,
|
|
CustomerTypedDict,
|
|
CustomerUsageAlert,
|
|
CustomerUsageAlertTypedDict,
|
|
Discount,
|
|
DiscountTypedDict,
|
|
Entity,
|
|
EntityTypedDict,
|
|
Flags,
|
|
FlagsTypedDict,
|
|
Invoice,
|
|
InvoiceTypedDict,
|
|
ProcessorType,
|
|
Processors,
|
|
ProcessorsTypedDict,
|
|
Purchase,
|
|
PurchaseScope,
|
|
PurchaseTypedDict,
|
|
Referral,
|
|
ReferralCustomer,
|
|
ReferralCustomerTypedDict,
|
|
ReferralTypedDict,
|
|
Revenuecat,
|
|
RevenuecatTypedDict,
|
|
Rewards,
|
|
RewardsTypedDict,
|
|
Stripe,
|
|
StripeTypedDict,
|
|
Subscription,
|
|
SubscriptionScope,
|
|
SubscriptionTypedDict,
|
|
TrialsUsed,
|
|
TrialsUsedTypedDict,
|
|
Vercel,
|
|
VercelTypedDict,
|
|
)
|
|
from .customerdata import (
|
|
CustomerData,
|
|
CustomerDataAutoTopup,
|
|
CustomerDataAutoTopupTypedDict,
|
|
CustomerDataBillingControls,
|
|
CustomerDataBillingControlsTypedDict,
|
|
CustomerDataConfig,
|
|
CustomerDataConfigTypedDict,
|
|
CustomerDataInterval,
|
|
CustomerDataOverageAllowed,
|
|
CustomerDataOverageAllowedTypedDict,
|
|
CustomerDataPurchaseLimit,
|
|
CustomerDataPurchaseLimitTypedDict,
|
|
CustomerDataSpendLimit,
|
|
CustomerDataSpendLimitTypedDict,
|
|
CustomerDataThresholdType,
|
|
CustomerDataTypedDict,
|
|
CustomerDataUsageAlert,
|
|
CustomerDataUsageAlertTypedDict,
|
|
)
|
|
from .customerexpand import CustomerExpand
|
|
from .deletebalanceop import (
|
|
DeleteBalanceGlobals,
|
|
DeleteBalanceGlobalsTypedDict,
|
|
DeleteBalanceInterval,
|
|
DeleteBalanceParams,
|
|
DeleteBalanceParamsTypedDict,
|
|
DeleteBalanceResponse,
|
|
DeleteBalanceResponseTypedDict,
|
|
)
|
|
from .deletecustomerop import (
|
|
DeleteCustomerGlobals,
|
|
DeleteCustomerGlobalsTypedDict,
|
|
DeleteCustomerParams,
|
|
DeleteCustomerParamsTypedDict,
|
|
DeleteCustomerResponse,
|
|
DeleteCustomerResponseTypedDict,
|
|
)
|
|
from .deleteentityop import (
|
|
DeleteEntityGlobals,
|
|
DeleteEntityGlobalsTypedDict,
|
|
DeleteEntityParams,
|
|
DeleteEntityParamsTypedDict,
|
|
DeleteEntityResponse,
|
|
DeleteEntityResponseTypedDict,
|
|
)
|
|
from .deletefeatureop import (
|
|
DeleteFeatureGlobals,
|
|
DeleteFeatureGlobalsTypedDict,
|
|
DeleteFeatureParams,
|
|
DeleteFeatureParamsTypedDict,
|
|
DeleteFeatureResponse,
|
|
DeleteFeatureResponseTypedDict,
|
|
)
|
|
from .deleteplanop import (
|
|
DeletePlanGlobals,
|
|
DeletePlanGlobalsTypedDict,
|
|
DeletePlanParams,
|
|
DeletePlanParamsTypedDict,
|
|
DeletePlanResponse,
|
|
DeletePlanResponseTypedDict,
|
|
)
|
|
from .finalizelockop import (
|
|
FinalizeBalanceParams,
|
|
FinalizeBalanceParamsTypedDict,
|
|
FinalizeLockAction,
|
|
FinalizeLockGlobals,
|
|
FinalizeLockGlobalsTypedDict,
|
|
FinalizeLockResponse,
|
|
FinalizeLockResponseBody1,
|
|
FinalizeLockResponseBody1TypedDict,
|
|
FinalizeLockResponseBody2,
|
|
FinalizeLockResponseBody2TypedDict,
|
|
FinalizeLockResponseTypedDict,
|
|
)
|
|
from .getcustomerop import (
|
|
GetCustomerAutoTopup,
|
|
GetCustomerAutoTopupTypedDict,
|
|
GetCustomerBillingControls,
|
|
GetCustomerBillingControlsTypedDict,
|
|
GetCustomerConfig,
|
|
GetCustomerConfigTypedDict,
|
|
GetCustomerCreditSchema,
|
|
GetCustomerCreditSchemaTypedDict,
|
|
GetCustomerCustomer,
|
|
GetCustomerCustomerTypedDict,
|
|
GetCustomerDiscount,
|
|
GetCustomerDiscountTypedDict,
|
|
GetCustomerDisplay,
|
|
GetCustomerDisplayTypedDict,
|
|
GetCustomerDurationType,
|
|
GetCustomerEntity,
|
|
GetCustomerEntityEnv,
|
|
GetCustomerEntityTypedDict,
|
|
GetCustomerEnv,
|
|
GetCustomerFeature,
|
|
GetCustomerFeatureTypedDict,
|
|
GetCustomerFlags,
|
|
GetCustomerFlagsType,
|
|
GetCustomerFlagsTypedDict,
|
|
GetCustomerGlobals,
|
|
GetCustomerGlobalsTypedDict,
|
|
GetCustomerInterval1,
|
|
GetCustomerInterval2,
|
|
GetCustomerInvoice,
|
|
GetCustomerInvoiceTypedDict,
|
|
GetCustomerOverageAllowed,
|
|
GetCustomerOverageAllowedTypedDict,
|
|
GetCustomerParams,
|
|
GetCustomerParamsTypedDict,
|
|
GetCustomerProcessorType,
|
|
GetCustomerProcessors,
|
|
GetCustomerProcessorsTypedDict,
|
|
GetCustomerPurchase,
|
|
GetCustomerPurchaseLimit1,
|
|
GetCustomerPurchaseLimit1TypedDict,
|
|
GetCustomerPurchaseLimit2,
|
|
GetCustomerPurchaseLimit2TypedDict,
|
|
GetCustomerPurchaseLimitUnion,
|
|
GetCustomerPurchaseLimitUnionTypedDict,
|
|
GetCustomerPurchaseScope,
|
|
GetCustomerPurchaseTypedDict,
|
|
GetCustomerReferral,
|
|
GetCustomerReferralTypedDict,
|
|
GetCustomerResponse,
|
|
GetCustomerResponseTypedDict,
|
|
GetCustomerRevenuecat,
|
|
GetCustomerRevenuecatTypedDict,
|
|
GetCustomerRewards,
|
|
GetCustomerRewardsType,
|
|
GetCustomerRewardsTypedDict,
|
|
GetCustomerSpendLimit,
|
|
GetCustomerSpendLimitTypedDict,
|
|
GetCustomerStatus,
|
|
GetCustomerStripe,
|
|
GetCustomerStripeTypedDict,
|
|
GetCustomerSubscription,
|
|
GetCustomerSubscriptionScope,
|
|
GetCustomerSubscriptionTypedDict,
|
|
GetCustomerThresholdType,
|
|
GetCustomerTrialsUsed,
|
|
GetCustomerTrialsUsedTypedDict,
|
|
GetCustomerUsageAlert,
|
|
GetCustomerUsageAlertTypedDict,
|
|
GetCustomerVercel,
|
|
GetCustomerVercelTypedDict,
|
|
)
|
|
from .getentityop import (
|
|
GetEntityBillingControls,
|
|
GetEntityBillingControlsTypedDict,
|
|
GetEntityCreditSchema,
|
|
GetEntityCreditSchemaTypedDict,
|
|
GetEntityDisplay,
|
|
GetEntityDisplayTypedDict,
|
|
GetEntityEnv,
|
|
GetEntityFeature,
|
|
GetEntityFeatureTypedDict,
|
|
GetEntityFlags,
|
|
GetEntityFlagsTypedDict,
|
|
GetEntityGlobals,
|
|
GetEntityGlobalsTypedDict,
|
|
GetEntityInvoice,
|
|
GetEntityInvoiceTypedDict,
|
|
GetEntityOverageAllowed,
|
|
GetEntityOverageAllowedTypedDict,
|
|
GetEntityParams,
|
|
GetEntityParamsTypedDict,
|
|
GetEntityProcessorType,
|
|
GetEntityPurchase,
|
|
GetEntityPurchaseScope,
|
|
GetEntityPurchaseTypedDict,
|
|
GetEntityResponse,
|
|
GetEntityResponseTypedDict,
|
|
GetEntitySpendLimit,
|
|
GetEntitySpendLimitTypedDict,
|
|
GetEntityStatus,
|
|
GetEntitySubscription,
|
|
GetEntitySubscriptionScope,
|
|
GetEntitySubscriptionTypedDict,
|
|
GetEntityThresholdType,
|
|
GetEntityType,
|
|
GetEntityUsageAlert,
|
|
GetEntityUsageAlertTypedDict,
|
|
)
|
|
from .getfeatureop import (
|
|
GetFeatureCreditSchema,
|
|
GetFeatureCreditSchemaTypedDict,
|
|
GetFeatureDisplay,
|
|
GetFeatureDisplayTypedDict,
|
|
GetFeatureGlobals,
|
|
GetFeatureGlobalsTypedDict,
|
|
GetFeatureParams,
|
|
GetFeatureParamsTypedDict,
|
|
GetFeatureResponse,
|
|
GetFeatureResponseTypedDict,
|
|
GetFeatureType,
|
|
)
|
|
from .getorcreatecustomerop import (
|
|
GetOrCreateCustomerAutoTopup,
|
|
GetOrCreateCustomerAutoTopupTypedDict,
|
|
GetOrCreateCustomerBillingControls,
|
|
GetOrCreateCustomerBillingControlsTypedDict,
|
|
GetOrCreateCustomerConfig,
|
|
GetOrCreateCustomerConfigTypedDict,
|
|
GetOrCreateCustomerGlobals,
|
|
GetOrCreateCustomerGlobalsTypedDict,
|
|
GetOrCreateCustomerInterval,
|
|
GetOrCreateCustomerOverageAllowed,
|
|
GetOrCreateCustomerOverageAllowedTypedDict,
|
|
GetOrCreateCustomerParams,
|
|
GetOrCreateCustomerParamsTypedDict,
|
|
GetOrCreateCustomerPurchaseLimit,
|
|
GetOrCreateCustomerPurchaseLimitTypedDict,
|
|
GetOrCreateCustomerSpendLimit,
|
|
GetOrCreateCustomerSpendLimitTypedDict,
|
|
GetOrCreateCustomerThresholdType,
|
|
GetOrCreateCustomerUsageAlert,
|
|
GetOrCreateCustomerUsageAlertTypedDict,
|
|
)
|
|
from .getplanop import (
|
|
GetPlanAttachAction,
|
|
GetPlanBillingMethod,
|
|
GetPlanConfig,
|
|
GetPlanConfigTypedDict,
|
|
GetPlanCreditSchema,
|
|
GetPlanCreditSchemaTypedDict,
|
|
GetPlanCustomerEligibility,
|
|
GetPlanCustomerEligibilityTypedDict,
|
|
GetPlanDurationType,
|
|
GetPlanEnv,
|
|
GetPlanExpiryDurationType,
|
|
GetPlanFeature,
|
|
GetPlanFeatureDisplay,
|
|
GetPlanFeatureDisplayTypedDict,
|
|
GetPlanFeatureTypedDict,
|
|
GetPlanFreeTrial,
|
|
GetPlanFreeTrialTypedDict,
|
|
GetPlanGlobals,
|
|
GetPlanGlobalsTypedDict,
|
|
GetPlanItem,
|
|
GetPlanItemDisplay,
|
|
GetPlanItemDisplayTypedDict,
|
|
GetPlanItemPrice,
|
|
GetPlanItemPriceTypedDict,
|
|
GetPlanItemTypedDict,
|
|
GetPlanOnEnd,
|
|
GetPlanParams,
|
|
GetPlanParamsTypedDict,
|
|
GetPlanPrice,
|
|
GetPlanPriceDisplay,
|
|
GetPlanPriceDisplayTypedDict,
|
|
GetPlanPriceInterval,
|
|
GetPlanPriceItemInterval,
|
|
GetPlanPriceTypedDict,
|
|
GetPlanReset,
|
|
GetPlanResetInterval,
|
|
GetPlanResetTypedDict,
|
|
GetPlanResponse,
|
|
GetPlanResponseTypedDict,
|
|
GetPlanRollover,
|
|
GetPlanRolloverTypedDict,
|
|
GetPlanStatus,
|
|
GetPlanTierBehavior,
|
|
GetPlanType,
|
|
)
|
|
from .getrevenuecatkeysop import (
|
|
APIKey,
|
|
APIKeyTypedDict,
|
|
GetRevenueCatKeysApp,
|
|
GetRevenueCatKeysAppTypedDict,
|
|
GetRevenueCatKeysEnv,
|
|
GetRevenueCatKeysGlobals,
|
|
GetRevenueCatKeysGlobalsTypedDict,
|
|
GetRevenueCatKeysParams,
|
|
GetRevenueCatKeysParamsTypedDict,
|
|
GetRevenueCatKeysResponse,
|
|
GetRevenueCatKeysResponseTypedDict,
|
|
)
|
|
from .linkrevenuecatop import (
|
|
LinkRevenueCatEnv,
|
|
LinkRevenueCatGlobals,
|
|
LinkRevenueCatGlobalsTypedDict,
|
|
LinkRevenueCatParams,
|
|
LinkRevenueCatParamsTypedDict,
|
|
LinkRevenueCatResponse,
|
|
LinkRevenueCatResponseTypedDict,
|
|
)
|
|
from .listcustomersop import (
|
|
ListCustomersAutoTopup,
|
|
ListCustomersAutoTopupTypedDict,
|
|
ListCustomersBillingControls,
|
|
ListCustomersBillingControlsTypedDict,
|
|
ListCustomersConfig,
|
|
ListCustomersConfigTypedDict,
|
|
ListCustomersCreditSchema,
|
|
ListCustomersCreditSchemaTypedDict,
|
|
ListCustomersDisplay,
|
|
ListCustomersDisplayTypedDict,
|
|
ListCustomersEnv,
|
|
ListCustomersFeature,
|
|
ListCustomersFeatureTypedDict,
|
|
ListCustomersFlags,
|
|
ListCustomersFlagsTypedDict,
|
|
ListCustomersGlobals,
|
|
ListCustomersGlobalsTypedDict,
|
|
ListCustomersInterval1,
|
|
ListCustomersInterval2,
|
|
ListCustomersList,
|
|
ListCustomersListTypedDict,
|
|
ListCustomersOverageAllowed,
|
|
ListCustomersOverageAllowedTypedDict,
|
|
ListCustomersParams,
|
|
ListCustomersParamsTypedDict,
|
|
ListCustomersPlan,
|
|
ListCustomersPlanTypedDict,
|
|
ListCustomersProcessor,
|
|
ListCustomersProcessors,
|
|
ListCustomersProcessorsTypedDict,
|
|
ListCustomersPurchase,
|
|
ListCustomersPurchaseLimit1,
|
|
ListCustomersPurchaseLimit1TypedDict,
|
|
ListCustomersPurchaseLimit2,
|
|
ListCustomersPurchaseLimit2TypedDict,
|
|
ListCustomersPurchaseLimitUnion,
|
|
ListCustomersPurchaseLimitUnionTypedDict,
|
|
ListCustomersPurchaseScope,
|
|
ListCustomersPurchaseTypedDict,
|
|
ListCustomersResponse,
|
|
ListCustomersResponseTypedDict,
|
|
ListCustomersRevenuecat,
|
|
ListCustomersRevenuecatTypedDict,
|
|
ListCustomersSpendLimit,
|
|
ListCustomersSpendLimitTypedDict,
|
|
ListCustomersStatus,
|
|
ListCustomersStripe,
|
|
ListCustomersStripeTypedDict,
|
|
ListCustomersSubscription,
|
|
ListCustomersSubscriptionScope,
|
|
ListCustomersSubscriptionStatus,
|
|
ListCustomersSubscriptionTypedDict,
|
|
ListCustomersThresholdType,
|
|
ListCustomersType,
|
|
ListCustomersUsageAlert,
|
|
ListCustomersUsageAlertTypedDict,
|
|
ListCustomersVercel,
|
|
ListCustomersVercelTypedDict,
|
|
)
|
|
from .listentitiesop import (
|
|
ListEntitiesBillingControls,
|
|
ListEntitiesBillingControlsTypedDict,
|
|
ListEntitiesCreditSchema,
|
|
ListEntitiesCreditSchemaTypedDict,
|
|
ListEntitiesDisplay,
|
|
ListEntitiesDisplayTypedDict,
|
|
ListEntitiesEnv,
|
|
ListEntitiesFeature,
|
|
ListEntitiesFeatureTypedDict,
|
|
ListEntitiesFlags,
|
|
ListEntitiesFlagsTypedDict,
|
|
ListEntitiesGlobals,
|
|
ListEntitiesGlobalsTypedDict,
|
|
ListEntitiesInvoice,
|
|
ListEntitiesInvoiceTypedDict,
|
|
ListEntitiesList,
|
|
ListEntitiesListTypedDict,
|
|
ListEntitiesOverageAllowed,
|
|
ListEntitiesOverageAllowedTypedDict,
|
|
ListEntitiesParams,
|
|
ListEntitiesParamsTypedDict,
|
|
ListEntitiesPlan,
|
|
ListEntitiesPlanTypedDict,
|
|
ListEntitiesProcessor,
|
|
ListEntitiesProcessorType,
|
|
ListEntitiesPurchase,
|
|
ListEntitiesPurchaseScope,
|
|
ListEntitiesPurchaseTypedDict,
|
|
ListEntitiesResponse,
|
|
ListEntitiesResponseTypedDict,
|
|
ListEntitiesSpendLimit,
|
|
ListEntitiesSpendLimitTypedDict,
|
|
ListEntitiesStatus,
|
|
ListEntitiesSubscription,
|
|
ListEntitiesSubscriptionScope,
|
|
ListEntitiesSubscriptionStatus,
|
|
ListEntitiesSubscriptionTypedDict,
|
|
ListEntitiesThresholdType,
|
|
ListEntitiesType,
|
|
ListEntitiesUsageAlert,
|
|
ListEntitiesUsageAlertTypedDict,
|
|
)
|
|
from .listeventsop import (
|
|
Deductions,
|
|
DeductionsTypedDict,
|
|
EventsListParams,
|
|
EventsListParamsTypedDict,
|
|
ListEventsCustomRange,
|
|
ListEventsCustomRangeTypedDict,
|
|
ListEventsFeatureID,
|
|
ListEventsFeatureIDTypedDict,
|
|
ListEventsGlobals,
|
|
ListEventsGlobalsTypedDict,
|
|
ListEventsIntervalEnum,
|
|
ListEventsIntervalUnion,
|
|
ListEventsIntervalUnionTypedDict,
|
|
ListEventsList,
|
|
ListEventsListTypedDict,
|
|
ListEventsReset,
|
|
ListEventsResetTypedDict,
|
|
ListEventsResponse,
|
|
ListEventsResponseTypedDict,
|
|
)
|
|
from .listfeaturesop import (
|
|
ListFeaturesCreditSchema,
|
|
ListFeaturesCreditSchemaTypedDict,
|
|
ListFeaturesDisplay,
|
|
ListFeaturesDisplayTypedDict,
|
|
ListFeaturesGlobals,
|
|
ListFeaturesGlobalsTypedDict,
|
|
ListFeaturesList,
|
|
ListFeaturesListTypedDict,
|
|
ListFeaturesRequest,
|
|
ListFeaturesRequestTypedDict,
|
|
ListFeaturesResponse,
|
|
ListFeaturesResponseTypedDict,
|
|
ListFeaturesType,
|
|
)
|
|
from .listplansop import (
|
|
ListPlansAttachAction,
|
|
ListPlansBillingMethod,
|
|
ListPlansConfig,
|
|
ListPlansConfigTypedDict,
|
|
ListPlansCreditSchema,
|
|
ListPlansCreditSchemaTypedDict,
|
|
ListPlansCustomerEligibility,
|
|
ListPlansCustomerEligibilityTypedDict,
|
|
ListPlansDurationType,
|
|
ListPlansEnv,
|
|
ListPlansExpiryDurationType,
|
|
ListPlansFeature,
|
|
ListPlansFeatureDisplay,
|
|
ListPlansFeatureDisplayTypedDict,
|
|
ListPlansFeatureTypedDict,
|
|
ListPlansFreeTrial,
|
|
ListPlansFreeTrialTypedDict,
|
|
ListPlansGlobals,
|
|
ListPlansGlobalsTypedDict,
|
|
ListPlansItem,
|
|
ListPlansItemDisplay,
|
|
ListPlansItemDisplayTypedDict,
|
|
ListPlansItemPrice,
|
|
ListPlansItemPriceTypedDict,
|
|
ListPlansItemTypedDict,
|
|
ListPlansList,
|
|
ListPlansListTypedDict,
|
|
ListPlansOnEnd,
|
|
ListPlansParams,
|
|
ListPlansParamsTypedDict,
|
|
ListPlansPrice,
|
|
ListPlansPriceDisplay,
|
|
ListPlansPriceDisplayTypedDict,
|
|
ListPlansPriceInterval,
|
|
ListPlansPriceItemInterval,
|
|
ListPlansPriceTypedDict,
|
|
ListPlansReset,
|
|
ListPlansResetInterval,
|
|
ListPlansResetTypedDict,
|
|
ListPlansResponse,
|
|
ListPlansResponseTypedDict,
|
|
ListPlansRollover,
|
|
ListPlansRolloverTypedDict,
|
|
ListPlansStatus,
|
|
ListPlansTierBehavior,
|
|
ListPlansType,
|
|
)
|
|
from .multiattachop import (
|
|
MultiAttachAttachDiscount,
|
|
MultiAttachAttachDiscountTypedDict,
|
|
MultiAttachBasePrice,
|
|
MultiAttachBasePriceTypedDict,
|
|
MultiAttachBillingControls,
|
|
MultiAttachBillingControlsTypedDict,
|
|
MultiAttachBillingMethod,
|
|
MultiAttachCode,
|
|
MultiAttachCustomize,
|
|
MultiAttachCustomizeTypedDict,
|
|
MultiAttachDurationType,
|
|
MultiAttachEntityData,
|
|
MultiAttachEntityDataTypedDict,
|
|
MultiAttachExpiryDurationType,
|
|
MultiAttachFeatureQuantity,
|
|
MultiAttachFeatureQuantityTypedDict,
|
|
MultiAttachFreeTrialParams,
|
|
MultiAttachFreeTrialParamsTypedDict,
|
|
MultiAttachGlobals,
|
|
MultiAttachGlobalsTypedDict,
|
|
MultiAttachInvoice,
|
|
MultiAttachInvoiceMode,
|
|
MultiAttachInvoiceModeTypedDict,
|
|
MultiAttachInvoiceTypedDict,
|
|
MultiAttachItemPriceInterval,
|
|
MultiAttachOnDecrease,
|
|
MultiAttachOnEnd,
|
|
MultiAttachOnIncrease,
|
|
MultiAttachOverageAllowed,
|
|
MultiAttachOverageAllowedTypedDict,
|
|
MultiAttachParams,
|
|
MultiAttachParamsTypedDict,
|
|
MultiAttachPlan,
|
|
MultiAttachPlanItem,
|
|
MultiAttachPlanItemTypedDict,
|
|
MultiAttachPlanTypedDict,
|
|
MultiAttachPrice,
|
|
MultiAttachPriceInterval,
|
|
MultiAttachPriceTypedDict,
|
|
MultiAttachProration,
|
|
MultiAttachProrationTypedDict,
|
|
MultiAttachRedirectMode,
|
|
MultiAttachRequiredAction,
|
|
MultiAttachRequiredActionTypedDict,
|
|
MultiAttachReset,
|
|
MultiAttachResetInterval,
|
|
MultiAttachResetTypedDict,
|
|
MultiAttachResponse,
|
|
MultiAttachResponseTypedDict,
|
|
MultiAttachRollover,
|
|
MultiAttachRolloverTypedDict,
|
|
MultiAttachSpendLimit,
|
|
MultiAttachSpendLimitTypedDict,
|
|
MultiAttachThresholdType,
|
|
MultiAttachTier,
|
|
MultiAttachTierBehavior,
|
|
MultiAttachTierTypedDict,
|
|
MultiAttachTo,
|
|
MultiAttachToTypedDict,
|
|
MultiAttachUsageAlert,
|
|
MultiAttachUsageAlertTypedDict,
|
|
)
|
|
from .opencustomerportalop import (
|
|
OpenCustomerPortalGlobals,
|
|
OpenCustomerPortalGlobalsTypedDict,
|
|
OpenCustomerPortalParams,
|
|
OpenCustomerPortalParamsTypedDict,
|
|
OpenCustomerPortalResponse,
|
|
OpenCustomerPortalResponseTypedDict,
|
|
)
|
|
from .plan import (
|
|
AttachAction,
|
|
CustomerEligibility,
|
|
CustomerEligibilityTypedDict,
|
|
ExpiryDurationType,
|
|
FreeTrial,
|
|
FreeTrialTypedDict,
|
|
Item,
|
|
ItemTypedDict,
|
|
OnEnd,
|
|
Plan,
|
|
PlanBillingMethod,
|
|
PlanConfig,
|
|
PlanConfigTypedDict,
|
|
PlanCreditSchema,
|
|
PlanCreditSchemaTypedDict,
|
|
PlanDurationType,
|
|
PlanEnv,
|
|
PlanFeature,
|
|
PlanFeatureDisplay,
|
|
PlanFeatureDisplayTypedDict,
|
|
PlanFeatureTypedDict,
|
|
PlanItemDisplay,
|
|
PlanItemDisplayTypedDict,
|
|
PlanItemPrice,
|
|
PlanItemPriceTypedDict,
|
|
PlanPrice,
|
|
PlanPriceDisplay,
|
|
PlanPriceDisplayTypedDict,
|
|
PlanPriceInterval,
|
|
PlanPriceItemInterval,
|
|
PlanPriceTypedDict,
|
|
PlanReset,
|
|
PlanResetInterval,
|
|
PlanResetTypedDict,
|
|
PlanRollover,
|
|
PlanRolloverTypedDict,
|
|
PlanStatus,
|
|
PlanTierBehavior,
|
|
PlanType,
|
|
PlanTypedDict,
|
|
)
|
|
from .previewattachop import (
|
|
PreviewAttachAddItemBillingMethod,
|
|
PreviewAttachAddItemExpiryDurationType,
|
|
PreviewAttachAddItemOnDecrease,
|
|
PreviewAttachAddItemOnIncrease,
|
|
PreviewAttachAddItemPlanItem,
|
|
PreviewAttachAddItemPlanItemTypedDict,
|
|
PreviewAttachAddItemPrice,
|
|
PreviewAttachAddItemPriceInterval,
|
|
PreviewAttachAddItemPriceTypedDict,
|
|
PreviewAttachAddItemProration,
|
|
PreviewAttachAddItemProrationTypedDict,
|
|
PreviewAttachAddItemReset,
|
|
PreviewAttachAddItemResetInterval,
|
|
PreviewAttachAddItemResetTypedDict,
|
|
PreviewAttachAddItemRollover,
|
|
PreviewAttachAddItemRolloverTypedDict,
|
|
PreviewAttachAddItemTier,
|
|
PreviewAttachAddItemTierBehavior,
|
|
PreviewAttachAddItemTierTypedDict,
|
|
PreviewAttachAddItemTo,
|
|
PreviewAttachAddItemToTypedDict,
|
|
PreviewAttachAttachDiscount,
|
|
PreviewAttachAttachDiscountTypedDict,
|
|
PreviewAttachBasePrice,
|
|
PreviewAttachBasePriceTypedDict,
|
|
PreviewAttachCarryOverBalances,
|
|
PreviewAttachCarryOverBalancesTypedDict,
|
|
PreviewAttachCarryOverUsages,
|
|
PreviewAttachCarryOverUsagesTypedDict,
|
|
PreviewAttachCheckoutType,
|
|
PreviewAttachCustomLineItem,
|
|
PreviewAttachCustomLineItemTypedDict,
|
|
PreviewAttachCustomize,
|
|
PreviewAttachCustomizeTypedDict,
|
|
PreviewAttachDiscount,
|
|
PreviewAttachDiscountTypedDict,
|
|
PreviewAttachDurationType,
|
|
PreviewAttachFeatureQuantityRequest,
|
|
PreviewAttachFeatureQuantityRequestTypedDict,
|
|
PreviewAttachFreeTrialParams,
|
|
PreviewAttachFreeTrialParamsTypedDict,
|
|
PreviewAttachGlobals,
|
|
PreviewAttachGlobalsTypedDict,
|
|
PreviewAttachIncoming,
|
|
PreviewAttachIncomingFeatureQuantity,
|
|
PreviewAttachIncomingFeatureQuantityTypedDict,
|
|
PreviewAttachIncomingTypedDict,
|
|
PreviewAttachInvoiceCredits,
|
|
PreviewAttachInvoiceCreditsTypedDict,
|
|
PreviewAttachInvoiceMode,
|
|
PreviewAttachInvoiceModeTypedDict,
|
|
PreviewAttachItemBillingMethod,
|
|
PreviewAttachItemExpiryDurationType,
|
|
PreviewAttachItemOnDecrease,
|
|
PreviewAttachItemOnIncrease,
|
|
PreviewAttachItemPlanItem,
|
|
PreviewAttachItemPlanItemTypedDict,
|
|
PreviewAttachItemPrice,
|
|
PreviewAttachItemPriceInterval,
|
|
PreviewAttachItemPriceTypedDict,
|
|
PreviewAttachItemProration,
|
|
PreviewAttachItemProrationTypedDict,
|
|
PreviewAttachItemReset,
|
|
PreviewAttachItemResetInterval,
|
|
PreviewAttachItemResetTypedDict,
|
|
PreviewAttachItemRollover,
|
|
PreviewAttachItemRolloverTypedDict,
|
|
PreviewAttachItemTier,
|
|
PreviewAttachItemTierBehavior,
|
|
PreviewAttachItemTierTypedDict,
|
|
PreviewAttachItemTo,
|
|
PreviewAttachItemToTypedDict,
|
|
PreviewAttachLineItem,
|
|
PreviewAttachLineItemPeriod,
|
|
PreviewAttachLineItemPeriodTypedDict,
|
|
PreviewAttachLineItemTypedDict,
|
|
PreviewAttachNextCycle,
|
|
PreviewAttachNextCycleDiscount,
|
|
PreviewAttachNextCycleDiscountTypedDict,
|
|
PreviewAttachNextCycleLineItem,
|
|
PreviewAttachNextCycleLineItemPeriod,
|
|
PreviewAttachNextCycleLineItemPeriodTypedDict,
|
|
PreviewAttachNextCycleLineItemTypedDict,
|
|
PreviewAttachNextCycleTypedDict,
|
|
PreviewAttachOnEnd,
|
|
PreviewAttachOutgoing,
|
|
PreviewAttachOutgoingFeatureQuantity,
|
|
PreviewAttachOutgoingFeatureQuantityTypedDict,
|
|
PreviewAttachOutgoingTypedDict,
|
|
PreviewAttachParams,
|
|
PreviewAttachParamsTypedDict,
|
|
PreviewAttachPlanItemFilter,
|
|
PreviewAttachPlanItemFilterTypedDict,
|
|
PreviewAttachPlanSchedule,
|
|
PreviewAttachPriceInterval,
|
|
PreviewAttachProrationBehavior,
|
|
PreviewAttachRedirectMode,
|
|
PreviewAttachRemoveItemBillingMethod,
|
|
PreviewAttachRemoveItemInterval,
|
|
PreviewAttachResponse,
|
|
PreviewAttachResponseTypedDict,
|
|
PreviewAttachStatus,
|
|
PreviewAttachTax,
|
|
PreviewAttachTaxTypedDict,
|
|
PreviewAttachUsageLineItem,
|
|
PreviewAttachUsageLineItemPeriod,
|
|
PreviewAttachUsageLineItemPeriodTypedDict,
|
|
PreviewAttachUsageLineItemTypedDict,
|
|
)
|
|
from .previewmultiattachop import (
|
|
PreviewMultiAttachAttachDiscount,
|
|
PreviewMultiAttachAttachDiscountTypedDict,
|
|
PreviewMultiAttachBasePrice,
|
|
PreviewMultiAttachBasePriceTypedDict,
|
|
PreviewMultiAttachBillingControls,
|
|
PreviewMultiAttachBillingControlsTypedDict,
|
|
PreviewMultiAttachBillingMethod,
|
|
PreviewMultiAttachCheckoutType,
|
|
PreviewMultiAttachCustomize,
|
|
PreviewMultiAttachCustomizeTypedDict,
|
|
PreviewMultiAttachDiscount,
|
|
PreviewMultiAttachDiscountTypedDict,
|
|
PreviewMultiAttachDurationType,
|
|
PreviewMultiAttachEntityData,
|
|
PreviewMultiAttachEntityDataTypedDict,
|
|
PreviewMultiAttachExpiryDurationType,
|
|
PreviewMultiAttachFreeTrialParams,
|
|
PreviewMultiAttachFreeTrialParamsTypedDict,
|
|
PreviewMultiAttachGlobals,
|
|
PreviewMultiAttachGlobalsTypedDict,
|
|
PreviewMultiAttachIncoming,
|
|
PreviewMultiAttachIncomingFeatureQuantity,
|
|
PreviewMultiAttachIncomingFeatureQuantityTypedDict,
|
|
PreviewMultiAttachIncomingTypedDict,
|
|
PreviewMultiAttachInvoiceCredits,
|
|
PreviewMultiAttachInvoiceCreditsTypedDict,
|
|
PreviewMultiAttachInvoiceMode,
|
|
PreviewMultiAttachInvoiceModeTypedDict,
|
|
PreviewMultiAttachItemPriceInterval,
|
|
PreviewMultiAttachLineItem,
|
|
PreviewMultiAttachLineItemPeriod,
|
|
PreviewMultiAttachLineItemPeriodTypedDict,
|
|
PreviewMultiAttachLineItemTypedDict,
|
|
PreviewMultiAttachNextCycle,
|
|
PreviewMultiAttachNextCycleDiscount,
|
|
PreviewMultiAttachNextCycleDiscountTypedDict,
|
|
PreviewMultiAttachNextCycleLineItem,
|
|
PreviewMultiAttachNextCycleLineItemPeriod,
|
|
PreviewMultiAttachNextCycleLineItemPeriodTypedDict,
|
|
PreviewMultiAttachNextCycleLineItemTypedDict,
|
|
PreviewMultiAttachNextCycleTypedDict,
|
|
PreviewMultiAttachOnDecrease,
|
|
PreviewMultiAttachOnEnd,
|
|
PreviewMultiAttachOnIncrease,
|
|
PreviewMultiAttachOutgoing,
|
|
PreviewMultiAttachOutgoingFeatureQuantity,
|
|
PreviewMultiAttachOutgoingFeatureQuantityTypedDict,
|
|
PreviewMultiAttachOutgoingTypedDict,
|
|
PreviewMultiAttachOverageAllowed,
|
|
PreviewMultiAttachOverageAllowedTypedDict,
|
|
PreviewMultiAttachParams,
|
|
PreviewMultiAttachParamsTypedDict,
|
|
PreviewMultiAttachPlan,
|
|
PreviewMultiAttachPlanFeatureQuantity,
|
|
PreviewMultiAttachPlanFeatureQuantityTypedDict,
|
|
PreviewMultiAttachPlanItem,
|
|
PreviewMultiAttachPlanItemTypedDict,
|
|
PreviewMultiAttachPlanTypedDict,
|
|
PreviewMultiAttachPrice,
|
|
PreviewMultiAttachPriceInterval,
|
|
PreviewMultiAttachPriceTypedDict,
|
|
PreviewMultiAttachProration,
|
|
PreviewMultiAttachProrationTypedDict,
|
|
PreviewMultiAttachRedirectMode,
|
|
PreviewMultiAttachReset,
|
|
PreviewMultiAttachResetInterval,
|
|
PreviewMultiAttachResetTypedDict,
|
|
PreviewMultiAttachResponse,
|
|
PreviewMultiAttachResponseTypedDict,
|
|
PreviewMultiAttachRollover,
|
|
PreviewMultiAttachRolloverTypedDict,
|
|
PreviewMultiAttachSpendLimit,
|
|
PreviewMultiAttachSpendLimitTypedDict,
|
|
PreviewMultiAttachStatus,
|
|
PreviewMultiAttachTax,
|
|
PreviewMultiAttachTaxTypedDict,
|
|
PreviewMultiAttachThresholdType,
|
|
PreviewMultiAttachTier,
|
|
PreviewMultiAttachTierBehavior,
|
|
PreviewMultiAttachTierTypedDict,
|
|
PreviewMultiAttachTo,
|
|
PreviewMultiAttachToTypedDict,
|
|
PreviewMultiAttachUsageAlert,
|
|
PreviewMultiAttachUsageAlertTypedDict,
|
|
PreviewMultiAttachUsageLineItem,
|
|
PreviewMultiAttachUsageLineItemPeriod,
|
|
PreviewMultiAttachUsageLineItemPeriodTypedDict,
|
|
PreviewMultiAttachUsageLineItemTypedDict,
|
|
)
|
|
from .previewupdateop import (
|
|
Intent,
|
|
PreviewUpdateAddItemBillingMethod,
|
|
PreviewUpdateAddItemExpiryDurationType,
|
|
PreviewUpdateAddItemOnDecrease,
|
|
PreviewUpdateAddItemOnIncrease,
|
|
PreviewUpdateAddItemPlanItem,
|
|
PreviewUpdateAddItemPlanItemTypedDict,
|
|
PreviewUpdateAddItemPrice,
|
|
PreviewUpdateAddItemPriceInterval,
|
|
PreviewUpdateAddItemPriceTypedDict,
|
|
PreviewUpdateAddItemProration,
|
|
PreviewUpdateAddItemProrationTypedDict,
|
|
PreviewUpdateAddItemReset,
|
|
PreviewUpdateAddItemResetInterval,
|
|
PreviewUpdateAddItemResetTypedDict,
|
|
PreviewUpdateAddItemRollover,
|
|
PreviewUpdateAddItemRolloverTypedDict,
|
|
PreviewUpdateAddItemTier,
|
|
PreviewUpdateAddItemTierBehavior,
|
|
PreviewUpdateAddItemTierTypedDict,
|
|
PreviewUpdateAddItemTo,
|
|
PreviewUpdateAddItemToTypedDict,
|
|
PreviewUpdateAttachDiscount,
|
|
PreviewUpdateAttachDiscountTypedDict,
|
|
PreviewUpdateBasePrice,
|
|
PreviewUpdateBasePriceTypedDict,
|
|
PreviewUpdateCancelAction,
|
|
PreviewUpdateCustomize,
|
|
PreviewUpdateCustomizeTypedDict,
|
|
PreviewUpdateDiscount,
|
|
PreviewUpdateDiscountTypedDict,
|
|
PreviewUpdateDurationType,
|
|
PreviewUpdateFeatureQuantityRequest,
|
|
PreviewUpdateFeatureQuantityRequestTypedDict,
|
|
PreviewUpdateFreeTrialParams,
|
|
PreviewUpdateFreeTrialParamsTypedDict,
|
|
PreviewUpdateGlobals,
|
|
PreviewUpdateGlobalsTypedDict,
|
|
PreviewUpdateIncoming,
|
|
PreviewUpdateIncomingFeatureQuantity,
|
|
PreviewUpdateIncomingFeatureQuantityTypedDict,
|
|
PreviewUpdateIncomingTypedDict,
|
|
PreviewUpdateInvoiceCredits,
|
|
PreviewUpdateInvoiceCreditsTypedDict,
|
|
PreviewUpdateInvoiceMode,
|
|
PreviewUpdateInvoiceModeTypedDict,
|
|
PreviewUpdateItemBillingMethod,
|
|
PreviewUpdateItemExpiryDurationType,
|
|
PreviewUpdateItemOnDecrease,
|
|
PreviewUpdateItemOnIncrease,
|
|
PreviewUpdateItemPlanItem,
|
|
PreviewUpdateItemPlanItemTypedDict,
|
|
PreviewUpdateItemPrice,
|
|
PreviewUpdateItemPriceInterval,
|
|
PreviewUpdateItemPriceTypedDict,
|
|
PreviewUpdateItemProration,
|
|
PreviewUpdateItemProrationTypedDict,
|
|
PreviewUpdateItemReset,
|
|
PreviewUpdateItemResetInterval,
|
|
PreviewUpdateItemResetTypedDict,
|
|
PreviewUpdateItemRollover,
|
|
PreviewUpdateItemRolloverTypedDict,
|
|
PreviewUpdateItemTier,
|
|
PreviewUpdateItemTierBehavior,
|
|
PreviewUpdateItemTierTypedDict,
|
|
PreviewUpdateItemTo,
|
|
PreviewUpdateItemToTypedDict,
|
|
PreviewUpdateLineItem,
|
|
PreviewUpdateLineItemPeriod,
|
|
PreviewUpdateLineItemPeriodTypedDict,
|
|
PreviewUpdateLineItemTypedDict,
|
|
PreviewUpdateNextCycle,
|
|
PreviewUpdateNextCycleDiscount,
|
|
PreviewUpdateNextCycleDiscountTypedDict,
|
|
PreviewUpdateNextCycleLineItem,
|
|
PreviewUpdateNextCycleLineItemPeriod,
|
|
PreviewUpdateNextCycleLineItemPeriodTypedDict,
|
|
PreviewUpdateNextCycleLineItemTypedDict,
|
|
PreviewUpdateNextCycleTypedDict,
|
|
PreviewUpdateOnEnd,
|
|
PreviewUpdateOutgoing,
|
|
PreviewUpdateOutgoingFeatureQuantity,
|
|
PreviewUpdateOutgoingFeatureQuantityTypedDict,
|
|
PreviewUpdateOutgoingTypedDict,
|
|
PreviewUpdateParams,
|
|
PreviewUpdateParamsTypedDict,
|
|
PreviewUpdatePlanItemFilter,
|
|
PreviewUpdatePlanItemFilterTypedDict,
|
|
PreviewUpdatePriceInterval,
|
|
PreviewUpdateProrationBehavior,
|
|
PreviewUpdateRecalculateBalances,
|
|
PreviewUpdateRecalculateBalancesTypedDict,
|
|
PreviewUpdateRedirectMode,
|
|
PreviewUpdateRemoveItemBillingMethod,
|
|
PreviewUpdateRemoveItemInterval,
|
|
PreviewUpdateResponse,
|
|
PreviewUpdateResponseTypedDict,
|
|
PreviewUpdateStatus,
|
|
PreviewUpdateTax,
|
|
PreviewUpdateTaxTypedDict,
|
|
PreviewUpdateUsageLineItem,
|
|
PreviewUpdateUsageLineItemPeriod,
|
|
PreviewUpdateUsageLineItemPeriodTypedDict,
|
|
PreviewUpdateUsageLineItemTypedDict,
|
|
)
|
|
from .redeemreferralcodeop import (
|
|
RedeemReferralCodeGlobals,
|
|
RedeemReferralCodeGlobalsTypedDict,
|
|
RedeemReferralCodeParams,
|
|
RedeemReferralCodeParamsTypedDict,
|
|
RedeemReferralCodeResponse,
|
|
RedeemReferralCodeResponseTypedDict,
|
|
)
|
|
from .redeemrewardcodeop import (
|
|
EntitlementsGranted,
|
|
EntitlementsGrantedTypedDict,
|
|
RedeemRewardCodeGlobals,
|
|
RedeemRewardCodeGlobalsTypedDict,
|
|
RedeemRewardCodeParams,
|
|
RedeemRewardCodeParamsTypedDict,
|
|
RedeemRewardCodeResponse,
|
|
RedeemRewardCodeResponseTypedDict,
|
|
)
|
|
from .security import Security, SecurityTypedDict
|
|
from .setuppaymentop import (
|
|
SetupPaymentAddItemBillingMethod,
|
|
SetupPaymentAddItemExpiryDurationType,
|
|
SetupPaymentAddItemOnDecrease,
|
|
SetupPaymentAddItemOnIncrease,
|
|
SetupPaymentAddItemPlanItem,
|
|
SetupPaymentAddItemPlanItemTypedDict,
|
|
SetupPaymentAddItemPrice,
|
|
SetupPaymentAddItemPriceInterval,
|
|
SetupPaymentAddItemPriceTypedDict,
|
|
SetupPaymentAddItemProration,
|
|
SetupPaymentAddItemProrationTypedDict,
|
|
SetupPaymentAddItemReset,
|
|
SetupPaymentAddItemResetInterval,
|
|
SetupPaymentAddItemResetTypedDict,
|
|
SetupPaymentAddItemRollover,
|
|
SetupPaymentAddItemRolloverTypedDict,
|
|
SetupPaymentAddItemTier,
|
|
SetupPaymentAddItemTierBehavior,
|
|
SetupPaymentAddItemTierTypedDict,
|
|
SetupPaymentAddItemTo,
|
|
SetupPaymentAddItemToTypedDict,
|
|
SetupPaymentAttachDiscount,
|
|
SetupPaymentAttachDiscountTypedDict,
|
|
SetupPaymentBasePrice,
|
|
SetupPaymentBasePriceTypedDict,
|
|
SetupPaymentCarryOverBalances,
|
|
SetupPaymentCarryOverBalancesTypedDict,
|
|
SetupPaymentCarryOverUsages,
|
|
SetupPaymentCarryOverUsagesTypedDict,
|
|
SetupPaymentCustomLineItem,
|
|
SetupPaymentCustomLineItemTypedDict,
|
|
SetupPaymentCustomize,
|
|
SetupPaymentCustomizeTypedDict,
|
|
SetupPaymentDurationType,
|
|
SetupPaymentFeatureQuantity,
|
|
SetupPaymentFeatureQuantityTypedDict,
|
|
SetupPaymentFreeTrialParams,
|
|
SetupPaymentFreeTrialParamsTypedDict,
|
|
SetupPaymentGlobals,
|
|
SetupPaymentGlobalsTypedDict,
|
|
SetupPaymentItemBillingMethod,
|
|
SetupPaymentItemExpiryDurationType,
|
|
SetupPaymentItemOnDecrease,
|
|
SetupPaymentItemOnIncrease,
|
|
SetupPaymentItemPlanItem,
|
|
SetupPaymentItemPlanItemTypedDict,
|
|
SetupPaymentItemPrice,
|
|
SetupPaymentItemPriceInterval,
|
|
SetupPaymentItemPriceTypedDict,
|
|
SetupPaymentItemProration,
|
|
SetupPaymentItemProrationTypedDict,
|
|
SetupPaymentItemReset,
|
|
SetupPaymentItemResetInterval,
|
|
SetupPaymentItemResetTypedDict,
|
|
SetupPaymentItemRollover,
|
|
SetupPaymentItemRolloverTypedDict,
|
|
SetupPaymentItemTier,
|
|
SetupPaymentItemTierBehavior,
|
|
SetupPaymentItemTierTypedDict,
|
|
SetupPaymentItemTo,
|
|
SetupPaymentItemToTypedDict,
|
|
SetupPaymentOnEnd,
|
|
SetupPaymentParams,
|
|
SetupPaymentParamsTypedDict,
|
|
SetupPaymentPlanItemFilter,
|
|
SetupPaymentPlanItemFilterTypedDict,
|
|
SetupPaymentPriceInterval,
|
|
SetupPaymentProrationBehavior,
|
|
SetupPaymentRemoveItemBillingMethod,
|
|
SetupPaymentRemoveItemInterval,
|
|
SetupPaymentResponse,
|
|
SetupPaymentResponseTypedDict,
|
|
)
|
|
from .syncrevenuecatop import (
|
|
Result,
|
|
ResultTypedDict,
|
|
StorePush,
|
|
SyncRevenueCatApp,
|
|
SyncRevenueCatAppTypedDict,
|
|
SyncRevenueCatEnv,
|
|
SyncRevenueCatGlobals,
|
|
SyncRevenueCatGlobalsTypedDict,
|
|
SyncRevenueCatParams,
|
|
SyncRevenueCatParamsTypedDict,
|
|
SyncRevenueCatPrice,
|
|
SyncRevenueCatProduct,
|
|
SyncRevenueCatResponse,
|
|
SyncRevenueCatResponseTypedDict,
|
|
SyncRevenueCatStatus,
|
|
)
|
|
from .trackop import (
|
|
Deduction1,
|
|
Deduction1TypedDict,
|
|
Deduction2,
|
|
Deduction2TypedDict,
|
|
TrackGlobals,
|
|
TrackGlobalsTypedDict,
|
|
TrackIntervalEnum1,
|
|
TrackIntervalEnum2,
|
|
TrackIntervalUnion1,
|
|
TrackIntervalUnion1TypedDict,
|
|
TrackIntervalUnion2,
|
|
TrackIntervalUnion2TypedDict,
|
|
TrackLock,
|
|
TrackLockTypedDict,
|
|
TrackParams,
|
|
TrackParamsTypedDict,
|
|
TrackReset1,
|
|
TrackReset1TypedDict,
|
|
TrackReset2,
|
|
TrackReset2TypedDict,
|
|
TrackResponse,
|
|
TrackResponseBody1,
|
|
TrackResponseBody1TypedDict,
|
|
TrackResponseBody2,
|
|
TrackResponseBody2TypedDict,
|
|
TrackResponseTypedDict,
|
|
)
|
|
from .updatebalanceop import (
|
|
UpdateBalanceGlobals,
|
|
UpdateBalanceGlobalsTypedDict,
|
|
UpdateBalanceInterval,
|
|
UpdateBalanceParams,
|
|
UpdateBalanceParamsTypedDict,
|
|
UpdateBalanceResponse,
|
|
UpdateBalanceResponseTypedDict,
|
|
)
|
|
from .updatecustomerop import (
|
|
UpdateCustomerAutoTopupRequest,
|
|
UpdateCustomerAutoTopupRequestTypedDict,
|
|
UpdateCustomerAutoTopupResponse,
|
|
UpdateCustomerAutoTopupResponseTypedDict,
|
|
UpdateCustomerBillingControlsRequest,
|
|
UpdateCustomerBillingControlsRequestTypedDict,
|
|
UpdateCustomerBillingControlsResponse,
|
|
UpdateCustomerBillingControlsResponseTypedDict,
|
|
UpdateCustomerConfigRequest,
|
|
UpdateCustomerConfigRequestTypedDict,
|
|
UpdateCustomerConfigResponse,
|
|
UpdateCustomerConfigResponseTypedDict,
|
|
UpdateCustomerCreditSchema,
|
|
UpdateCustomerCreditSchemaTypedDict,
|
|
UpdateCustomerDisplay,
|
|
UpdateCustomerDisplayTypedDict,
|
|
UpdateCustomerEnv,
|
|
UpdateCustomerFeature,
|
|
UpdateCustomerFeatureTypedDict,
|
|
UpdateCustomerFlags,
|
|
UpdateCustomerFlagsTypedDict,
|
|
UpdateCustomerGlobals,
|
|
UpdateCustomerGlobalsTypedDict,
|
|
UpdateCustomerIntervalRequest,
|
|
UpdateCustomerIntervalResponse1,
|
|
UpdateCustomerIntervalResponse2,
|
|
UpdateCustomerOverageAllowedRequest,
|
|
UpdateCustomerOverageAllowedRequestTypedDict,
|
|
UpdateCustomerOverageAllowedResponse,
|
|
UpdateCustomerOverageAllowedResponseTypedDict,
|
|
UpdateCustomerParams,
|
|
UpdateCustomerParamsTypedDict,
|
|
UpdateCustomerProcessors,
|
|
UpdateCustomerProcessorsTypedDict,
|
|
UpdateCustomerPurchase,
|
|
UpdateCustomerPurchaseLimitRequest,
|
|
UpdateCustomerPurchaseLimitRequestTypedDict,
|
|
UpdateCustomerPurchaseLimitResponse1,
|
|
UpdateCustomerPurchaseLimitResponse1TypedDict,
|
|
UpdateCustomerPurchaseLimitResponse2,
|
|
UpdateCustomerPurchaseLimitResponse2TypedDict,
|
|
UpdateCustomerPurchaseLimitUnion,
|
|
UpdateCustomerPurchaseLimitUnionTypedDict,
|
|
UpdateCustomerPurchaseScope,
|
|
UpdateCustomerPurchaseTypedDict,
|
|
UpdateCustomerResponse,
|
|
UpdateCustomerResponseTypedDict,
|
|
UpdateCustomerRevenuecat,
|
|
UpdateCustomerRevenuecatTypedDict,
|
|
UpdateCustomerSpendLimitRequest,
|
|
UpdateCustomerSpendLimitRequestTypedDict,
|
|
UpdateCustomerSpendLimitResponse,
|
|
UpdateCustomerSpendLimitResponseTypedDict,
|
|
UpdateCustomerStatus,
|
|
UpdateCustomerStripe,
|
|
UpdateCustomerStripeTypedDict,
|
|
UpdateCustomerSubscription,
|
|
UpdateCustomerSubscriptionScope,
|
|
UpdateCustomerSubscriptionTypedDict,
|
|
UpdateCustomerThresholdTypeRequestBody,
|
|
UpdateCustomerThresholdTypeResponse,
|
|
UpdateCustomerType,
|
|
UpdateCustomerUsageAlertRequestBody,
|
|
UpdateCustomerUsageAlertRequestBodyTypedDict,
|
|
UpdateCustomerUsageAlertResponse,
|
|
UpdateCustomerUsageAlertResponseTypedDict,
|
|
UpdateCustomerVercel,
|
|
UpdateCustomerVercelTypedDict,
|
|
)
|
|
from .updateentityop import (
|
|
UpdateEntityBillingControlsRequest,
|
|
UpdateEntityBillingControlsRequestTypedDict,
|
|
UpdateEntityBillingControlsResponse,
|
|
UpdateEntityBillingControlsResponseTypedDict,
|
|
UpdateEntityCreditSchema,
|
|
UpdateEntityCreditSchemaTypedDict,
|
|
UpdateEntityDisplay,
|
|
UpdateEntityDisplayTypedDict,
|
|
UpdateEntityEnv,
|
|
UpdateEntityFeature,
|
|
UpdateEntityFeatureTypedDict,
|
|
UpdateEntityFlags,
|
|
UpdateEntityFlagsTypedDict,
|
|
UpdateEntityGlobals,
|
|
UpdateEntityGlobalsTypedDict,
|
|
UpdateEntityInvoice,
|
|
UpdateEntityInvoiceTypedDict,
|
|
UpdateEntityOverageAllowedRequest,
|
|
UpdateEntityOverageAllowedRequestTypedDict,
|
|
UpdateEntityOverageAllowedResponse,
|
|
UpdateEntityOverageAllowedResponseTypedDict,
|
|
UpdateEntityParams,
|
|
UpdateEntityParamsTypedDict,
|
|
UpdateEntityProcessorType,
|
|
UpdateEntityPurchase,
|
|
UpdateEntityPurchaseScope,
|
|
UpdateEntityPurchaseTypedDict,
|
|
UpdateEntityResponse,
|
|
UpdateEntityResponseTypedDict,
|
|
UpdateEntitySpendLimitRequest,
|
|
UpdateEntitySpendLimitRequestTypedDict,
|
|
UpdateEntitySpendLimitResponse,
|
|
UpdateEntitySpendLimitResponseTypedDict,
|
|
UpdateEntityStatus,
|
|
UpdateEntitySubscription,
|
|
UpdateEntitySubscriptionScope,
|
|
UpdateEntitySubscriptionTypedDict,
|
|
UpdateEntityThresholdTypeRequestBody,
|
|
UpdateEntityThresholdTypeResponse,
|
|
UpdateEntityType,
|
|
UpdateEntityUsageAlertRequestBody,
|
|
UpdateEntityUsageAlertRequestBodyTypedDict,
|
|
UpdateEntityUsageAlertResponse,
|
|
UpdateEntityUsageAlertResponseTypedDict,
|
|
)
|
|
from .updatefeatureop import (
|
|
UpdateFeatureCreditSchemaRequest,
|
|
UpdateFeatureCreditSchemaRequestTypedDict,
|
|
UpdateFeatureCreditSchemaResponse,
|
|
UpdateFeatureCreditSchemaResponseTypedDict,
|
|
UpdateFeatureDisplayRequest,
|
|
UpdateFeatureDisplayRequestTypedDict,
|
|
UpdateFeatureDisplayResponse,
|
|
UpdateFeatureDisplayResponseTypedDict,
|
|
UpdateFeatureGlobals,
|
|
UpdateFeatureGlobalsTypedDict,
|
|
UpdateFeatureParams,
|
|
UpdateFeatureParamsTypedDict,
|
|
UpdateFeatureResponse,
|
|
UpdateFeatureResponseTypedDict,
|
|
UpdateFeatureTypeRequest,
|
|
UpdateFeatureTypeResponse,
|
|
)
|
|
from .updateplanop import (
|
|
UpdatePlanAttachAction,
|
|
UpdatePlanBasePrice,
|
|
UpdatePlanBasePriceTypedDict,
|
|
UpdatePlanBillingMethodRequest,
|
|
UpdatePlanBillingMethodResponse,
|
|
UpdatePlanConfigRequest,
|
|
UpdatePlanConfigRequestTypedDict,
|
|
UpdatePlanConfigResponse,
|
|
UpdatePlanConfigResponseTypedDict,
|
|
UpdatePlanCreditSchema,
|
|
UpdatePlanCreditSchemaTypedDict,
|
|
UpdatePlanCustomerEligibility,
|
|
UpdatePlanCustomerEligibilityTypedDict,
|
|
UpdatePlanDurationTypeRequest,
|
|
UpdatePlanDurationTypeResponse,
|
|
UpdatePlanEnv,
|
|
UpdatePlanExpiryDurationTypeRequest,
|
|
UpdatePlanExpiryDurationTypeResponse,
|
|
UpdatePlanFeature,
|
|
UpdatePlanFeatureDisplay,
|
|
UpdatePlanFeatureDisplayTypedDict,
|
|
UpdatePlanFeatureTypedDict,
|
|
UpdatePlanFreeTrial,
|
|
UpdatePlanFreeTrialParams,
|
|
UpdatePlanFreeTrialParamsTypedDict,
|
|
UpdatePlanFreeTrialTypedDict,
|
|
UpdatePlanGlobals,
|
|
UpdatePlanGlobalsTypedDict,
|
|
UpdatePlanItem,
|
|
UpdatePlanItemDisplay,
|
|
UpdatePlanItemDisplayTypedDict,
|
|
UpdatePlanItemPriceIntervalRequest,
|
|
UpdatePlanItemPriceResponse,
|
|
UpdatePlanItemPriceResponseTypedDict,
|
|
UpdatePlanItemTypedDict,
|
|
UpdatePlanOnDecrease,
|
|
UpdatePlanOnEndRequest,
|
|
UpdatePlanOnEndResponse,
|
|
UpdatePlanOnIncrease,
|
|
UpdatePlanParams,
|
|
UpdatePlanParamsTypedDict,
|
|
UpdatePlanPlanItem,
|
|
UpdatePlanPlanItemTypedDict,
|
|
UpdatePlanPriceDisplay,
|
|
UpdatePlanPriceDisplayTypedDict,
|
|
UpdatePlanPriceIntervalRequest,
|
|
UpdatePlanPriceIntervalResponse,
|
|
UpdatePlanPriceItemIntervalResponse,
|
|
UpdatePlanPriceRequest,
|
|
UpdatePlanPriceRequestTypedDict,
|
|
UpdatePlanPriceResponse,
|
|
UpdatePlanPriceResponseTypedDict,
|
|
UpdatePlanProration,
|
|
UpdatePlanProrationTypedDict,
|
|
UpdatePlanResetIntervalRequest,
|
|
UpdatePlanResetIntervalResponse,
|
|
UpdatePlanResetRequest,
|
|
UpdatePlanResetRequestTypedDict,
|
|
UpdatePlanResetResponse,
|
|
UpdatePlanResetResponseTypedDict,
|
|
UpdatePlanResponse,
|
|
UpdatePlanResponseTypedDict,
|
|
UpdatePlanRolloverRequest,
|
|
UpdatePlanRolloverRequestTypedDict,
|
|
UpdatePlanRolloverResponse,
|
|
UpdatePlanRolloverResponseTypedDict,
|
|
UpdatePlanStatus,
|
|
UpdatePlanTier,
|
|
UpdatePlanTierBehaviorRequest,
|
|
UpdatePlanTierBehaviorResponse,
|
|
UpdatePlanTierTypedDict,
|
|
UpdatePlanTo,
|
|
UpdatePlanToTypedDict,
|
|
UpdatePlanType,
|
|
)
|
|
from . import internal
|
|
|
|
__all__ = [
|
|
"APIKey",
|
|
"APIKeyTypedDict",
|
|
"AggregateEventsCustomRange",
|
|
"AggregateEventsCustomRangeTypedDict",
|
|
"AggregateEventsFeatureID",
|
|
"AggregateEventsFeatureIDTypedDict",
|
|
"AggregateEventsGlobals",
|
|
"AggregateEventsGlobalsTypedDict",
|
|
"AggregateEventsList",
|
|
"AggregateEventsListTypedDict",
|
|
"AggregateEventsResponse",
|
|
"AggregateEventsResponseTypedDict",
|
|
"AttachAction",
|
|
"AttachAddItemBillingMethod",
|
|
"AttachAddItemExpiryDurationType",
|
|
"AttachAddItemOnDecrease",
|
|
"AttachAddItemOnIncrease",
|
|
"AttachAddItemPlanItem",
|
|
"AttachAddItemPlanItemTypedDict",
|
|
"AttachAddItemPrice",
|
|
"AttachAddItemPriceInterval",
|
|
"AttachAddItemPriceTypedDict",
|
|
"AttachAddItemProration",
|
|
"AttachAddItemProrationTypedDict",
|
|
"AttachAddItemReset",
|
|
"AttachAddItemResetInterval",
|
|
"AttachAddItemResetTypedDict",
|
|
"AttachAddItemRollover",
|
|
"AttachAddItemRolloverTypedDict",
|
|
"AttachAddItemTier",
|
|
"AttachAddItemTierBehavior",
|
|
"AttachAddItemTierTypedDict",
|
|
"AttachAddItemTo",
|
|
"AttachAddItemToTypedDict",
|
|
"AttachAttachDiscount",
|
|
"AttachAttachDiscountTypedDict",
|
|
"AttachBasePrice",
|
|
"AttachBasePriceTypedDict",
|
|
"AttachCarryOverBalances",
|
|
"AttachCarryOverBalancesTypedDict",
|
|
"AttachCarryOverUsages",
|
|
"AttachCarryOverUsagesTypedDict",
|
|
"AttachCode",
|
|
"AttachCustomLineItem",
|
|
"AttachCustomLineItemTypedDict",
|
|
"AttachCustomize",
|
|
"AttachCustomizeTypedDict",
|
|
"AttachDurationType",
|
|
"AttachFeatureQuantity",
|
|
"AttachFeatureQuantityTypedDict",
|
|
"AttachFreeTrialParams",
|
|
"AttachFreeTrialParamsTypedDict",
|
|
"AttachGlobals",
|
|
"AttachGlobalsTypedDict",
|
|
"AttachInvoice",
|
|
"AttachInvoiceMode",
|
|
"AttachInvoiceModeTypedDict",
|
|
"AttachInvoiceTypedDict",
|
|
"AttachItemBillingMethod",
|
|
"AttachItemExpiryDurationType",
|
|
"AttachItemOnDecrease",
|
|
"AttachItemOnIncrease",
|
|
"AttachItemPlanItem",
|
|
"AttachItemPlanItemTypedDict",
|
|
"AttachItemPrice",
|
|
"AttachItemPriceInterval",
|
|
"AttachItemPriceTypedDict",
|
|
"AttachItemProration",
|
|
"AttachItemProrationTypedDict",
|
|
"AttachItemReset",
|
|
"AttachItemResetInterval",
|
|
"AttachItemResetTypedDict",
|
|
"AttachItemRollover",
|
|
"AttachItemRolloverTypedDict",
|
|
"AttachItemTier",
|
|
"AttachItemTierBehavior",
|
|
"AttachItemTierTypedDict",
|
|
"AttachItemTo",
|
|
"AttachItemToTypedDict",
|
|
"AttachOnEnd",
|
|
"AttachParams",
|
|
"AttachParamsTypedDict",
|
|
"AttachPlanItemFilter",
|
|
"AttachPlanItemFilterTypedDict",
|
|
"AttachPlanSchedule",
|
|
"AttachPriceInterval",
|
|
"AttachProrationBehavior",
|
|
"AttachRedirectMode",
|
|
"AttachRemoveItemBillingMethod",
|
|
"AttachRemoveItemInterval",
|
|
"AttachRequiredAction",
|
|
"AttachRequiredActionTypedDict",
|
|
"AttachResponse",
|
|
"AttachResponseTypedDict",
|
|
"Balance",
|
|
"BalanceBillingMethod",
|
|
"BalanceCreditSchema",
|
|
"BalanceCreditSchemaTypedDict",
|
|
"BalanceDisplay",
|
|
"BalanceDisplayTypedDict",
|
|
"BalanceFeature",
|
|
"BalanceFeatureTypedDict",
|
|
"BalanceIntervalEnum",
|
|
"BalanceIntervalUnion",
|
|
"BalanceIntervalUnionTypedDict",
|
|
"BalancePrice",
|
|
"BalancePriceTypedDict",
|
|
"BalanceReset",
|
|
"BalanceResetTypedDict",
|
|
"BalanceRollover",
|
|
"BalanceRolloverTypedDict",
|
|
"BalanceTierBehavior",
|
|
"BalanceType",
|
|
"BalanceTypedDict",
|
|
"BatchTrackGlobals",
|
|
"BatchTrackGlobalsTypedDict",
|
|
"BatchTrackLock",
|
|
"BatchTrackLockTypedDict",
|
|
"BatchTrackResponse",
|
|
"BatchTrackResponseTypedDict",
|
|
"BillingBehavior",
|
|
"BillingUpdateAddItemBillingMethod",
|
|
"BillingUpdateAddItemExpiryDurationType",
|
|
"BillingUpdateAddItemOnDecrease",
|
|
"BillingUpdateAddItemOnIncrease",
|
|
"BillingUpdateAddItemPlanItem",
|
|
"BillingUpdateAddItemPlanItemTypedDict",
|
|
"BillingUpdateAddItemPrice",
|
|
"BillingUpdateAddItemPriceInterval",
|
|
"BillingUpdateAddItemPriceTypedDict",
|
|
"BillingUpdateAddItemProration",
|
|
"BillingUpdateAddItemProrationTypedDict",
|
|
"BillingUpdateAddItemReset",
|
|
"BillingUpdateAddItemResetInterval",
|
|
"BillingUpdateAddItemResetTypedDict",
|
|
"BillingUpdateAddItemRollover",
|
|
"BillingUpdateAddItemRolloverTypedDict",
|
|
"BillingUpdateAddItemTier",
|
|
"BillingUpdateAddItemTierBehavior",
|
|
"BillingUpdateAddItemTierTypedDict",
|
|
"BillingUpdateAddItemTo",
|
|
"BillingUpdateAddItemToTypedDict",
|
|
"BillingUpdateAttachDiscount",
|
|
"BillingUpdateAttachDiscountTypedDict",
|
|
"BillingUpdateBasePrice",
|
|
"BillingUpdateBasePriceTypedDict",
|
|
"BillingUpdateCancelAction",
|
|
"BillingUpdateCode",
|
|
"BillingUpdateCustomize",
|
|
"BillingUpdateCustomizeTypedDict",
|
|
"BillingUpdateDurationType",
|
|
"BillingUpdateFeatureQuantity",
|
|
"BillingUpdateFeatureQuantityTypedDict",
|
|
"BillingUpdateFreeTrialParams",
|
|
"BillingUpdateFreeTrialParamsTypedDict",
|
|
"BillingUpdateGlobals",
|
|
"BillingUpdateGlobalsTypedDict",
|
|
"BillingUpdateInvoice",
|
|
"BillingUpdateInvoiceMode",
|
|
"BillingUpdateInvoiceModeTypedDict",
|
|
"BillingUpdateInvoiceTypedDict",
|
|
"BillingUpdateItemBillingMethod",
|
|
"BillingUpdateItemExpiryDurationType",
|
|
"BillingUpdateItemOnDecrease",
|
|
"BillingUpdateItemOnIncrease",
|
|
"BillingUpdateItemPlanItem",
|
|
"BillingUpdateItemPlanItemTypedDict",
|
|
"BillingUpdateItemPrice",
|
|
"BillingUpdateItemPriceInterval",
|
|
"BillingUpdateItemPriceTypedDict",
|
|
"BillingUpdateItemProration",
|
|
"BillingUpdateItemProrationTypedDict",
|
|
"BillingUpdateItemReset",
|
|
"BillingUpdateItemResetInterval",
|
|
"BillingUpdateItemResetTypedDict",
|
|
"BillingUpdateItemRollover",
|
|
"BillingUpdateItemRolloverTypedDict",
|
|
"BillingUpdateItemTier",
|
|
"BillingUpdateItemTierBehavior",
|
|
"BillingUpdateItemTierTypedDict",
|
|
"BillingUpdateItemTo",
|
|
"BillingUpdateItemToTypedDict",
|
|
"BillingUpdateOnEnd",
|
|
"BillingUpdatePlanItemFilter",
|
|
"BillingUpdatePlanItemFilterTypedDict",
|
|
"BillingUpdatePriceInterval",
|
|
"BillingUpdateProrationBehavior",
|
|
"BillingUpdateRecalculateBalances",
|
|
"BillingUpdateRecalculateBalancesTypedDict",
|
|
"BillingUpdateRedirectMode",
|
|
"BillingUpdateRemoveItemBillingMethod",
|
|
"BillingUpdateRemoveItemInterval",
|
|
"BillingUpdateRequiredAction",
|
|
"BillingUpdateRequiredActionTypedDict",
|
|
"BillingUpdateResponse",
|
|
"BillingUpdateResponseTypedDict",
|
|
"BinSize",
|
|
"Breakdown",
|
|
"BreakdownTypedDict",
|
|
"CheckConfig1",
|
|
"CheckConfig1TypedDict",
|
|
"CheckConfig2",
|
|
"CheckConfig2TypedDict",
|
|
"CheckCreditSchema1",
|
|
"CheckCreditSchema1TypedDict",
|
|
"CheckCreditSchema2",
|
|
"CheckCreditSchema2TypedDict",
|
|
"CheckEnv1",
|
|
"CheckEnv2",
|
|
"CheckFeature1",
|
|
"CheckFeature1TypedDict",
|
|
"CheckFeature2",
|
|
"CheckFeature2TypedDict",
|
|
"CheckFreeTrial1",
|
|
"CheckFreeTrial1TypedDict",
|
|
"CheckFreeTrial2",
|
|
"CheckFreeTrial2TypedDict",
|
|
"CheckGlobals",
|
|
"CheckGlobalsTypedDict",
|
|
"CheckInterval1",
|
|
"CheckInterval2",
|
|
"CheckItem1",
|
|
"CheckItem1TypedDict",
|
|
"CheckItem2",
|
|
"CheckItem2TypedDict",
|
|
"CheckLock",
|
|
"CheckLockTypedDict",
|
|
"CheckOnDecrease1",
|
|
"CheckOnDecrease2",
|
|
"CheckOnEnd1",
|
|
"CheckOnEnd2",
|
|
"CheckOnIncrease1",
|
|
"CheckOnIncrease2",
|
|
"CheckParams",
|
|
"CheckParamsTypedDict",
|
|
"CheckProduct1",
|
|
"CheckProduct1TypedDict",
|
|
"CheckProduct2",
|
|
"CheckProduct2TypedDict",
|
|
"CheckResponse",
|
|
"CheckResponseBody1",
|
|
"CheckResponseBody1TypedDict",
|
|
"CheckResponseBody2",
|
|
"CheckResponseBody2TypedDict",
|
|
"CheckResponseTypedDict",
|
|
"CheckRollover1",
|
|
"CheckRollover1TypedDict",
|
|
"CheckRollover2",
|
|
"CheckRollover2TypedDict",
|
|
"CheckTierBehavior1",
|
|
"CheckTierBehavior2",
|
|
"ConfigDuration1",
|
|
"ConfigDuration2",
|
|
"CreateBalanceDuration",
|
|
"CreateBalanceGlobals",
|
|
"CreateBalanceGlobalsTypedDict",
|
|
"CreateBalanceInterval",
|
|
"CreateBalanceParams",
|
|
"CreateBalanceParamsTypedDict",
|
|
"CreateBalanceReset",
|
|
"CreateBalanceResetTypedDict",
|
|
"CreateBalanceResponse",
|
|
"CreateBalanceResponseTypedDict",
|
|
"CreateBalanceRollover",
|
|
"CreateBalanceRolloverTypedDict",
|
|
"CreateEntityBillingControlsRequest",
|
|
"CreateEntityBillingControlsRequestTypedDict",
|
|
"CreateEntityBillingControlsResponse",
|
|
"CreateEntityBillingControlsResponseTypedDict",
|
|
"CreateEntityCreditSchema",
|
|
"CreateEntityCreditSchemaTypedDict",
|
|
"CreateEntityDisplay",
|
|
"CreateEntityDisplayTypedDict",
|
|
"CreateEntityEnv",
|
|
"CreateEntityFeature",
|
|
"CreateEntityFeatureTypedDict",
|
|
"CreateEntityFlags",
|
|
"CreateEntityFlagsTypedDict",
|
|
"CreateEntityGlobals",
|
|
"CreateEntityGlobalsTypedDict",
|
|
"CreateEntityInvoice",
|
|
"CreateEntityInvoiceTypedDict",
|
|
"CreateEntityOverageAllowedRequest",
|
|
"CreateEntityOverageAllowedRequestTypedDict",
|
|
"CreateEntityOverageAllowedResponse",
|
|
"CreateEntityOverageAllowedResponseTypedDict",
|
|
"CreateEntityParams",
|
|
"CreateEntityParamsTypedDict",
|
|
"CreateEntityProcessorType",
|
|
"CreateEntityPurchase",
|
|
"CreateEntityPurchaseScope",
|
|
"CreateEntityPurchaseTypedDict",
|
|
"CreateEntityResponse",
|
|
"CreateEntityResponseTypedDict",
|
|
"CreateEntitySpendLimitRequest",
|
|
"CreateEntitySpendLimitRequestTypedDict",
|
|
"CreateEntitySpendLimitResponse",
|
|
"CreateEntitySpendLimitResponseTypedDict",
|
|
"CreateEntityStatus",
|
|
"CreateEntitySubscription",
|
|
"CreateEntitySubscriptionScope",
|
|
"CreateEntitySubscriptionTypedDict",
|
|
"CreateEntityThresholdTypeRequestBody",
|
|
"CreateEntityThresholdTypeResponse",
|
|
"CreateEntityType",
|
|
"CreateEntityUsageAlertRequestBody",
|
|
"CreateEntityUsageAlertRequestBodyTypedDict",
|
|
"CreateEntityUsageAlertResponse",
|
|
"CreateEntityUsageAlertResponseTypedDict",
|
|
"CreateFeatureCreditSchemaRequest",
|
|
"CreateFeatureCreditSchemaRequestTypedDict",
|
|
"CreateFeatureCreditSchemaResponse",
|
|
"CreateFeatureCreditSchemaResponseTypedDict",
|
|
"CreateFeatureDisplayRequest",
|
|
"CreateFeatureDisplayRequestTypedDict",
|
|
"CreateFeatureDisplayResponse",
|
|
"CreateFeatureDisplayResponseTypedDict",
|
|
"CreateFeatureGlobals",
|
|
"CreateFeatureGlobalsTypedDict",
|
|
"CreateFeatureParams",
|
|
"CreateFeatureParamsTypedDict",
|
|
"CreateFeatureResponse",
|
|
"CreateFeatureResponseTypedDict",
|
|
"CreateFeatureTypeRequest",
|
|
"CreateFeatureTypeResponse",
|
|
"CreatePlanAttachAction",
|
|
"CreatePlanBillingMethodRequest",
|
|
"CreatePlanBillingMethodResponse",
|
|
"CreatePlanConfigRequest",
|
|
"CreatePlanConfigRequestTypedDict",
|
|
"CreatePlanConfigResponse",
|
|
"CreatePlanConfigResponseTypedDict",
|
|
"CreatePlanCreditSchema",
|
|
"CreatePlanCreditSchemaTypedDict",
|
|
"CreatePlanCustomerEligibility",
|
|
"CreatePlanCustomerEligibilityTypedDict",
|
|
"CreatePlanDurationTypeRequest",
|
|
"CreatePlanDurationTypeResponse",
|
|
"CreatePlanEnv",
|
|
"CreatePlanExpiryDurationTypeRequest",
|
|
"CreatePlanExpiryDurationTypeResponse",
|
|
"CreatePlanFeature",
|
|
"CreatePlanFeatureDisplay",
|
|
"CreatePlanFeatureDisplayTypedDict",
|
|
"CreatePlanFeatureTypedDict",
|
|
"CreatePlanFreeTrialResponse",
|
|
"CreatePlanFreeTrialResponseTypedDict",
|
|
"CreatePlanGlobals",
|
|
"CreatePlanGlobalsTypedDict",
|
|
"CreatePlanItem",
|
|
"CreatePlanItemDisplay",
|
|
"CreatePlanItemDisplayTypedDict",
|
|
"CreatePlanItemPriceIntervalRequest",
|
|
"CreatePlanItemPriceRequest",
|
|
"CreatePlanItemPriceRequestTypedDict",
|
|
"CreatePlanItemPriceResponse",
|
|
"CreatePlanItemPriceResponseTypedDict",
|
|
"CreatePlanItemTypedDict",
|
|
"CreatePlanOnDecrease",
|
|
"CreatePlanOnEndRequest",
|
|
"CreatePlanOnEndResponse",
|
|
"CreatePlanOnIncrease",
|
|
"CreatePlanParams",
|
|
"CreatePlanParamsTypedDict",
|
|
"CreatePlanPlanItem",
|
|
"CreatePlanPlanItemTypedDict",
|
|
"CreatePlanPriceDisplay",
|
|
"CreatePlanPriceDisplayTypedDict",
|
|
"CreatePlanPriceIntervalRequest",
|
|
"CreatePlanPriceIntervalResponse",
|
|
"CreatePlanPriceItemIntervalResponse",
|
|
"CreatePlanPriceRequest",
|
|
"CreatePlanPriceRequestTypedDict",
|
|
"CreatePlanPriceResponse",
|
|
"CreatePlanPriceResponseTypedDict",
|
|
"CreatePlanProration",
|
|
"CreatePlanProrationTypedDict",
|
|
"CreatePlanResetIntervalRequest",
|
|
"CreatePlanResetIntervalResponse",
|
|
"CreatePlanResetRequest",
|
|
"CreatePlanResetRequestTypedDict",
|
|
"CreatePlanResetResponse",
|
|
"CreatePlanResetResponseTypedDict",
|
|
"CreatePlanResponse",
|
|
"CreatePlanResponseTypedDict",
|
|
"CreatePlanRolloverRequest",
|
|
"CreatePlanRolloverRequestTypedDict",
|
|
"CreatePlanRolloverResponse",
|
|
"CreatePlanRolloverResponseTypedDict",
|
|
"CreatePlanStatus",
|
|
"CreatePlanTier",
|
|
"CreatePlanTierBehaviorRequest",
|
|
"CreatePlanTierBehaviorResponse",
|
|
"CreatePlanTierTypedDict",
|
|
"CreatePlanTo",
|
|
"CreatePlanToTypedDict",
|
|
"CreatePlanType",
|
|
"CreateReferralCodeGlobals",
|
|
"CreateReferralCodeGlobalsTypedDict",
|
|
"CreateReferralCodeParams",
|
|
"CreateReferralCodeParamsTypedDict",
|
|
"CreateReferralCodeResponse",
|
|
"CreateReferralCodeResponseTypedDict",
|
|
"CreateScheduleAttachDiscount",
|
|
"CreateScheduleAttachDiscountTypedDict",
|
|
"CreateScheduleBasePrice2",
|
|
"CreateScheduleBasePrice2TypedDict",
|
|
"CreateScheduleBillingMethod2",
|
|
"CreateScheduleCode",
|
|
"CreateScheduleCustomize2",
|
|
"CreateScheduleCustomize2TypedDict",
|
|
"CreateScheduleExpiryDurationType2",
|
|
"CreateScheduleFeatureQuantity2",
|
|
"CreateScheduleFeatureQuantity2TypedDict",
|
|
"CreateScheduleGlobals",
|
|
"CreateScheduleGlobalsTypedDict",
|
|
"CreateScheduleInvoice",
|
|
"CreateScheduleInvoiceMode",
|
|
"CreateScheduleInvoiceModeTypedDict",
|
|
"CreateScheduleInvoiceTypedDict",
|
|
"CreateScheduleItemPriceInterval2",
|
|
"CreateScheduleOnDecrease2",
|
|
"CreateScheduleOnIncrease2",
|
|
"CreateScheduleParams",
|
|
"CreateScheduleParamsTypedDict",
|
|
"CreateSchedulePlan2",
|
|
"CreateSchedulePlan2TypedDict",
|
|
"CreateSchedulePlanItem2",
|
|
"CreateSchedulePlanItem2TypedDict",
|
|
"CreateSchedulePrice2",
|
|
"CreateSchedulePrice2TypedDict",
|
|
"CreateSchedulePriceInterval2",
|
|
"CreateScheduleProration2",
|
|
"CreateScheduleProration2TypedDict",
|
|
"CreateScheduleRedirectMode",
|
|
"CreateScheduleRequiredAction",
|
|
"CreateScheduleRequiredActionTypedDict",
|
|
"CreateScheduleReset2",
|
|
"CreateScheduleReset2TypedDict",
|
|
"CreateScheduleResetInterval2",
|
|
"CreateScheduleResponse",
|
|
"CreateScheduleResponseTypedDict",
|
|
"CreateScheduleRollover2",
|
|
"CreateScheduleRollover2TypedDict",
|
|
"CreateScheduleStatus",
|
|
"CreateScheduleTier2",
|
|
"CreateScheduleTier2TypedDict",
|
|
"CreateScheduleTierBehavior2",
|
|
"Customer",
|
|
"CustomerAutoTopup",
|
|
"CustomerAutoTopupTypedDict",
|
|
"CustomerBillingControls",
|
|
"CustomerBillingControlsTypedDict",
|
|
"CustomerConfig",
|
|
"CustomerConfigTypedDict",
|
|
"CustomerCreditSchema",
|
|
"CustomerCreditSchemaTypedDict",
|
|
"CustomerData",
|
|
"CustomerDataAutoTopup",
|
|
"CustomerDataAutoTopupTypedDict",
|
|
"CustomerDataBillingControls",
|
|
"CustomerDataBillingControlsTypedDict",
|
|
"CustomerDataConfig",
|
|
"CustomerDataConfigTypedDict",
|
|
"CustomerDataInterval",
|
|
"CustomerDataOverageAllowed",
|
|
"CustomerDataOverageAllowedTypedDict",
|
|
"CustomerDataPurchaseLimit",
|
|
"CustomerDataPurchaseLimitTypedDict",
|
|
"CustomerDataSpendLimit",
|
|
"CustomerDataSpendLimitTypedDict",
|
|
"CustomerDataThresholdType",
|
|
"CustomerDataTypedDict",
|
|
"CustomerDataUsageAlert",
|
|
"CustomerDataUsageAlertTypedDict",
|
|
"CustomerDisplay",
|
|
"CustomerDisplayTypedDict",
|
|
"CustomerDurationType",
|
|
"CustomerEligibility",
|
|
"CustomerEligibilityTypedDict",
|
|
"CustomerEntityEnv",
|
|
"CustomerEnv",
|
|
"CustomerExpand",
|
|
"CustomerFeature",
|
|
"CustomerFeatureTypedDict",
|
|
"CustomerFlagsType",
|
|
"CustomerInterval1",
|
|
"CustomerInterval2",
|
|
"CustomerOverageAllowed",
|
|
"CustomerOverageAllowedTypedDict",
|
|
"CustomerPurchaseLimit1",
|
|
"CustomerPurchaseLimit1TypedDict",
|
|
"CustomerPurchaseLimit2",
|
|
"CustomerPurchaseLimit2TypedDict",
|
|
"CustomerPurchaseLimitUnion",
|
|
"CustomerPurchaseLimitUnionTypedDict",
|
|
"CustomerRewardsType",
|
|
"CustomerSpendLimit",
|
|
"CustomerSpendLimitTypedDict",
|
|
"CustomerStatus",
|
|
"CustomerThresholdType",
|
|
"CustomerTypedDict",
|
|
"CustomerUsageAlert",
|
|
"CustomerUsageAlertTypedDict",
|
|
"Deduction1",
|
|
"Deduction1TypedDict",
|
|
"Deduction2",
|
|
"Deduction2TypedDict",
|
|
"Deductions",
|
|
"DeductionsTypedDict",
|
|
"DeleteBalanceGlobals",
|
|
"DeleteBalanceGlobalsTypedDict",
|
|
"DeleteBalanceInterval",
|
|
"DeleteBalanceParams",
|
|
"DeleteBalanceParamsTypedDict",
|
|
"DeleteBalanceResponse",
|
|
"DeleteBalanceResponseTypedDict",
|
|
"DeleteCustomerGlobals",
|
|
"DeleteCustomerGlobalsTypedDict",
|
|
"DeleteCustomerParams",
|
|
"DeleteCustomerParamsTypedDict",
|
|
"DeleteCustomerResponse",
|
|
"DeleteCustomerResponseTypedDict",
|
|
"DeleteEntityGlobals",
|
|
"DeleteEntityGlobalsTypedDict",
|
|
"DeleteEntityParams",
|
|
"DeleteEntityParamsTypedDict",
|
|
"DeleteEntityResponse",
|
|
"DeleteEntityResponseTypedDict",
|
|
"DeleteFeatureGlobals",
|
|
"DeleteFeatureGlobalsTypedDict",
|
|
"DeleteFeatureParams",
|
|
"DeleteFeatureParamsTypedDict",
|
|
"DeleteFeatureResponse",
|
|
"DeleteFeatureResponseTypedDict",
|
|
"DeletePlanGlobals",
|
|
"DeletePlanGlobalsTypedDict",
|
|
"DeletePlanParams",
|
|
"DeletePlanParamsTypedDict",
|
|
"DeletePlanResponse",
|
|
"DeletePlanResponseTypedDict",
|
|
"Discount",
|
|
"DiscountTypedDict",
|
|
"EntitlementsGranted",
|
|
"EntitlementsGrantedTypedDict",
|
|
"Entity",
|
|
"EntityTypedDict",
|
|
"EventsAggregateParams",
|
|
"EventsAggregateParamsTypedDict",
|
|
"EventsListParams",
|
|
"EventsListParamsTypedDict",
|
|
"ExpiryDurationType",
|
|
"FeatureType1",
|
|
"FeatureType2",
|
|
"FinalizeBalanceParams",
|
|
"FinalizeBalanceParamsTypedDict",
|
|
"FinalizeLockAction",
|
|
"FinalizeLockGlobals",
|
|
"FinalizeLockGlobalsTypedDict",
|
|
"FinalizeLockResponse",
|
|
"FinalizeLockResponseBody1",
|
|
"FinalizeLockResponseBody1TypedDict",
|
|
"FinalizeLockResponseBody2",
|
|
"FinalizeLockResponseBody2TypedDict",
|
|
"FinalizeLockResponseTypedDict",
|
|
"Flag1",
|
|
"Flag1TypedDict",
|
|
"Flag2",
|
|
"Flag2TypedDict",
|
|
"FlagDisplay1",
|
|
"FlagDisplay1TypedDict",
|
|
"FlagDisplay2",
|
|
"FlagDisplay2TypedDict",
|
|
"FlagType1",
|
|
"FlagType2",
|
|
"Flags",
|
|
"FlagsTypedDict",
|
|
"FreeTrial",
|
|
"FreeTrialDuration1",
|
|
"FreeTrialDuration2",
|
|
"FreeTrialRequest",
|
|
"FreeTrialRequestTypedDict",
|
|
"FreeTrialTypedDict",
|
|
"GetCustomerAutoTopup",
|
|
"GetCustomerAutoTopupTypedDict",
|
|
"GetCustomerBillingControls",
|
|
"GetCustomerBillingControlsTypedDict",
|
|
"GetCustomerConfig",
|
|
"GetCustomerConfigTypedDict",
|
|
"GetCustomerCreditSchema",
|
|
"GetCustomerCreditSchemaTypedDict",
|
|
"GetCustomerCustomer",
|
|
"GetCustomerCustomerTypedDict",
|
|
"GetCustomerDiscount",
|
|
"GetCustomerDiscountTypedDict",
|
|
"GetCustomerDisplay",
|
|
"GetCustomerDisplayTypedDict",
|
|
"GetCustomerDurationType",
|
|
"GetCustomerEntity",
|
|
"GetCustomerEntityEnv",
|
|
"GetCustomerEntityTypedDict",
|
|
"GetCustomerEnv",
|
|
"GetCustomerFeature",
|
|
"GetCustomerFeatureTypedDict",
|
|
"GetCustomerFlags",
|
|
"GetCustomerFlagsType",
|
|
"GetCustomerFlagsTypedDict",
|
|
"GetCustomerGlobals",
|
|
"GetCustomerGlobalsTypedDict",
|
|
"GetCustomerInterval1",
|
|
"GetCustomerInterval2",
|
|
"GetCustomerInvoice",
|
|
"GetCustomerInvoiceTypedDict",
|
|
"GetCustomerOverageAllowed",
|
|
"GetCustomerOverageAllowedTypedDict",
|
|
"GetCustomerParams",
|
|
"GetCustomerParamsTypedDict",
|
|
"GetCustomerProcessorType",
|
|
"GetCustomerProcessors",
|
|
"GetCustomerProcessorsTypedDict",
|
|
"GetCustomerPurchase",
|
|
"GetCustomerPurchaseLimit1",
|
|
"GetCustomerPurchaseLimit1TypedDict",
|
|
"GetCustomerPurchaseLimit2",
|
|
"GetCustomerPurchaseLimit2TypedDict",
|
|
"GetCustomerPurchaseLimitUnion",
|
|
"GetCustomerPurchaseLimitUnionTypedDict",
|
|
"GetCustomerPurchaseScope",
|
|
"GetCustomerPurchaseTypedDict",
|
|
"GetCustomerReferral",
|
|
"GetCustomerReferralTypedDict",
|
|
"GetCustomerResponse",
|
|
"GetCustomerResponseTypedDict",
|
|
"GetCustomerRevenuecat",
|
|
"GetCustomerRevenuecatTypedDict",
|
|
"GetCustomerRewards",
|
|
"GetCustomerRewardsType",
|
|
"GetCustomerRewardsTypedDict",
|
|
"GetCustomerSpendLimit",
|
|
"GetCustomerSpendLimitTypedDict",
|
|
"GetCustomerStatus",
|
|
"GetCustomerStripe",
|
|
"GetCustomerStripeTypedDict",
|
|
"GetCustomerSubscription",
|
|
"GetCustomerSubscriptionScope",
|
|
"GetCustomerSubscriptionTypedDict",
|
|
"GetCustomerThresholdType",
|
|
"GetCustomerTrialsUsed",
|
|
"GetCustomerTrialsUsedTypedDict",
|
|
"GetCustomerUsageAlert",
|
|
"GetCustomerUsageAlertTypedDict",
|
|
"GetCustomerVercel",
|
|
"GetCustomerVercelTypedDict",
|
|
"GetEntityBillingControls",
|
|
"GetEntityBillingControlsTypedDict",
|
|
"GetEntityCreditSchema",
|
|
"GetEntityCreditSchemaTypedDict",
|
|
"GetEntityDisplay",
|
|
"GetEntityDisplayTypedDict",
|
|
"GetEntityEnv",
|
|
"GetEntityFeature",
|
|
"GetEntityFeatureTypedDict",
|
|
"GetEntityFlags",
|
|
"GetEntityFlagsTypedDict",
|
|
"GetEntityGlobals",
|
|
"GetEntityGlobalsTypedDict",
|
|
"GetEntityInvoice",
|
|
"GetEntityInvoiceTypedDict",
|
|
"GetEntityOverageAllowed",
|
|
"GetEntityOverageAllowedTypedDict",
|
|
"GetEntityParams",
|
|
"GetEntityParamsTypedDict",
|
|
"GetEntityProcessorType",
|
|
"GetEntityPurchase",
|
|
"GetEntityPurchaseScope",
|
|
"GetEntityPurchaseTypedDict",
|
|
"GetEntityResponse",
|
|
"GetEntityResponseTypedDict",
|
|
"GetEntitySpendLimit",
|
|
"GetEntitySpendLimitTypedDict",
|
|
"GetEntityStatus",
|
|
"GetEntitySubscription",
|
|
"GetEntitySubscriptionScope",
|
|
"GetEntitySubscriptionTypedDict",
|
|
"GetEntityThresholdType",
|
|
"GetEntityType",
|
|
"GetEntityUsageAlert",
|
|
"GetEntityUsageAlertTypedDict",
|
|
"GetFeatureCreditSchema",
|
|
"GetFeatureCreditSchemaTypedDict",
|
|
"GetFeatureDisplay",
|
|
"GetFeatureDisplayTypedDict",
|
|
"GetFeatureGlobals",
|
|
"GetFeatureGlobalsTypedDict",
|
|
"GetFeatureParams",
|
|
"GetFeatureParamsTypedDict",
|
|
"GetFeatureResponse",
|
|
"GetFeatureResponseTypedDict",
|
|
"GetFeatureType",
|
|
"GetOrCreateCustomerAutoTopup",
|
|
"GetOrCreateCustomerAutoTopupTypedDict",
|
|
"GetOrCreateCustomerBillingControls",
|
|
"GetOrCreateCustomerBillingControlsTypedDict",
|
|
"GetOrCreateCustomerConfig",
|
|
"GetOrCreateCustomerConfigTypedDict",
|
|
"GetOrCreateCustomerGlobals",
|
|
"GetOrCreateCustomerGlobalsTypedDict",
|
|
"GetOrCreateCustomerInterval",
|
|
"GetOrCreateCustomerOverageAllowed",
|
|
"GetOrCreateCustomerOverageAllowedTypedDict",
|
|
"GetOrCreateCustomerParams",
|
|
"GetOrCreateCustomerParamsTypedDict",
|
|
"GetOrCreateCustomerPurchaseLimit",
|
|
"GetOrCreateCustomerPurchaseLimitTypedDict",
|
|
"GetOrCreateCustomerSpendLimit",
|
|
"GetOrCreateCustomerSpendLimitTypedDict",
|
|
"GetOrCreateCustomerThresholdType",
|
|
"GetOrCreateCustomerUsageAlert",
|
|
"GetOrCreateCustomerUsageAlertTypedDict",
|
|
"GetPlanAttachAction",
|
|
"GetPlanBillingMethod",
|
|
"GetPlanConfig",
|
|
"GetPlanConfigTypedDict",
|
|
"GetPlanCreditSchema",
|
|
"GetPlanCreditSchemaTypedDict",
|
|
"GetPlanCustomerEligibility",
|
|
"GetPlanCustomerEligibilityTypedDict",
|
|
"GetPlanDurationType",
|
|
"GetPlanEnv",
|
|
"GetPlanExpiryDurationType",
|
|
"GetPlanFeature",
|
|
"GetPlanFeatureDisplay",
|
|
"GetPlanFeatureDisplayTypedDict",
|
|
"GetPlanFeatureTypedDict",
|
|
"GetPlanFreeTrial",
|
|
"GetPlanFreeTrialTypedDict",
|
|
"GetPlanGlobals",
|
|
"GetPlanGlobalsTypedDict",
|
|
"GetPlanItem",
|
|
"GetPlanItemDisplay",
|
|
"GetPlanItemDisplayTypedDict",
|
|
"GetPlanItemPrice",
|
|
"GetPlanItemPriceTypedDict",
|
|
"GetPlanItemTypedDict",
|
|
"GetPlanOnEnd",
|
|
"GetPlanParams",
|
|
"GetPlanParamsTypedDict",
|
|
"GetPlanPrice",
|
|
"GetPlanPriceDisplay",
|
|
"GetPlanPriceDisplayTypedDict",
|
|
"GetPlanPriceInterval",
|
|
"GetPlanPriceItemInterval",
|
|
"GetPlanPriceTypedDict",
|
|
"GetPlanReset",
|
|
"GetPlanResetInterval",
|
|
"GetPlanResetTypedDict",
|
|
"GetPlanResponse",
|
|
"GetPlanResponseTypedDict",
|
|
"GetPlanRollover",
|
|
"GetPlanRolloverTypedDict",
|
|
"GetPlanStatus",
|
|
"GetPlanTierBehavior",
|
|
"GetPlanType",
|
|
"GetRevenueCatKeysApp",
|
|
"GetRevenueCatKeysAppTypedDict",
|
|
"GetRevenueCatKeysEnv",
|
|
"GetRevenueCatKeysGlobals",
|
|
"GetRevenueCatKeysGlobalsTypedDict",
|
|
"GetRevenueCatKeysParams",
|
|
"GetRevenueCatKeysParamsTypedDict",
|
|
"GetRevenueCatKeysResponse",
|
|
"GetRevenueCatKeysResponseTypedDict",
|
|
"IncludedUsage1",
|
|
"IncludedUsage1TypedDict",
|
|
"IncludedUsage2",
|
|
"IncludedUsage2TypedDict",
|
|
"Intent",
|
|
"Invoice",
|
|
"InvoiceTypedDict",
|
|
"Item",
|
|
"ItemTypedDict",
|
|
"LinkRevenueCatEnv",
|
|
"LinkRevenueCatGlobals",
|
|
"LinkRevenueCatGlobalsTypedDict",
|
|
"LinkRevenueCatParams",
|
|
"LinkRevenueCatParamsTypedDict",
|
|
"LinkRevenueCatResponse",
|
|
"LinkRevenueCatResponseTypedDict",
|
|
"ListCustomersAutoTopup",
|
|
"ListCustomersAutoTopupTypedDict",
|
|
"ListCustomersBillingControls",
|
|
"ListCustomersBillingControlsTypedDict",
|
|
"ListCustomersConfig",
|
|
"ListCustomersConfigTypedDict",
|
|
"ListCustomersCreditSchema",
|
|
"ListCustomersCreditSchemaTypedDict",
|
|
"ListCustomersDisplay",
|
|
"ListCustomersDisplayTypedDict",
|
|
"ListCustomersEnv",
|
|
"ListCustomersFeature",
|
|
"ListCustomersFeatureTypedDict",
|
|
"ListCustomersFlags",
|
|
"ListCustomersFlagsTypedDict",
|
|
"ListCustomersGlobals",
|
|
"ListCustomersGlobalsTypedDict",
|
|
"ListCustomersInterval1",
|
|
"ListCustomersInterval2",
|
|
"ListCustomersList",
|
|
"ListCustomersListTypedDict",
|
|
"ListCustomersOverageAllowed",
|
|
"ListCustomersOverageAllowedTypedDict",
|
|
"ListCustomersParams",
|
|
"ListCustomersParamsTypedDict",
|
|
"ListCustomersPlan",
|
|
"ListCustomersPlanTypedDict",
|
|
"ListCustomersProcessor",
|
|
"ListCustomersProcessors",
|
|
"ListCustomersProcessorsTypedDict",
|
|
"ListCustomersPurchase",
|
|
"ListCustomersPurchaseLimit1",
|
|
"ListCustomersPurchaseLimit1TypedDict",
|
|
"ListCustomersPurchaseLimit2",
|
|
"ListCustomersPurchaseLimit2TypedDict",
|
|
"ListCustomersPurchaseLimitUnion",
|
|
"ListCustomersPurchaseLimitUnionTypedDict",
|
|
"ListCustomersPurchaseScope",
|
|
"ListCustomersPurchaseTypedDict",
|
|
"ListCustomersResponse",
|
|
"ListCustomersResponseTypedDict",
|
|
"ListCustomersRevenuecat",
|
|
"ListCustomersRevenuecatTypedDict",
|
|
"ListCustomersSpendLimit",
|
|
"ListCustomersSpendLimitTypedDict",
|
|
"ListCustomersStatus",
|
|
"ListCustomersStripe",
|
|
"ListCustomersStripeTypedDict",
|
|
"ListCustomersSubscription",
|
|
"ListCustomersSubscriptionScope",
|
|
"ListCustomersSubscriptionStatus",
|
|
"ListCustomersSubscriptionTypedDict",
|
|
"ListCustomersThresholdType",
|
|
"ListCustomersType",
|
|
"ListCustomersUsageAlert",
|
|
"ListCustomersUsageAlertTypedDict",
|
|
"ListCustomersVercel",
|
|
"ListCustomersVercelTypedDict",
|
|
"ListEntitiesBillingControls",
|
|
"ListEntitiesBillingControlsTypedDict",
|
|
"ListEntitiesCreditSchema",
|
|
"ListEntitiesCreditSchemaTypedDict",
|
|
"ListEntitiesDisplay",
|
|
"ListEntitiesDisplayTypedDict",
|
|
"ListEntitiesEnv",
|
|
"ListEntitiesFeature",
|
|
"ListEntitiesFeatureTypedDict",
|
|
"ListEntitiesFlags",
|
|
"ListEntitiesFlagsTypedDict",
|
|
"ListEntitiesGlobals",
|
|
"ListEntitiesGlobalsTypedDict",
|
|
"ListEntitiesInvoice",
|
|
"ListEntitiesInvoiceTypedDict",
|
|
"ListEntitiesList",
|
|
"ListEntitiesListTypedDict",
|
|
"ListEntitiesOverageAllowed",
|
|
"ListEntitiesOverageAllowedTypedDict",
|
|
"ListEntitiesParams",
|
|
"ListEntitiesParamsTypedDict",
|
|
"ListEntitiesPlan",
|
|
"ListEntitiesPlanTypedDict",
|
|
"ListEntitiesProcessor",
|
|
"ListEntitiesProcessorType",
|
|
"ListEntitiesPurchase",
|
|
"ListEntitiesPurchaseScope",
|
|
"ListEntitiesPurchaseTypedDict",
|
|
"ListEntitiesResponse",
|
|
"ListEntitiesResponseTypedDict",
|
|
"ListEntitiesSpendLimit",
|
|
"ListEntitiesSpendLimitTypedDict",
|
|
"ListEntitiesStatus",
|
|
"ListEntitiesSubscription",
|
|
"ListEntitiesSubscriptionScope",
|
|
"ListEntitiesSubscriptionStatus",
|
|
"ListEntitiesSubscriptionTypedDict",
|
|
"ListEntitiesThresholdType",
|
|
"ListEntitiesType",
|
|
"ListEntitiesUsageAlert",
|
|
"ListEntitiesUsageAlertTypedDict",
|
|
"ListEventsCustomRange",
|
|
"ListEventsCustomRangeTypedDict",
|
|
"ListEventsFeatureID",
|
|
"ListEventsFeatureIDTypedDict",
|
|
"ListEventsGlobals",
|
|
"ListEventsGlobalsTypedDict",
|
|
"ListEventsIntervalEnum",
|
|
"ListEventsIntervalUnion",
|
|
"ListEventsIntervalUnionTypedDict",
|
|
"ListEventsList",
|
|
"ListEventsListTypedDict",
|
|
"ListEventsReset",
|
|
"ListEventsResetTypedDict",
|
|
"ListEventsResponse",
|
|
"ListEventsResponseTypedDict",
|
|
"ListFeaturesCreditSchema",
|
|
"ListFeaturesCreditSchemaTypedDict",
|
|
"ListFeaturesDisplay",
|
|
"ListFeaturesDisplayTypedDict",
|
|
"ListFeaturesGlobals",
|
|
"ListFeaturesGlobalsTypedDict",
|
|
"ListFeaturesList",
|
|
"ListFeaturesListTypedDict",
|
|
"ListFeaturesRequest",
|
|
"ListFeaturesRequestTypedDict",
|
|
"ListFeaturesResponse",
|
|
"ListFeaturesResponseTypedDict",
|
|
"ListFeaturesType",
|
|
"ListPlansAttachAction",
|
|
"ListPlansBillingMethod",
|
|
"ListPlansConfig",
|
|
"ListPlansConfigTypedDict",
|
|
"ListPlansCreditSchema",
|
|
"ListPlansCreditSchemaTypedDict",
|
|
"ListPlansCustomerEligibility",
|
|
"ListPlansCustomerEligibilityTypedDict",
|
|
"ListPlansDurationType",
|
|
"ListPlansEnv",
|
|
"ListPlansExpiryDurationType",
|
|
"ListPlansFeature",
|
|
"ListPlansFeatureDisplay",
|
|
"ListPlansFeatureDisplayTypedDict",
|
|
"ListPlansFeatureTypedDict",
|
|
"ListPlansFreeTrial",
|
|
"ListPlansFreeTrialTypedDict",
|
|
"ListPlansGlobals",
|
|
"ListPlansGlobalsTypedDict",
|
|
"ListPlansItem",
|
|
"ListPlansItemDisplay",
|
|
"ListPlansItemDisplayTypedDict",
|
|
"ListPlansItemPrice",
|
|
"ListPlansItemPriceTypedDict",
|
|
"ListPlansItemTypedDict",
|
|
"ListPlansList",
|
|
"ListPlansListTypedDict",
|
|
"ListPlansOnEnd",
|
|
"ListPlansParams",
|
|
"ListPlansParamsTypedDict",
|
|
"ListPlansPrice",
|
|
"ListPlansPriceDisplay",
|
|
"ListPlansPriceDisplayTypedDict",
|
|
"ListPlansPriceInterval",
|
|
"ListPlansPriceItemInterval",
|
|
"ListPlansPriceTypedDict",
|
|
"ListPlansReset",
|
|
"ListPlansResetInterval",
|
|
"ListPlansResetTypedDict",
|
|
"ListPlansResponse",
|
|
"ListPlansResponseTypedDict",
|
|
"ListPlansRollover",
|
|
"ListPlansRolloverTypedDict",
|
|
"ListPlansStatus",
|
|
"ListPlansTierBehavior",
|
|
"ListPlansType",
|
|
"MultiAttachAttachDiscount",
|
|
"MultiAttachAttachDiscountTypedDict",
|
|
"MultiAttachBasePrice",
|
|
"MultiAttachBasePriceTypedDict",
|
|
"MultiAttachBillingControls",
|
|
"MultiAttachBillingControlsTypedDict",
|
|
"MultiAttachBillingMethod",
|
|
"MultiAttachCode",
|
|
"MultiAttachCustomize",
|
|
"MultiAttachCustomizeTypedDict",
|
|
"MultiAttachDurationType",
|
|
"MultiAttachEntityData",
|
|
"MultiAttachEntityDataTypedDict",
|
|
"MultiAttachExpiryDurationType",
|
|
"MultiAttachFeatureQuantity",
|
|
"MultiAttachFeatureQuantityTypedDict",
|
|
"MultiAttachFreeTrialParams",
|
|
"MultiAttachFreeTrialParamsTypedDict",
|
|
"MultiAttachGlobals",
|
|
"MultiAttachGlobalsTypedDict",
|
|
"MultiAttachInvoice",
|
|
"MultiAttachInvoiceMode",
|
|
"MultiAttachInvoiceModeTypedDict",
|
|
"MultiAttachInvoiceTypedDict",
|
|
"MultiAttachItemPriceInterval",
|
|
"MultiAttachOnDecrease",
|
|
"MultiAttachOnEnd",
|
|
"MultiAttachOnIncrease",
|
|
"MultiAttachOverageAllowed",
|
|
"MultiAttachOverageAllowedTypedDict",
|
|
"MultiAttachParams",
|
|
"MultiAttachParamsTypedDict",
|
|
"MultiAttachPlan",
|
|
"MultiAttachPlanItem",
|
|
"MultiAttachPlanItemTypedDict",
|
|
"MultiAttachPlanTypedDict",
|
|
"MultiAttachPrice",
|
|
"MultiAttachPriceInterval",
|
|
"MultiAttachPriceTypedDict",
|
|
"MultiAttachProration",
|
|
"MultiAttachProrationTypedDict",
|
|
"MultiAttachRedirectMode",
|
|
"MultiAttachRequiredAction",
|
|
"MultiAttachRequiredActionTypedDict",
|
|
"MultiAttachReset",
|
|
"MultiAttachResetInterval",
|
|
"MultiAttachResetTypedDict",
|
|
"MultiAttachResponse",
|
|
"MultiAttachResponseTypedDict",
|
|
"MultiAttachRollover",
|
|
"MultiAttachRolloverTypedDict",
|
|
"MultiAttachSpendLimit",
|
|
"MultiAttachSpendLimitTypedDict",
|
|
"MultiAttachThresholdType",
|
|
"MultiAttachTier",
|
|
"MultiAttachTierBehavior",
|
|
"MultiAttachTierTypedDict",
|
|
"MultiAttachTo",
|
|
"MultiAttachToTypedDict",
|
|
"MultiAttachUsageAlert",
|
|
"MultiAttachUsageAlertTypedDict",
|
|
"OnEnd",
|
|
"OpenCustomerPortalGlobals",
|
|
"OpenCustomerPortalGlobalsTypedDict",
|
|
"OpenCustomerPortalParams",
|
|
"OpenCustomerPortalParamsTypedDict",
|
|
"OpenCustomerPortalResponse",
|
|
"OpenCustomerPortalResponseTypedDict",
|
|
"Phase",
|
|
"PhaseRequest2",
|
|
"PhaseRequest2TypedDict",
|
|
"PhaseResponse",
|
|
"PhaseResponseTypedDict",
|
|
"PhaseTypedDict",
|
|
"Plan",
|
|
"PlanBillingMethod",
|
|
"PlanConfig",
|
|
"PlanConfigTypedDict",
|
|
"PlanCreditSchema",
|
|
"PlanCreditSchemaTypedDict",
|
|
"PlanDurationType",
|
|
"PlanEnv",
|
|
"PlanFeature",
|
|
"PlanFeatureDisplay",
|
|
"PlanFeatureDisplayTypedDict",
|
|
"PlanFeatureTypedDict",
|
|
"PlanItemDisplay",
|
|
"PlanItemDisplayTypedDict",
|
|
"PlanItemPrice",
|
|
"PlanItemPriceTypedDict",
|
|
"PlanPrice",
|
|
"PlanPriceDisplay",
|
|
"PlanPriceDisplayTypedDict",
|
|
"PlanPriceInterval",
|
|
"PlanPriceItemInterval",
|
|
"PlanPriceTypedDict",
|
|
"PlanReset",
|
|
"PlanResetInterval",
|
|
"PlanResetTypedDict",
|
|
"PlanRollover",
|
|
"PlanRolloverTypedDict",
|
|
"PlanStatus",
|
|
"PlanTierBehavior",
|
|
"PlanType",
|
|
"PlanTypedDict",
|
|
"Preview1",
|
|
"Preview1TypedDict",
|
|
"Preview2",
|
|
"Preview2TypedDict",
|
|
"PreviewAttachAddItemBillingMethod",
|
|
"PreviewAttachAddItemExpiryDurationType",
|
|
"PreviewAttachAddItemOnDecrease",
|
|
"PreviewAttachAddItemOnIncrease",
|
|
"PreviewAttachAddItemPlanItem",
|
|
"PreviewAttachAddItemPlanItemTypedDict",
|
|
"PreviewAttachAddItemPrice",
|
|
"PreviewAttachAddItemPriceInterval",
|
|
"PreviewAttachAddItemPriceTypedDict",
|
|
"PreviewAttachAddItemProration",
|
|
"PreviewAttachAddItemProrationTypedDict",
|
|
"PreviewAttachAddItemReset",
|
|
"PreviewAttachAddItemResetInterval",
|
|
"PreviewAttachAddItemResetTypedDict",
|
|
"PreviewAttachAddItemRollover",
|
|
"PreviewAttachAddItemRolloverTypedDict",
|
|
"PreviewAttachAddItemTier",
|
|
"PreviewAttachAddItemTierBehavior",
|
|
"PreviewAttachAddItemTierTypedDict",
|
|
"PreviewAttachAddItemTo",
|
|
"PreviewAttachAddItemToTypedDict",
|
|
"PreviewAttachAttachDiscount",
|
|
"PreviewAttachAttachDiscountTypedDict",
|
|
"PreviewAttachBasePrice",
|
|
"PreviewAttachBasePriceTypedDict",
|
|
"PreviewAttachCarryOverBalances",
|
|
"PreviewAttachCarryOverBalancesTypedDict",
|
|
"PreviewAttachCarryOverUsages",
|
|
"PreviewAttachCarryOverUsagesTypedDict",
|
|
"PreviewAttachCheckoutType",
|
|
"PreviewAttachCustomLineItem",
|
|
"PreviewAttachCustomLineItemTypedDict",
|
|
"PreviewAttachCustomize",
|
|
"PreviewAttachCustomizeTypedDict",
|
|
"PreviewAttachDiscount",
|
|
"PreviewAttachDiscountTypedDict",
|
|
"PreviewAttachDurationType",
|
|
"PreviewAttachFeatureQuantityRequest",
|
|
"PreviewAttachFeatureQuantityRequestTypedDict",
|
|
"PreviewAttachFreeTrialParams",
|
|
"PreviewAttachFreeTrialParamsTypedDict",
|
|
"PreviewAttachGlobals",
|
|
"PreviewAttachGlobalsTypedDict",
|
|
"PreviewAttachIncoming",
|
|
"PreviewAttachIncomingFeatureQuantity",
|
|
"PreviewAttachIncomingFeatureQuantityTypedDict",
|
|
"PreviewAttachIncomingTypedDict",
|
|
"PreviewAttachInvoiceCredits",
|
|
"PreviewAttachInvoiceCreditsTypedDict",
|
|
"PreviewAttachInvoiceMode",
|
|
"PreviewAttachInvoiceModeTypedDict",
|
|
"PreviewAttachItemBillingMethod",
|
|
"PreviewAttachItemExpiryDurationType",
|
|
"PreviewAttachItemOnDecrease",
|
|
"PreviewAttachItemOnIncrease",
|
|
"PreviewAttachItemPlanItem",
|
|
"PreviewAttachItemPlanItemTypedDict",
|
|
"PreviewAttachItemPrice",
|
|
"PreviewAttachItemPriceInterval",
|
|
"PreviewAttachItemPriceTypedDict",
|
|
"PreviewAttachItemProration",
|
|
"PreviewAttachItemProrationTypedDict",
|
|
"PreviewAttachItemReset",
|
|
"PreviewAttachItemResetInterval",
|
|
"PreviewAttachItemResetTypedDict",
|
|
"PreviewAttachItemRollover",
|
|
"PreviewAttachItemRolloverTypedDict",
|
|
"PreviewAttachItemTier",
|
|
"PreviewAttachItemTierBehavior",
|
|
"PreviewAttachItemTierTypedDict",
|
|
"PreviewAttachItemTo",
|
|
"PreviewAttachItemToTypedDict",
|
|
"PreviewAttachLineItem",
|
|
"PreviewAttachLineItemPeriod",
|
|
"PreviewAttachLineItemPeriodTypedDict",
|
|
"PreviewAttachLineItemTypedDict",
|
|
"PreviewAttachNextCycle",
|
|
"PreviewAttachNextCycleDiscount",
|
|
"PreviewAttachNextCycleDiscountTypedDict",
|
|
"PreviewAttachNextCycleLineItem",
|
|
"PreviewAttachNextCycleLineItemPeriod",
|
|
"PreviewAttachNextCycleLineItemPeriodTypedDict",
|
|
"PreviewAttachNextCycleLineItemTypedDict",
|
|
"PreviewAttachNextCycleTypedDict",
|
|
"PreviewAttachOnEnd",
|
|
"PreviewAttachOutgoing",
|
|
"PreviewAttachOutgoingFeatureQuantity",
|
|
"PreviewAttachOutgoingFeatureQuantityTypedDict",
|
|
"PreviewAttachOutgoingTypedDict",
|
|
"PreviewAttachParams",
|
|
"PreviewAttachParamsTypedDict",
|
|
"PreviewAttachPlanItemFilter",
|
|
"PreviewAttachPlanItemFilterTypedDict",
|
|
"PreviewAttachPlanSchedule",
|
|
"PreviewAttachPriceInterval",
|
|
"PreviewAttachProrationBehavior",
|
|
"PreviewAttachRedirectMode",
|
|
"PreviewAttachRemoveItemBillingMethod",
|
|
"PreviewAttachRemoveItemInterval",
|
|
"PreviewAttachResponse",
|
|
"PreviewAttachResponseTypedDict",
|
|
"PreviewAttachStatus",
|
|
"PreviewAttachTax",
|
|
"PreviewAttachTaxTypedDict",
|
|
"PreviewAttachUsageLineItem",
|
|
"PreviewAttachUsageLineItemPeriod",
|
|
"PreviewAttachUsageLineItemPeriodTypedDict",
|
|
"PreviewAttachUsageLineItemTypedDict",
|
|
"PreviewMultiAttachAttachDiscount",
|
|
"PreviewMultiAttachAttachDiscountTypedDict",
|
|
"PreviewMultiAttachBasePrice",
|
|
"PreviewMultiAttachBasePriceTypedDict",
|
|
"PreviewMultiAttachBillingControls",
|
|
"PreviewMultiAttachBillingControlsTypedDict",
|
|
"PreviewMultiAttachBillingMethod",
|
|
"PreviewMultiAttachCheckoutType",
|
|
"PreviewMultiAttachCustomize",
|
|
"PreviewMultiAttachCustomizeTypedDict",
|
|
"PreviewMultiAttachDiscount",
|
|
"PreviewMultiAttachDiscountTypedDict",
|
|
"PreviewMultiAttachDurationType",
|
|
"PreviewMultiAttachEntityData",
|
|
"PreviewMultiAttachEntityDataTypedDict",
|
|
"PreviewMultiAttachExpiryDurationType",
|
|
"PreviewMultiAttachFreeTrialParams",
|
|
"PreviewMultiAttachFreeTrialParamsTypedDict",
|
|
"PreviewMultiAttachGlobals",
|
|
"PreviewMultiAttachGlobalsTypedDict",
|
|
"PreviewMultiAttachIncoming",
|
|
"PreviewMultiAttachIncomingFeatureQuantity",
|
|
"PreviewMultiAttachIncomingFeatureQuantityTypedDict",
|
|
"PreviewMultiAttachIncomingTypedDict",
|
|
"PreviewMultiAttachInvoiceCredits",
|
|
"PreviewMultiAttachInvoiceCreditsTypedDict",
|
|
"PreviewMultiAttachInvoiceMode",
|
|
"PreviewMultiAttachInvoiceModeTypedDict",
|
|
"PreviewMultiAttachItemPriceInterval",
|
|
"PreviewMultiAttachLineItem",
|
|
"PreviewMultiAttachLineItemPeriod",
|
|
"PreviewMultiAttachLineItemPeriodTypedDict",
|
|
"PreviewMultiAttachLineItemTypedDict",
|
|
"PreviewMultiAttachNextCycle",
|
|
"PreviewMultiAttachNextCycleDiscount",
|
|
"PreviewMultiAttachNextCycleDiscountTypedDict",
|
|
"PreviewMultiAttachNextCycleLineItem",
|
|
"PreviewMultiAttachNextCycleLineItemPeriod",
|
|
"PreviewMultiAttachNextCycleLineItemPeriodTypedDict",
|
|
"PreviewMultiAttachNextCycleLineItemTypedDict",
|
|
"PreviewMultiAttachNextCycleTypedDict",
|
|
"PreviewMultiAttachOnDecrease",
|
|
"PreviewMultiAttachOnEnd",
|
|
"PreviewMultiAttachOnIncrease",
|
|
"PreviewMultiAttachOutgoing",
|
|
"PreviewMultiAttachOutgoingFeatureQuantity",
|
|
"PreviewMultiAttachOutgoingFeatureQuantityTypedDict",
|
|
"PreviewMultiAttachOutgoingTypedDict",
|
|
"PreviewMultiAttachOverageAllowed",
|
|
"PreviewMultiAttachOverageAllowedTypedDict",
|
|
"PreviewMultiAttachParams",
|
|
"PreviewMultiAttachParamsTypedDict",
|
|
"PreviewMultiAttachPlan",
|
|
"PreviewMultiAttachPlanFeatureQuantity",
|
|
"PreviewMultiAttachPlanFeatureQuantityTypedDict",
|
|
"PreviewMultiAttachPlanItem",
|
|
"PreviewMultiAttachPlanItemTypedDict",
|
|
"PreviewMultiAttachPlanTypedDict",
|
|
"PreviewMultiAttachPrice",
|
|
"PreviewMultiAttachPriceInterval",
|
|
"PreviewMultiAttachPriceTypedDict",
|
|
"PreviewMultiAttachProration",
|
|
"PreviewMultiAttachProrationTypedDict",
|
|
"PreviewMultiAttachRedirectMode",
|
|
"PreviewMultiAttachReset",
|
|
"PreviewMultiAttachResetInterval",
|
|
"PreviewMultiAttachResetTypedDict",
|
|
"PreviewMultiAttachResponse",
|
|
"PreviewMultiAttachResponseTypedDict",
|
|
"PreviewMultiAttachRollover",
|
|
"PreviewMultiAttachRolloverTypedDict",
|
|
"PreviewMultiAttachSpendLimit",
|
|
"PreviewMultiAttachSpendLimitTypedDict",
|
|
"PreviewMultiAttachStatus",
|
|
"PreviewMultiAttachTax",
|
|
"PreviewMultiAttachTaxTypedDict",
|
|
"PreviewMultiAttachThresholdType",
|
|
"PreviewMultiAttachTier",
|
|
"PreviewMultiAttachTierBehavior",
|
|
"PreviewMultiAttachTierTypedDict",
|
|
"PreviewMultiAttachTo",
|
|
"PreviewMultiAttachToTypedDict",
|
|
"PreviewMultiAttachUsageAlert",
|
|
"PreviewMultiAttachUsageAlertTypedDict",
|
|
"PreviewMultiAttachUsageLineItem",
|
|
"PreviewMultiAttachUsageLineItemPeriod",
|
|
"PreviewMultiAttachUsageLineItemPeriodTypedDict",
|
|
"PreviewMultiAttachUsageLineItemTypedDict",
|
|
"PreviewUpdateAddItemBillingMethod",
|
|
"PreviewUpdateAddItemExpiryDurationType",
|
|
"PreviewUpdateAddItemOnDecrease",
|
|
"PreviewUpdateAddItemOnIncrease",
|
|
"PreviewUpdateAddItemPlanItem",
|
|
"PreviewUpdateAddItemPlanItemTypedDict",
|
|
"PreviewUpdateAddItemPrice",
|
|
"PreviewUpdateAddItemPriceInterval",
|
|
"PreviewUpdateAddItemPriceTypedDict",
|
|
"PreviewUpdateAddItemProration",
|
|
"PreviewUpdateAddItemProrationTypedDict",
|
|
"PreviewUpdateAddItemReset",
|
|
"PreviewUpdateAddItemResetInterval",
|
|
"PreviewUpdateAddItemResetTypedDict",
|
|
"PreviewUpdateAddItemRollover",
|
|
"PreviewUpdateAddItemRolloverTypedDict",
|
|
"PreviewUpdateAddItemTier",
|
|
"PreviewUpdateAddItemTierBehavior",
|
|
"PreviewUpdateAddItemTierTypedDict",
|
|
"PreviewUpdateAddItemTo",
|
|
"PreviewUpdateAddItemToTypedDict",
|
|
"PreviewUpdateAttachDiscount",
|
|
"PreviewUpdateAttachDiscountTypedDict",
|
|
"PreviewUpdateBasePrice",
|
|
"PreviewUpdateBasePriceTypedDict",
|
|
"PreviewUpdateCancelAction",
|
|
"PreviewUpdateCustomize",
|
|
"PreviewUpdateCustomizeTypedDict",
|
|
"PreviewUpdateDiscount",
|
|
"PreviewUpdateDiscountTypedDict",
|
|
"PreviewUpdateDurationType",
|
|
"PreviewUpdateFeatureQuantityRequest",
|
|
"PreviewUpdateFeatureQuantityRequestTypedDict",
|
|
"PreviewUpdateFreeTrialParams",
|
|
"PreviewUpdateFreeTrialParamsTypedDict",
|
|
"PreviewUpdateGlobals",
|
|
"PreviewUpdateGlobalsTypedDict",
|
|
"PreviewUpdateIncoming",
|
|
"PreviewUpdateIncomingFeatureQuantity",
|
|
"PreviewUpdateIncomingFeatureQuantityTypedDict",
|
|
"PreviewUpdateIncomingTypedDict",
|
|
"PreviewUpdateInvoiceCredits",
|
|
"PreviewUpdateInvoiceCreditsTypedDict",
|
|
"PreviewUpdateInvoiceMode",
|
|
"PreviewUpdateInvoiceModeTypedDict",
|
|
"PreviewUpdateItemBillingMethod",
|
|
"PreviewUpdateItemExpiryDurationType",
|
|
"PreviewUpdateItemOnDecrease",
|
|
"PreviewUpdateItemOnIncrease",
|
|
"PreviewUpdateItemPlanItem",
|
|
"PreviewUpdateItemPlanItemTypedDict",
|
|
"PreviewUpdateItemPrice",
|
|
"PreviewUpdateItemPriceInterval",
|
|
"PreviewUpdateItemPriceTypedDict",
|
|
"PreviewUpdateItemProration",
|
|
"PreviewUpdateItemProrationTypedDict",
|
|
"PreviewUpdateItemReset",
|
|
"PreviewUpdateItemResetInterval",
|
|
"PreviewUpdateItemResetTypedDict",
|
|
"PreviewUpdateItemRollover",
|
|
"PreviewUpdateItemRolloverTypedDict",
|
|
"PreviewUpdateItemTier",
|
|
"PreviewUpdateItemTierBehavior",
|
|
"PreviewUpdateItemTierTypedDict",
|
|
"PreviewUpdateItemTo",
|
|
"PreviewUpdateItemToTypedDict",
|
|
"PreviewUpdateLineItem",
|
|
"PreviewUpdateLineItemPeriod",
|
|
"PreviewUpdateLineItemPeriodTypedDict",
|
|
"PreviewUpdateLineItemTypedDict",
|
|
"PreviewUpdateNextCycle",
|
|
"PreviewUpdateNextCycleDiscount",
|
|
"PreviewUpdateNextCycleDiscountTypedDict",
|
|
"PreviewUpdateNextCycleLineItem",
|
|
"PreviewUpdateNextCycleLineItemPeriod",
|
|
"PreviewUpdateNextCycleLineItemPeriodTypedDict",
|
|
"PreviewUpdateNextCycleLineItemTypedDict",
|
|
"PreviewUpdateNextCycleTypedDict",
|
|
"PreviewUpdateOnEnd",
|
|
"PreviewUpdateOutgoing",
|
|
"PreviewUpdateOutgoingFeatureQuantity",
|
|
"PreviewUpdateOutgoingFeatureQuantityTypedDict",
|
|
"PreviewUpdateOutgoingTypedDict",
|
|
"PreviewUpdateParams",
|
|
"PreviewUpdateParamsTypedDict",
|
|
"PreviewUpdatePlanItemFilter",
|
|
"PreviewUpdatePlanItemFilterTypedDict",
|
|
"PreviewUpdatePriceInterval",
|
|
"PreviewUpdateProrationBehavior",
|
|
"PreviewUpdateRecalculateBalances",
|
|
"PreviewUpdateRecalculateBalancesTypedDict",
|
|
"PreviewUpdateRedirectMode",
|
|
"PreviewUpdateRemoveItemBillingMethod",
|
|
"PreviewUpdateRemoveItemInterval",
|
|
"PreviewUpdateResponse",
|
|
"PreviewUpdateResponseTypedDict",
|
|
"PreviewUpdateStatus",
|
|
"PreviewUpdateTax",
|
|
"PreviewUpdateTaxTypedDict",
|
|
"PreviewUpdateUsageLineItem",
|
|
"PreviewUpdateUsageLineItemPeriod",
|
|
"PreviewUpdateUsageLineItemPeriodTypedDict",
|
|
"PreviewUpdateUsageLineItemTypedDict",
|
|
"ProcessorType",
|
|
"Processors",
|
|
"ProcessorsTypedDict",
|
|
"ProductDisplay1",
|
|
"ProductDisplay1TypedDict",
|
|
"ProductDisplay2",
|
|
"ProductDisplay2TypedDict",
|
|
"ProductScenario1",
|
|
"ProductScenario2",
|
|
"ProductType1",
|
|
"ProductType2",
|
|
"Properties1",
|
|
"Properties1TypedDict",
|
|
"Properties2",
|
|
"Properties2TypedDict",
|
|
"Purchase",
|
|
"PurchaseScope",
|
|
"PurchaseTypedDict",
|
|
"Range",
|
|
"RedeemReferralCodeGlobals",
|
|
"RedeemReferralCodeGlobalsTypedDict",
|
|
"RedeemReferralCodeParams",
|
|
"RedeemReferralCodeParamsTypedDict",
|
|
"RedeemReferralCodeResponse",
|
|
"RedeemReferralCodeResponseTypedDict",
|
|
"RedeemRewardCodeGlobals",
|
|
"RedeemRewardCodeGlobalsTypedDict",
|
|
"RedeemRewardCodeParams",
|
|
"RedeemRewardCodeParamsTypedDict",
|
|
"RedeemRewardCodeResponse",
|
|
"RedeemRewardCodeResponseTypedDict",
|
|
"Referral",
|
|
"ReferralCustomer",
|
|
"ReferralCustomerTypedDict",
|
|
"ReferralTypedDict",
|
|
"RequestBody",
|
|
"RequestBodyTypedDict",
|
|
"Result",
|
|
"ResultTypedDict",
|
|
"Revenuecat",
|
|
"RevenuecatTypedDict",
|
|
"Rewards",
|
|
"RewardsTypedDict",
|
|
"Scenario1",
|
|
"Scenario2",
|
|
"Security",
|
|
"SecurityTypedDict",
|
|
"SetupPaymentAddItemBillingMethod",
|
|
"SetupPaymentAddItemExpiryDurationType",
|
|
"SetupPaymentAddItemOnDecrease",
|
|
"SetupPaymentAddItemOnIncrease",
|
|
"SetupPaymentAddItemPlanItem",
|
|
"SetupPaymentAddItemPlanItemTypedDict",
|
|
"SetupPaymentAddItemPrice",
|
|
"SetupPaymentAddItemPriceInterval",
|
|
"SetupPaymentAddItemPriceTypedDict",
|
|
"SetupPaymentAddItemProration",
|
|
"SetupPaymentAddItemProrationTypedDict",
|
|
"SetupPaymentAddItemReset",
|
|
"SetupPaymentAddItemResetInterval",
|
|
"SetupPaymentAddItemResetTypedDict",
|
|
"SetupPaymentAddItemRollover",
|
|
"SetupPaymentAddItemRolloverTypedDict",
|
|
"SetupPaymentAddItemTier",
|
|
"SetupPaymentAddItemTierBehavior",
|
|
"SetupPaymentAddItemTierTypedDict",
|
|
"SetupPaymentAddItemTo",
|
|
"SetupPaymentAddItemToTypedDict",
|
|
"SetupPaymentAttachDiscount",
|
|
"SetupPaymentAttachDiscountTypedDict",
|
|
"SetupPaymentBasePrice",
|
|
"SetupPaymentBasePriceTypedDict",
|
|
"SetupPaymentCarryOverBalances",
|
|
"SetupPaymentCarryOverBalancesTypedDict",
|
|
"SetupPaymentCarryOverUsages",
|
|
"SetupPaymentCarryOverUsagesTypedDict",
|
|
"SetupPaymentCustomLineItem",
|
|
"SetupPaymentCustomLineItemTypedDict",
|
|
"SetupPaymentCustomize",
|
|
"SetupPaymentCustomizeTypedDict",
|
|
"SetupPaymentDurationType",
|
|
"SetupPaymentFeatureQuantity",
|
|
"SetupPaymentFeatureQuantityTypedDict",
|
|
"SetupPaymentFreeTrialParams",
|
|
"SetupPaymentFreeTrialParamsTypedDict",
|
|
"SetupPaymentGlobals",
|
|
"SetupPaymentGlobalsTypedDict",
|
|
"SetupPaymentItemBillingMethod",
|
|
"SetupPaymentItemExpiryDurationType",
|
|
"SetupPaymentItemOnDecrease",
|
|
"SetupPaymentItemOnIncrease",
|
|
"SetupPaymentItemPlanItem",
|
|
"SetupPaymentItemPlanItemTypedDict",
|
|
"SetupPaymentItemPrice",
|
|
"SetupPaymentItemPriceInterval",
|
|
"SetupPaymentItemPriceTypedDict",
|
|
"SetupPaymentItemProration",
|
|
"SetupPaymentItemProrationTypedDict",
|
|
"SetupPaymentItemReset",
|
|
"SetupPaymentItemResetInterval",
|
|
"SetupPaymentItemResetTypedDict",
|
|
"SetupPaymentItemRollover",
|
|
"SetupPaymentItemRolloverTypedDict",
|
|
"SetupPaymentItemTier",
|
|
"SetupPaymentItemTierBehavior",
|
|
"SetupPaymentItemTierTypedDict",
|
|
"SetupPaymentItemTo",
|
|
"SetupPaymentItemToTypedDict",
|
|
"SetupPaymentOnEnd",
|
|
"SetupPaymentParams",
|
|
"SetupPaymentParamsTypedDict",
|
|
"SetupPaymentPlanItemFilter",
|
|
"SetupPaymentPlanItemFilterTypedDict",
|
|
"SetupPaymentPriceInterval",
|
|
"SetupPaymentProrationBehavior",
|
|
"SetupPaymentRemoveItemBillingMethod",
|
|
"SetupPaymentRemoveItemInterval",
|
|
"SetupPaymentResponse",
|
|
"SetupPaymentResponseTypedDict",
|
|
"StorePush",
|
|
"Stripe",
|
|
"StripeTypedDict",
|
|
"Subscription",
|
|
"SubscriptionScope",
|
|
"SubscriptionTypedDict",
|
|
"SyncRevenueCatApp",
|
|
"SyncRevenueCatAppTypedDict",
|
|
"SyncRevenueCatEnv",
|
|
"SyncRevenueCatGlobals",
|
|
"SyncRevenueCatGlobalsTypedDict",
|
|
"SyncRevenueCatParams",
|
|
"SyncRevenueCatParamsTypedDict",
|
|
"SyncRevenueCatPrice",
|
|
"SyncRevenueCatProduct",
|
|
"SyncRevenueCatResponse",
|
|
"SyncRevenueCatResponseTypedDict",
|
|
"SyncRevenueCatStatus",
|
|
"Total",
|
|
"TotalTypedDict",
|
|
"TrackGlobals",
|
|
"TrackGlobalsTypedDict",
|
|
"TrackIntervalEnum1",
|
|
"TrackIntervalEnum2",
|
|
"TrackIntervalUnion1",
|
|
"TrackIntervalUnion1TypedDict",
|
|
"TrackIntervalUnion2",
|
|
"TrackIntervalUnion2TypedDict",
|
|
"TrackLock",
|
|
"TrackLockTypedDict",
|
|
"TrackParams",
|
|
"TrackParamsTypedDict",
|
|
"TrackReset1",
|
|
"TrackReset1TypedDict",
|
|
"TrackReset2",
|
|
"TrackReset2TypedDict",
|
|
"TrackResponse",
|
|
"TrackResponseBody1",
|
|
"TrackResponseBody1TypedDict",
|
|
"TrackResponseBody2",
|
|
"TrackResponseBody2TypedDict",
|
|
"TrackResponseTypedDict",
|
|
"TrialsUsed",
|
|
"TrialsUsedTypedDict",
|
|
"UpdateBalanceGlobals",
|
|
"UpdateBalanceGlobalsTypedDict",
|
|
"UpdateBalanceInterval",
|
|
"UpdateBalanceParams",
|
|
"UpdateBalanceParamsTypedDict",
|
|
"UpdateBalanceResponse",
|
|
"UpdateBalanceResponseTypedDict",
|
|
"UpdateCustomerAutoTopupRequest",
|
|
"UpdateCustomerAutoTopupRequestTypedDict",
|
|
"UpdateCustomerAutoTopupResponse",
|
|
"UpdateCustomerAutoTopupResponseTypedDict",
|
|
"UpdateCustomerBillingControlsRequest",
|
|
"UpdateCustomerBillingControlsRequestTypedDict",
|
|
"UpdateCustomerBillingControlsResponse",
|
|
"UpdateCustomerBillingControlsResponseTypedDict",
|
|
"UpdateCustomerConfigRequest",
|
|
"UpdateCustomerConfigRequestTypedDict",
|
|
"UpdateCustomerConfigResponse",
|
|
"UpdateCustomerConfigResponseTypedDict",
|
|
"UpdateCustomerCreditSchema",
|
|
"UpdateCustomerCreditSchemaTypedDict",
|
|
"UpdateCustomerDisplay",
|
|
"UpdateCustomerDisplayTypedDict",
|
|
"UpdateCustomerEnv",
|
|
"UpdateCustomerFeature",
|
|
"UpdateCustomerFeatureTypedDict",
|
|
"UpdateCustomerFlags",
|
|
"UpdateCustomerFlagsTypedDict",
|
|
"UpdateCustomerGlobals",
|
|
"UpdateCustomerGlobalsTypedDict",
|
|
"UpdateCustomerIntervalRequest",
|
|
"UpdateCustomerIntervalResponse1",
|
|
"UpdateCustomerIntervalResponse2",
|
|
"UpdateCustomerOverageAllowedRequest",
|
|
"UpdateCustomerOverageAllowedRequestTypedDict",
|
|
"UpdateCustomerOverageAllowedResponse",
|
|
"UpdateCustomerOverageAllowedResponseTypedDict",
|
|
"UpdateCustomerParams",
|
|
"UpdateCustomerParamsTypedDict",
|
|
"UpdateCustomerProcessors",
|
|
"UpdateCustomerProcessorsTypedDict",
|
|
"UpdateCustomerPurchase",
|
|
"UpdateCustomerPurchaseLimitRequest",
|
|
"UpdateCustomerPurchaseLimitRequestTypedDict",
|
|
"UpdateCustomerPurchaseLimitResponse1",
|
|
"UpdateCustomerPurchaseLimitResponse1TypedDict",
|
|
"UpdateCustomerPurchaseLimitResponse2",
|
|
"UpdateCustomerPurchaseLimitResponse2TypedDict",
|
|
"UpdateCustomerPurchaseLimitUnion",
|
|
"UpdateCustomerPurchaseLimitUnionTypedDict",
|
|
"UpdateCustomerPurchaseScope",
|
|
"UpdateCustomerPurchaseTypedDict",
|
|
"UpdateCustomerResponse",
|
|
"UpdateCustomerResponseTypedDict",
|
|
"UpdateCustomerRevenuecat",
|
|
"UpdateCustomerRevenuecatTypedDict",
|
|
"UpdateCustomerSpendLimitRequest",
|
|
"UpdateCustomerSpendLimitRequestTypedDict",
|
|
"UpdateCustomerSpendLimitResponse",
|
|
"UpdateCustomerSpendLimitResponseTypedDict",
|
|
"UpdateCustomerStatus",
|
|
"UpdateCustomerStripe",
|
|
"UpdateCustomerStripeTypedDict",
|
|
"UpdateCustomerSubscription",
|
|
"UpdateCustomerSubscriptionScope",
|
|
"UpdateCustomerSubscriptionTypedDict",
|
|
"UpdateCustomerThresholdTypeRequestBody",
|
|
"UpdateCustomerThresholdTypeResponse",
|
|
"UpdateCustomerType",
|
|
"UpdateCustomerUsageAlertRequestBody",
|
|
"UpdateCustomerUsageAlertRequestBodyTypedDict",
|
|
"UpdateCustomerUsageAlertResponse",
|
|
"UpdateCustomerUsageAlertResponseTypedDict",
|
|
"UpdateCustomerVercel",
|
|
"UpdateCustomerVercelTypedDict",
|
|
"UpdateEntityBillingControlsRequest",
|
|
"UpdateEntityBillingControlsRequestTypedDict",
|
|
"UpdateEntityBillingControlsResponse",
|
|
"UpdateEntityBillingControlsResponseTypedDict",
|
|
"UpdateEntityCreditSchema",
|
|
"UpdateEntityCreditSchemaTypedDict",
|
|
"UpdateEntityDisplay",
|
|
"UpdateEntityDisplayTypedDict",
|
|
"UpdateEntityEnv",
|
|
"UpdateEntityFeature",
|
|
"UpdateEntityFeatureTypedDict",
|
|
"UpdateEntityFlags",
|
|
"UpdateEntityFlagsTypedDict",
|
|
"UpdateEntityGlobals",
|
|
"UpdateEntityGlobalsTypedDict",
|
|
"UpdateEntityInvoice",
|
|
"UpdateEntityInvoiceTypedDict",
|
|
"UpdateEntityOverageAllowedRequest",
|
|
"UpdateEntityOverageAllowedRequestTypedDict",
|
|
"UpdateEntityOverageAllowedResponse",
|
|
"UpdateEntityOverageAllowedResponseTypedDict",
|
|
"UpdateEntityParams",
|
|
"UpdateEntityParamsTypedDict",
|
|
"UpdateEntityProcessorType",
|
|
"UpdateEntityPurchase",
|
|
"UpdateEntityPurchaseScope",
|
|
"UpdateEntityPurchaseTypedDict",
|
|
"UpdateEntityResponse",
|
|
"UpdateEntityResponseTypedDict",
|
|
"UpdateEntitySpendLimitRequest",
|
|
"UpdateEntitySpendLimitRequestTypedDict",
|
|
"UpdateEntitySpendLimitResponse",
|
|
"UpdateEntitySpendLimitResponseTypedDict",
|
|
"UpdateEntityStatus",
|
|
"UpdateEntitySubscription",
|
|
"UpdateEntitySubscriptionScope",
|
|
"UpdateEntitySubscriptionTypedDict",
|
|
"UpdateEntityThresholdTypeRequestBody",
|
|
"UpdateEntityThresholdTypeResponse",
|
|
"UpdateEntityType",
|
|
"UpdateEntityUsageAlertRequestBody",
|
|
"UpdateEntityUsageAlertRequestBodyTypedDict",
|
|
"UpdateEntityUsageAlertResponse",
|
|
"UpdateEntityUsageAlertResponseTypedDict",
|
|
"UpdateFeatureCreditSchemaRequest",
|
|
"UpdateFeatureCreditSchemaRequestTypedDict",
|
|
"UpdateFeatureCreditSchemaResponse",
|
|
"UpdateFeatureCreditSchemaResponseTypedDict",
|
|
"UpdateFeatureDisplayRequest",
|
|
"UpdateFeatureDisplayRequestTypedDict",
|
|
"UpdateFeatureDisplayResponse",
|
|
"UpdateFeatureDisplayResponseTypedDict",
|
|
"UpdateFeatureGlobals",
|
|
"UpdateFeatureGlobalsTypedDict",
|
|
"UpdateFeatureParams",
|
|
"UpdateFeatureParamsTypedDict",
|
|
"UpdateFeatureResponse",
|
|
"UpdateFeatureResponseTypedDict",
|
|
"UpdateFeatureTypeRequest",
|
|
"UpdateFeatureTypeResponse",
|
|
"UpdatePlanAttachAction",
|
|
"UpdatePlanBasePrice",
|
|
"UpdatePlanBasePriceTypedDict",
|
|
"UpdatePlanBillingMethodRequest",
|
|
"UpdatePlanBillingMethodResponse",
|
|
"UpdatePlanConfigRequest",
|
|
"UpdatePlanConfigRequestTypedDict",
|
|
"UpdatePlanConfigResponse",
|
|
"UpdatePlanConfigResponseTypedDict",
|
|
"UpdatePlanCreditSchema",
|
|
"UpdatePlanCreditSchemaTypedDict",
|
|
"UpdatePlanCustomerEligibility",
|
|
"UpdatePlanCustomerEligibilityTypedDict",
|
|
"UpdatePlanDurationTypeRequest",
|
|
"UpdatePlanDurationTypeResponse",
|
|
"UpdatePlanEnv",
|
|
"UpdatePlanExpiryDurationTypeRequest",
|
|
"UpdatePlanExpiryDurationTypeResponse",
|
|
"UpdatePlanFeature",
|
|
"UpdatePlanFeatureDisplay",
|
|
"UpdatePlanFeatureDisplayTypedDict",
|
|
"UpdatePlanFeatureTypedDict",
|
|
"UpdatePlanFreeTrial",
|
|
"UpdatePlanFreeTrialParams",
|
|
"UpdatePlanFreeTrialParamsTypedDict",
|
|
"UpdatePlanFreeTrialTypedDict",
|
|
"UpdatePlanGlobals",
|
|
"UpdatePlanGlobalsTypedDict",
|
|
"UpdatePlanItem",
|
|
"UpdatePlanItemDisplay",
|
|
"UpdatePlanItemDisplayTypedDict",
|
|
"UpdatePlanItemPriceIntervalRequest",
|
|
"UpdatePlanItemPriceResponse",
|
|
"UpdatePlanItemPriceResponseTypedDict",
|
|
"UpdatePlanItemTypedDict",
|
|
"UpdatePlanOnDecrease",
|
|
"UpdatePlanOnEndRequest",
|
|
"UpdatePlanOnEndResponse",
|
|
"UpdatePlanOnIncrease",
|
|
"UpdatePlanParams",
|
|
"UpdatePlanParamsTypedDict",
|
|
"UpdatePlanPlanItem",
|
|
"UpdatePlanPlanItemTypedDict",
|
|
"UpdatePlanPriceDisplay",
|
|
"UpdatePlanPriceDisplayTypedDict",
|
|
"UpdatePlanPriceIntervalRequest",
|
|
"UpdatePlanPriceIntervalResponse",
|
|
"UpdatePlanPriceItemIntervalResponse",
|
|
"UpdatePlanPriceRequest",
|
|
"UpdatePlanPriceRequestTypedDict",
|
|
"UpdatePlanPriceResponse",
|
|
"UpdatePlanPriceResponseTypedDict",
|
|
"UpdatePlanProration",
|
|
"UpdatePlanProrationTypedDict",
|
|
"UpdatePlanResetIntervalRequest",
|
|
"UpdatePlanResetIntervalResponse",
|
|
"UpdatePlanResetRequest",
|
|
"UpdatePlanResetRequestTypedDict",
|
|
"UpdatePlanResetResponse",
|
|
"UpdatePlanResetResponseTypedDict",
|
|
"UpdatePlanResponse",
|
|
"UpdatePlanResponseTypedDict",
|
|
"UpdatePlanRolloverRequest",
|
|
"UpdatePlanRolloverRequestTypedDict",
|
|
"UpdatePlanRolloverResponse",
|
|
"UpdatePlanRolloverResponseTypedDict",
|
|
"UpdatePlanStatus",
|
|
"UpdatePlanTier",
|
|
"UpdatePlanTierBehaviorRequest",
|
|
"UpdatePlanTierBehaviorResponse",
|
|
"UpdatePlanTierTypedDict",
|
|
"UpdatePlanTo",
|
|
"UpdatePlanToTypedDict",
|
|
"UpdatePlanType",
|
|
"UpdateSubscriptionParams",
|
|
"UpdateSubscriptionParamsTypedDict",
|
|
"UsageModel1",
|
|
"UsageModel2",
|
|
"Vercel",
|
|
"VercelTypedDict",
|
|
]
|
|
|
|
_dynamic_imports: dict[str, str] = {
|
|
"AggregateEventsCustomRange": ".aggregateeventsop",
|
|
"AggregateEventsCustomRangeTypedDict": ".aggregateeventsop",
|
|
"AggregateEventsFeatureID": ".aggregateeventsop",
|
|
"AggregateEventsFeatureIDTypedDict": ".aggregateeventsop",
|
|
"AggregateEventsGlobals": ".aggregateeventsop",
|
|
"AggregateEventsGlobalsTypedDict": ".aggregateeventsop",
|
|
"AggregateEventsList": ".aggregateeventsop",
|
|
"AggregateEventsListTypedDict": ".aggregateeventsop",
|
|
"AggregateEventsResponse": ".aggregateeventsop",
|
|
"AggregateEventsResponseTypedDict": ".aggregateeventsop",
|
|
"BinSize": ".aggregateeventsop",
|
|
"EventsAggregateParams": ".aggregateeventsop",
|
|
"EventsAggregateParamsTypedDict": ".aggregateeventsop",
|
|
"Range": ".aggregateeventsop",
|
|
"Total": ".aggregateeventsop",
|
|
"TotalTypedDict": ".aggregateeventsop",
|
|
"AttachAddItemBillingMethod": ".attachop",
|
|
"AttachAddItemExpiryDurationType": ".attachop",
|
|
"AttachAddItemOnDecrease": ".attachop",
|
|
"AttachAddItemOnIncrease": ".attachop",
|
|
"AttachAddItemPlanItem": ".attachop",
|
|
"AttachAddItemPlanItemTypedDict": ".attachop",
|
|
"AttachAddItemPrice": ".attachop",
|
|
"AttachAddItemPriceInterval": ".attachop",
|
|
"AttachAddItemPriceTypedDict": ".attachop",
|
|
"AttachAddItemProration": ".attachop",
|
|
"AttachAddItemProrationTypedDict": ".attachop",
|
|
"AttachAddItemReset": ".attachop",
|
|
"AttachAddItemResetInterval": ".attachop",
|
|
"AttachAddItemResetTypedDict": ".attachop",
|
|
"AttachAddItemRollover": ".attachop",
|
|
"AttachAddItemRolloverTypedDict": ".attachop",
|
|
"AttachAddItemTier": ".attachop",
|
|
"AttachAddItemTierBehavior": ".attachop",
|
|
"AttachAddItemTierTypedDict": ".attachop",
|
|
"AttachAddItemTo": ".attachop",
|
|
"AttachAddItemToTypedDict": ".attachop",
|
|
"AttachAttachDiscount": ".attachop",
|
|
"AttachAttachDiscountTypedDict": ".attachop",
|
|
"AttachBasePrice": ".attachop",
|
|
"AttachBasePriceTypedDict": ".attachop",
|
|
"AttachCarryOverBalances": ".attachop",
|
|
"AttachCarryOverBalancesTypedDict": ".attachop",
|
|
"AttachCarryOverUsages": ".attachop",
|
|
"AttachCarryOverUsagesTypedDict": ".attachop",
|
|
"AttachCode": ".attachop",
|
|
"AttachCustomLineItem": ".attachop",
|
|
"AttachCustomLineItemTypedDict": ".attachop",
|
|
"AttachCustomize": ".attachop",
|
|
"AttachCustomizeTypedDict": ".attachop",
|
|
"AttachDurationType": ".attachop",
|
|
"AttachFeatureQuantity": ".attachop",
|
|
"AttachFeatureQuantityTypedDict": ".attachop",
|
|
"AttachFreeTrialParams": ".attachop",
|
|
"AttachFreeTrialParamsTypedDict": ".attachop",
|
|
"AttachGlobals": ".attachop",
|
|
"AttachGlobalsTypedDict": ".attachop",
|
|
"AttachInvoice": ".attachop",
|
|
"AttachInvoiceMode": ".attachop",
|
|
"AttachInvoiceModeTypedDict": ".attachop",
|
|
"AttachInvoiceTypedDict": ".attachop",
|
|
"AttachItemBillingMethod": ".attachop",
|
|
"AttachItemExpiryDurationType": ".attachop",
|
|
"AttachItemOnDecrease": ".attachop",
|
|
"AttachItemOnIncrease": ".attachop",
|
|
"AttachItemPlanItem": ".attachop",
|
|
"AttachItemPlanItemTypedDict": ".attachop",
|
|
"AttachItemPrice": ".attachop",
|
|
"AttachItemPriceInterval": ".attachop",
|
|
"AttachItemPriceTypedDict": ".attachop",
|
|
"AttachItemProration": ".attachop",
|
|
"AttachItemProrationTypedDict": ".attachop",
|
|
"AttachItemReset": ".attachop",
|
|
"AttachItemResetInterval": ".attachop",
|
|
"AttachItemResetTypedDict": ".attachop",
|
|
"AttachItemRollover": ".attachop",
|
|
"AttachItemRolloverTypedDict": ".attachop",
|
|
"AttachItemTier": ".attachop",
|
|
"AttachItemTierBehavior": ".attachop",
|
|
"AttachItemTierTypedDict": ".attachop",
|
|
"AttachItemTo": ".attachop",
|
|
"AttachItemToTypedDict": ".attachop",
|
|
"AttachOnEnd": ".attachop",
|
|
"AttachParams": ".attachop",
|
|
"AttachParamsTypedDict": ".attachop",
|
|
"AttachPlanItemFilter": ".attachop",
|
|
"AttachPlanItemFilterTypedDict": ".attachop",
|
|
"AttachPlanSchedule": ".attachop",
|
|
"AttachPriceInterval": ".attachop",
|
|
"AttachProrationBehavior": ".attachop",
|
|
"AttachRedirectMode": ".attachop",
|
|
"AttachRemoveItemBillingMethod": ".attachop",
|
|
"AttachRemoveItemInterval": ".attachop",
|
|
"AttachRequiredAction": ".attachop",
|
|
"AttachRequiredActionTypedDict": ".attachop",
|
|
"AttachResponse": ".attachop",
|
|
"AttachResponseTypedDict": ".attachop",
|
|
"Balance": ".balance",
|
|
"BalanceBillingMethod": ".balance",
|
|
"BalanceCreditSchema": ".balance",
|
|
"BalanceCreditSchemaTypedDict": ".balance",
|
|
"BalanceDisplay": ".balance",
|
|
"BalanceDisplayTypedDict": ".balance",
|
|
"BalanceFeature": ".balance",
|
|
"BalanceFeatureTypedDict": ".balance",
|
|
"BalanceIntervalEnum": ".balance",
|
|
"BalanceIntervalUnion": ".balance",
|
|
"BalanceIntervalUnionTypedDict": ".balance",
|
|
"BalancePrice": ".balance",
|
|
"BalancePriceTypedDict": ".balance",
|
|
"BalanceReset": ".balance",
|
|
"BalanceResetTypedDict": ".balance",
|
|
"BalanceRollover": ".balance",
|
|
"BalanceRolloverTypedDict": ".balance",
|
|
"BalanceTierBehavior": ".balance",
|
|
"BalanceType": ".balance",
|
|
"BalanceTypedDict": ".balance",
|
|
"Breakdown": ".balance",
|
|
"BreakdownTypedDict": ".balance",
|
|
"BatchTrackGlobals": ".batchtrackop",
|
|
"BatchTrackGlobalsTypedDict": ".batchtrackop",
|
|
"BatchTrackLock": ".batchtrackop",
|
|
"BatchTrackLockTypedDict": ".batchtrackop",
|
|
"BatchTrackResponse": ".batchtrackop",
|
|
"BatchTrackResponseTypedDict": ".batchtrackop",
|
|
"RequestBody": ".batchtrackop",
|
|
"RequestBodyTypedDict": ".batchtrackop",
|
|
"BillingUpdateAddItemBillingMethod": ".billingupdateop",
|
|
"BillingUpdateAddItemExpiryDurationType": ".billingupdateop",
|
|
"BillingUpdateAddItemOnDecrease": ".billingupdateop",
|
|
"BillingUpdateAddItemOnIncrease": ".billingupdateop",
|
|
"BillingUpdateAddItemPlanItem": ".billingupdateop",
|
|
"BillingUpdateAddItemPlanItemTypedDict": ".billingupdateop",
|
|
"BillingUpdateAddItemPrice": ".billingupdateop",
|
|
"BillingUpdateAddItemPriceInterval": ".billingupdateop",
|
|
"BillingUpdateAddItemPriceTypedDict": ".billingupdateop",
|
|
"BillingUpdateAddItemProration": ".billingupdateop",
|
|
"BillingUpdateAddItemProrationTypedDict": ".billingupdateop",
|
|
"BillingUpdateAddItemReset": ".billingupdateop",
|
|
"BillingUpdateAddItemResetInterval": ".billingupdateop",
|
|
"BillingUpdateAddItemResetTypedDict": ".billingupdateop",
|
|
"BillingUpdateAddItemRollover": ".billingupdateop",
|
|
"BillingUpdateAddItemRolloverTypedDict": ".billingupdateop",
|
|
"BillingUpdateAddItemTier": ".billingupdateop",
|
|
"BillingUpdateAddItemTierBehavior": ".billingupdateop",
|
|
"BillingUpdateAddItemTierTypedDict": ".billingupdateop",
|
|
"BillingUpdateAddItemTo": ".billingupdateop",
|
|
"BillingUpdateAddItemToTypedDict": ".billingupdateop",
|
|
"BillingUpdateAttachDiscount": ".billingupdateop",
|
|
"BillingUpdateAttachDiscountTypedDict": ".billingupdateop",
|
|
"BillingUpdateBasePrice": ".billingupdateop",
|
|
"BillingUpdateBasePriceTypedDict": ".billingupdateop",
|
|
"BillingUpdateCancelAction": ".billingupdateop",
|
|
"BillingUpdateCode": ".billingupdateop",
|
|
"BillingUpdateCustomize": ".billingupdateop",
|
|
"BillingUpdateCustomizeTypedDict": ".billingupdateop",
|
|
"BillingUpdateDurationType": ".billingupdateop",
|
|
"BillingUpdateFeatureQuantity": ".billingupdateop",
|
|
"BillingUpdateFeatureQuantityTypedDict": ".billingupdateop",
|
|
"BillingUpdateFreeTrialParams": ".billingupdateop",
|
|
"BillingUpdateFreeTrialParamsTypedDict": ".billingupdateop",
|
|
"BillingUpdateGlobals": ".billingupdateop",
|
|
"BillingUpdateGlobalsTypedDict": ".billingupdateop",
|
|
"BillingUpdateInvoice": ".billingupdateop",
|
|
"BillingUpdateInvoiceMode": ".billingupdateop",
|
|
"BillingUpdateInvoiceModeTypedDict": ".billingupdateop",
|
|
"BillingUpdateInvoiceTypedDict": ".billingupdateop",
|
|
"BillingUpdateItemBillingMethod": ".billingupdateop",
|
|
"BillingUpdateItemExpiryDurationType": ".billingupdateop",
|
|
"BillingUpdateItemOnDecrease": ".billingupdateop",
|
|
"BillingUpdateItemOnIncrease": ".billingupdateop",
|
|
"BillingUpdateItemPlanItem": ".billingupdateop",
|
|
"BillingUpdateItemPlanItemTypedDict": ".billingupdateop",
|
|
"BillingUpdateItemPrice": ".billingupdateop",
|
|
"BillingUpdateItemPriceInterval": ".billingupdateop",
|
|
"BillingUpdateItemPriceTypedDict": ".billingupdateop",
|
|
"BillingUpdateItemProration": ".billingupdateop",
|
|
"BillingUpdateItemProrationTypedDict": ".billingupdateop",
|
|
"BillingUpdateItemReset": ".billingupdateop",
|
|
"BillingUpdateItemResetInterval": ".billingupdateop",
|
|
"BillingUpdateItemResetTypedDict": ".billingupdateop",
|
|
"BillingUpdateItemRollover": ".billingupdateop",
|
|
"BillingUpdateItemRolloverTypedDict": ".billingupdateop",
|
|
"BillingUpdateItemTier": ".billingupdateop",
|
|
"BillingUpdateItemTierBehavior": ".billingupdateop",
|
|
"BillingUpdateItemTierTypedDict": ".billingupdateop",
|
|
"BillingUpdateItemTo": ".billingupdateop",
|
|
"BillingUpdateItemToTypedDict": ".billingupdateop",
|
|
"BillingUpdateOnEnd": ".billingupdateop",
|
|
"BillingUpdatePlanItemFilter": ".billingupdateop",
|
|
"BillingUpdatePlanItemFilterTypedDict": ".billingupdateop",
|
|
"BillingUpdatePriceInterval": ".billingupdateop",
|
|
"BillingUpdateProrationBehavior": ".billingupdateop",
|
|
"BillingUpdateRecalculateBalances": ".billingupdateop",
|
|
"BillingUpdateRecalculateBalancesTypedDict": ".billingupdateop",
|
|
"BillingUpdateRedirectMode": ".billingupdateop",
|
|
"BillingUpdateRemoveItemBillingMethod": ".billingupdateop",
|
|
"BillingUpdateRemoveItemInterval": ".billingupdateop",
|
|
"BillingUpdateRequiredAction": ".billingupdateop",
|
|
"BillingUpdateRequiredActionTypedDict": ".billingupdateop",
|
|
"BillingUpdateResponse": ".billingupdateop",
|
|
"BillingUpdateResponseTypedDict": ".billingupdateop",
|
|
"UpdateSubscriptionParams": ".billingupdateop",
|
|
"UpdateSubscriptionParamsTypedDict": ".billingupdateop",
|
|
"CheckConfig1": ".checkop",
|
|
"CheckConfig1TypedDict": ".checkop",
|
|
"CheckConfig2": ".checkop",
|
|
"CheckConfig2TypedDict": ".checkop",
|
|
"CheckCreditSchema1": ".checkop",
|
|
"CheckCreditSchema1TypedDict": ".checkop",
|
|
"CheckCreditSchema2": ".checkop",
|
|
"CheckCreditSchema2TypedDict": ".checkop",
|
|
"CheckEnv1": ".checkop",
|
|
"CheckEnv2": ".checkop",
|
|
"CheckFeature1": ".checkop",
|
|
"CheckFeature1TypedDict": ".checkop",
|
|
"CheckFeature2": ".checkop",
|
|
"CheckFeature2TypedDict": ".checkop",
|
|
"CheckFreeTrial1": ".checkop",
|
|
"CheckFreeTrial1TypedDict": ".checkop",
|
|
"CheckFreeTrial2": ".checkop",
|
|
"CheckFreeTrial2TypedDict": ".checkop",
|
|
"CheckGlobals": ".checkop",
|
|
"CheckGlobalsTypedDict": ".checkop",
|
|
"CheckInterval1": ".checkop",
|
|
"CheckInterval2": ".checkop",
|
|
"CheckItem1": ".checkop",
|
|
"CheckItem1TypedDict": ".checkop",
|
|
"CheckItem2": ".checkop",
|
|
"CheckItem2TypedDict": ".checkop",
|
|
"CheckLock": ".checkop",
|
|
"CheckLockTypedDict": ".checkop",
|
|
"CheckOnDecrease1": ".checkop",
|
|
"CheckOnDecrease2": ".checkop",
|
|
"CheckOnEnd1": ".checkop",
|
|
"CheckOnEnd2": ".checkop",
|
|
"CheckOnIncrease1": ".checkop",
|
|
"CheckOnIncrease2": ".checkop",
|
|
"CheckParams": ".checkop",
|
|
"CheckParamsTypedDict": ".checkop",
|
|
"CheckProduct1": ".checkop",
|
|
"CheckProduct1TypedDict": ".checkop",
|
|
"CheckProduct2": ".checkop",
|
|
"CheckProduct2TypedDict": ".checkop",
|
|
"CheckResponse": ".checkop",
|
|
"CheckResponseBody1": ".checkop",
|
|
"CheckResponseBody1TypedDict": ".checkop",
|
|
"CheckResponseBody2": ".checkop",
|
|
"CheckResponseBody2TypedDict": ".checkop",
|
|
"CheckResponseTypedDict": ".checkop",
|
|
"CheckRollover1": ".checkop",
|
|
"CheckRollover1TypedDict": ".checkop",
|
|
"CheckRollover2": ".checkop",
|
|
"CheckRollover2TypedDict": ".checkop",
|
|
"CheckTierBehavior1": ".checkop",
|
|
"CheckTierBehavior2": ".checkop",
|
|
"ConfigDuration1": ".checkop",
|
|
"ConfigDuration2": ".checkop",
|
|
"FeatureType1": ".checkop",
|
|
"FeatureType2": ".checkop",
|
|
"Flag1": ".checkop",
|
|
"Flag1TypedDict": ".checkop",
|
|
"Flag2": ".checkop",
|
|
"Flag2TypedDict": ".checkop",
|
|
"FlagDisplay1": ".checkop",
|
|
"FlagDisplay1TypedDict": ".checkop",
|
|
"FlagDisplay2": ".checkop",
|
|
"FlagDisplay2TypedDict": ".checkop",
|
|
"FlagType1": ".checkop",
|
|
"FlagType2": ".checkop",
|
|
"FreeTrialDuration1": ".checkop",
|
|
"FreeTrialDuration2": ".checkop",
|
|
"IncludedUsage1": ".checkop",
|
|
"IncludedUsage1TypedDict": ".checkop",
|
|
"IncludedUsage2": ".checkop",
|
|
"IncludedUsage2TypedDict": ".checkop",
|
|
"Preview1": ".checkop",
|
|
"Preview1TypedDict": ".checkop",
|
|
"Preview2": ".checkop",
|
|
"Preview2TypedDict": ".checkop",
|
|
"ProductDisplay1": ".checkop",
|
|
"ProductDisplay1TypedDict": ".checkop",
|
|
"ProductDisplay2": ".checkop",
|
|
"ProductDisplay2TypedDict": ".checkop",
|
|
"ProductScenario1": ".checkop",
|
|
"ProductScenario2": ".checkop",
|
|
"ProductType1": ".checkop",
|
|
"ProductType2": ".checkop",
|
|
"Properties1": ".checkop",
|
|
"Properties1TypedDict": ".checkop",
|
|
"Properties2": ".checkop",
|
|
"Properties2TypedDict": ".checkop",
|
|
"Scenario1": ".checkop",
|
|
"Scenario2": ".checkop",
|
|
"UsageModel1": ".checkop",
|
|
"UsageModel2": ".checkop",
|
|
"CreateBalanceDuration": ".createbalanceop",
|
|
"CreateBalanceGlobals": ".createbalanceop",
|
|
"CreateBalanceGlobalsTypedDict": ".createbalanceop",
|
|
"CreateBalanceInterval": ".createbalanceop",
|
|
"CreateBalanceParams": ".createbalanceop",
|
|
"CreateBalanceParamsTypedDict": ".createbalanceop",
|
|
"CreateBalanceReset": ".createbalanceop",
|
|
"CreateBalanceResetTypedDict": ".createbalanceop",
|
|
"CreateBalanceResponse": ".createbalanceop",
|
|
"CreateBalanceResponseTypedDict": ".createbalanceop",
|
|
"CreateBalanceRollover": ".createbalanceop",
|
|
"CreateBalanceRolloverTypedDict": ".createbalanceop",
|
|
"CreateEntityBillingControlsRequest": ".createentityop",
|
|
"CreateEntityBillingControlsRequestTypedDict": ".createentityop",
|
|
"CreateEntityBillingControlsResponse": ".createentityop",
|
|
"CreateEntityBillingControlsResponseTypedDict": ".createentityop",
|
|
"CreateEntityCreditSchema": ".createentityop",
|
|
"CreateEntityCreditSchemaTypedDict": ".createentityop",
|
|
"CreateEntityDisplay": ".createentityop",
|
|
"CreateEntityDisplayTypedDict": ".createentityop",
|
|
"CreateEntityEnv": ".createentityop",
|
|
"CreateEntityFeature": ".createentityop",
|
|
"CreateEntityFeatureTypedDict": ".createentityop",
|
|
"CreateEntityFlags": ".createentityop",
|
|
"CreateEntityFlagsTypedDict": ".createentityop",
|
|
"CreateEntityGlobals": ".createentityop",
|
|
"CreateEntityGlobalsTypedDict": ".createentityop",
|
|
"CreateEntityInvoice": ".createentityop",
|
|
"CreateEntityInvoiceTypedDict": ".createentityop",
|
|
"CreateEntityOverageAllowedRequest": ".createentityop",
|
|
"CreateEntityOverageAllowedRequestTypedDict": ".createentityop",
|
|
"CreateEntityOverageAllowedResponse": ".createentityop",
|
|
"CreateEntityOverageAllowedResponseTypedDict": ".createentityop",
|
|
"CreateEntityParams": ".createentityop",
|
|
"CreateEntityParamsTypedDict": ".createentityop",
|
|
"CreateEntityProcessorType": ".createentityop",
|
|
"CreateEntityPurchase": ".createentityop",
|
|
"CreateEntityPurchaseScope": ".createentityop",
|
|
"CreateEntityPurchaseTypedDict": ".createentityop",
|
|
"CreateEntityResponse": ".createentityop",
|
|
"CreateEntityResponseTypedDict": ".createentityop",
|
|
"CreateEntitySpendLimitRequest": ".createentityop",
|
|
"CreateEntitySpendLimitRequestTypedDict": ".createentityop",
|
|
"CreateEntitySpendLimitResponse": ".createentityop",
|
|
"CreateEntitySpendLimitResponseTypedDict": ".createentityop",
|
|
"CreateEntityStatus": ".createentityop",
|
|
"CreateEntitySubscription": ".createentityop",
|
|
"CreateEntitySubscriptionScope": ".createentityop",
|
|
"CreateEntitySubscriptionTypedDict": ".createentityop",
|
|
"CreateEntityThresholdTypeRequestBody": ".createentityop",
|
|
"CreateEntityThresholdTypeResponse": ".createentityop",
|
|
"CreateEntityType": ".createentityop",
|
|
"CreateEntityUsageAlertRequestBody": ".createentityop",
|
|
"CreateEntityUsageAlertRequestBodyTypedDict": ".createentityop",
|
|
"CreateEntityUsageAlertResponse": ".createentityop",
|
|
"CreateEntityUsageAlertResponseTypedDict": ".createentityop",
|
|
"CreateFeatureCreditSchemaRequest": ".createfeatureop",
|
|
"CreateFeatureCreditSchemaRequestTypedDict": ".createfeatureop",
|
|
"CreateFeatureCreditSchemaResponse": ".createfeatureop",
|
|
"CreateFeatureCreditSchemaResponseTypedDict": ".createfeatureop",
|
|
"CreateFeatureDisplayRequest": ".createfeatureop",
|
|
"CreateFeatureDisplayRequestTypedDict": ".createfeatureop",
|
|
"CreateFeatureDisplayResponse": ".createfeatureop",
|
|
"CreateFeatureDisplayResponseTypedDict": ".createfeatureop",
|
|
"CreateFeatureGlobals": ".createfeatureop",
|
|
"CreateFeatureGlobalsTypedDict": ".createfeatureop",
|
|
"CreateFeatureParams": ".createfeatureop",
|
|
"CreateFeatureParamsTypedDict": ".createfeatureop",
|
|
"CreateFeatureResponse": ".createfeatureop",
|
|
"CreateFeatureResponseTypedDict": ".createfeatureop",
|
|
"CreateFeatureTypeRequest": ".createfeatureop",
|
|
"CreateFeatureTypeResponse": ".createfeatureop",
|
|
"CreatePlanAttachAction": ".createplanop",
|
|
"CreatePlanBillingMethodRequest": ".createplanop",
|
|
"CreatePlanBillingMethodResponse": ".createplanop",
|
|
"CreatePlanConfigRequest": ".createplanop",
|
|
"CreatePlanConfigRequestTypedDict": ".createplanop",
|
|
"CreatePlanConfigResponse": ".createplanop",
|
|
"CreatePlanConfigResponseTypedDict": ".createplanop",
|
|
"CreatePlanCreditSchema": ".createplanop",
|
|
"CreatePlanCreditSchemaTypedDict": ".createplanop",
|
|
"CreatePlanCustomerEligibility": ".createplanop",
|
|
"CreatePlanCustomerEligibilityTypedDict": ".createplanop",
|
|
"CreatePlanDurationTypeRequest": ".createplanop",
|
|
"CreatePlanDurationTypeResponse": ".createplanop",
|
|
"CreatePlanEnv": ".createplanop",
|
|
"CreatePlanExpiryDurationTypeRequest": ".createplanop",
|
|
"CreatePlanExpiryDurationTypeResponse": ".createplanop",
|
|
"CreatePlanFeature": ".createplanop",
|
|
"CreatePlanFeatureDisplay": ".createplanop",
|
|
"CreatePlanFeatureDisplayTypedDict": ".createplanop",
|
|
"CreatePlanFeatureTypedDict": ".createplanop",
|
|
"CreatePlanFreeTrialResponse": ".createplanop",
|
|
"CreatePlanFreeTrialResponseTypedDict": ".createplanop",
|
|
"CreatePlanGlobals": ".createplanop",
|
|
"CreatePlanGlobalsTypedDict": ".createplanop",
|
|
"CreatePlanItem": ".createplanop",
|
|
"CreatePlanItemDisplay": ".createplanop",
|
|
"CreatePlanItemDisplayTypedDict": ".createplanop",
|
|
"CreatePlanItemPriceIntervalRequest": ".createplanop",
|
|
"CreatePlanItemPriceRequest": ".createplanop",
|
|
"CreatePlanItemPriceRequestTypedDict": ".createplanop",
|
|
"CreatePlanItemPriceResponse": ".createplanop",
|
|
"CreatePlanItemPriceResponseTypedDict": ".createplanop",
|
|
"CreatePlanItemTypedDict": ".createplanop",
|
|
"CreatePlanOnDecrease": ".createplanop",
|
|
"CreatePlanOnEndRequest": ".createplanop",
|
|
"CreatePlanOnEndResponse": ".createplanop",
|
|
"CreatePlanOnIncrease": ".createplanop",
|
|
"CreatePlanParams": ".createplanop",
|
|
"CreatePlanParamsTypedDict": ".createplanop",
|
|
"CreatePlanPlanItem": ".createplanop",
|
|
"CreatePlanPlanItemTypedDict": ".createplanop",
|
|
"CreatePlanPriceDisplay": ".createplanop",
|
|
"CreatePlanPriceDisplayTypedDict": ".createplanop",
|
|
"CreatePlanPriceIntervalRequest": ".createplanop",
|
|
"CreatePlanPriceIntervalResponse": ".createplanop",
|
|
"CreatePlanPriceItemIntervalResponse": ".createplanop",
|
|
"CreatePlanPriceRequest": ".createplanop",
|
|
"CreatePlanPriceRequestTypedDict": ".createplanop",
|
|
"CreatePlanPriceResponse": ".createplanop",
|
|
"CreatePlanPriceResponseTypedDict": ".createplanop",
|
|
"CreatePlanProration": ".createplanop",
|
|
"CreatePlanProrationTypedDict": ".createplanop",
|
|
"CreatePlanResetIntervalRequest": ".createplanop",
|
|
"CreatePlanResetIntervalResponse": ".createplanop",
|
|
"CreatePlanResetRequest": ".createplanop",
|
|
"CreatePlanResetRequestTypedDict": ".createplanop",
|
|
"CreatePlanResetResponse": ".createplanop",
|
|
"CreatePlanResetResponseTypedDict": ".createplanop",
|
|
"CreatePlanResponse": ".createplanop",
|
|
"CreatePlanResponseTypedDict": ".createplanop",
|
|
"CreatePlanRolloverRequest": ".createplanop",
|
|
"CreatePlanRolloverRequestTypedDict": ".createplanop",
|
|
"CreatePlanRolloverResponse": ".createplanop",
|
|
"CreatePlanRolloverResponseTypedDict": ".createplanop",
|
|
"CreatePlanStatus": ".createplanop",
|
|
"CreatePlanTier": ".createplanop",
|
|
"CreatePlanTierBehaviorRequest": ".createplanop",
|
|
"CreatePlanTierBehaviorResponse": ".createplanop",
|
|
"CreatePlanTierTypedDict": ".createplanop",
|
|
"CreatePlanTo": ".createplanop",
|
|
"CreatePlanToTypedDict": ".createplanop",
|
|
"CreatePlanType": ".createplanop",
|
|
"FreeTrialRequest": ".createplanop",
|
|
"FreeTrialRequestTypedDict": ".createplanop",
|
|
"CreateReferralCodeGlobals": ".createreferralcodeop",
|
|
"CreateReferralCodeGlobalsTypedDict": ".createreferralcodeop",
|
|
"CreateReferralCodeParams": ".createreferralcodeop",
|
|
"CreateReferralCodeParamsTypedDict": ".createreferralcodeop",
|
|
"CreateReferralCodeResponse": ".createreferralcodeop",
|
|
"CreateReferralCodeResponseTypedDict": ".createreferralcodeop",
|
|
"BillingBehavior": ".createscheduleop",
|
|
"CreateScheduleAttachDiscount": ".createscheduleop",
|
|
"CreateScheduleAttachDiscountTypedDict": ".createscheduleop",
|
|
"CreateScheduleBasePrice2": ".createscheduleop",
|
|
"CreateScheduleBasePrice2TypedDict": ".createscheduleop",
|
|
"CreateScheduleBillingMethod2": ".createscheduleop",
|
|
"CreateScheduleCode": ".createscheduleop",
|
|
"CreateScheduleCustomize2": ".createscheduleop",
|
|
"CreateScheduleCustomize2TypedDict": ".createscheduleop",
|
|
"CreateScheduleExpiryDurationType2": ".createscheduleop",
|
|
"CreateScheduleFeatureQuantity2": ".createscheduleop",
|
|
"CreateScheduleFeatureQuantity2TypedDict": ".createscheduleop",
|
|
"CreateScheduleGlobals": ".createscheduleop",
|
|
"CreateScheduleGlobalsTypedDict": ".createscheduleop",
|
|
"CreateScheduleInvoice": ".createscheduleop",
|
|
"CreateScheduleInvoiceMode": ".createscheduleop",
|
|
"CreateScheduleInvoiceModeTypedDict": ".createscheduleop",
|
|
"CreateScheduleInvoiceTypedDict": ".createscheduleop",
|
|
"CreateScheduleItemPriceInterval2": ".createscheduleop",
|
|
"CreateScheduleOnDecrease2": ".createscheduleop",
|
|
"CreateScheduleOnIncrease2": ".createscheduleop",
|
|
"CreateScheduleParams": ".createscheduleop",
|
|
"CreateScheduleParamsTypedDict": ".createscheduleop",
|
|
"CreateSchedulePlan2": ".createscheduleop",
|
|
"CreateSchedulePlan2TypedDict": ".createscheduleop",
|
|
"CreateSchedulePlanItem2": ".createscheduleop",
|
|
"CreateSchedulePlanItem2TypedDict": ".createscheduleop",
|
|
"CreateSchedulePrice2": ".createscheduleop",
|
|
"CreateSchedulePrice2TypedDict": ".createscheduleop",
|
|
"CreateSchedulePriceInterval2": ".createscheduleop",
|
|
"CreateScheduleProration2": ".createscheduleop",
|
|
"CreateScheduleProration2TypedDict": ".createscheduleop",
|
|
"CreateScheduleRedirectMode": ".createscheduleop",
|
|
"CreateScheduleRequiredAction": ".createscheduleop",
|
|
"CreateScheduleRequiredActionTypedDict": ".createscheduleop",
|
|
"CreateScheduleReset2": ".createscheduleop",
|
|
"CreateScheduleReset2TypedDict": ".createscheduleop",
|
|
"CreateScheduleResetInterval2": ".createscheduleop",
|
|
"CreateScheduleResponse": ".createscheduleop",
|
|
"CreateScheduleResponseTypedDict": ".createscheduleop",
|
|
"CreateScheduleRollover2": ".createscheduleop",
|
|
"CreateScheduleRollover2TypedDict": ".createscheduleop",
|
|
"CreateScheduleStatus": ".createscheduleop",
|
|
"CreateScheduleTier2": ".createscheduleop",
|
|
"CreateScheduleTier2TypedDict": ".createscheduleop",
|
|
"CreateScheduleTierBehavior2": ".createscheduleop",
|
|
"Phase": ".createscheduleop",
|
|
"PhaseRequest2": ".createscheduleop",
|
|
"PhaseRequest2TypedDict": ".createscheduleop",
|
|
"PhaseResponse": ".createscheduleop",
|
|
"PhaseResponseTypedDict": ".createscheduleop",
|
|
"PhaseTypedDict": ".createscheduleop",
|
|
"Customer": ".customer",
|
|
"CustomerAutoTopup": ".customer",
|
|
"CustomerAutoTopupTypedDict": ".customer",
|
|
"CustomerBillingControls": ".customer",
|
|
"CustomerBillingControlsTypedDict": ".customer",
|
|
"CustomerConfig": ".customer",
|
|
"CustomerConfigTypedDict": ".customer",
|
|
"CustomerCreditSchema": ".customer",
|
|
"CustomerCreditSchemaTypedDict": ".customer",
|
|
"CustomerDisplay": ".customer",
|
|
"CustomerDisplayTypedDict": ".customer",
|
|
"CustomerDurationType": ".customer",
|
|
"CustomerEntityEnv": ".customer",
|
|
"CustomerEnv": ".customer",
|
|
"CustomerFeature": ".customer",
|
|
"CustomerFeatureTypedDict": ".customer",
|
|
"CustomerFlagsType": ".customer",
|
|
"CustomerInterval1": ".customer",
|
|
"CustomerInterval2": ".customer",
|
|
"CustomerOverageAllowed": ".customer",
|
|
"CustomerOverageAllowedTypedDict": ".customer",
|
|
"CustomerPurchaseLimit1": ".customer",
|
|
"CustomerPurchaseLimit1TypedDict": ".customer",
|
|
"CustomerPurchaseLimit2": ".customer",
|
|
"CustomerPurchaseLimit2TypedDict": ".customer",
|
|
"CustomerPurchaseLimitUnion": ".customer",
|
|
"CustomerPurchaseLimitUnionTypedDict": ".customer",
|
|
"CustomerRewardsType": ".customer",
|
|
"CustomerSpendLimit": ".customer",
|
|
"CustomerSpendLimitTypedDict": ".customer",
|
|
"CustomerStatus": ".customer",
|
|
"CustomerThresholdType": ".customer",
|
|
"CustomerTypedDict": ".customer",
|
|
"CustomerUsageAlert": ".customer",
|
|
"CustomerUsageAlertTypedDict": ".customer",
|
|
"Discount": ".customer",
|
|
"DiscountTypedDict": ".customer",
|
|
"Entity": ".customer",
|
|
"EntityTypedDict": ".customer",
|
|
"Flags": ".customer",
|
|
"FlagsTypedDict": ".customer",
|
|
"Invoice": ".customer",
|
|
"InvoiceTypedDict": ".customer",
|
|
"ProcessorType": ".customer",
|
|
"Processors": ".customer",
|
|
"ProcessorsTypedDict": ".customer",
|
|
"Purchase": ".customer",
|
|
"PurchaseScope": ".customer",
|
|
"PurchaseTypedDict": ".customer",
|
|
"Referral": ".customer",
|
|
"ReferralCustomer": ".customer",
|
|
"ReferralCustomerTypedDict": ".customer",
|
|
"ReferralTypedDict": ".customer",
|
|
"Revenuecat": ".customer",
|
|
"RevenuecatTypedDict": ".customer",
|
|
"Rewards": ".customer",
|
|
"RewardsTypedDict": ".customer",
|
|
"Stripe": ".customer",
|
|
"StripeTypedDict": ".customer",
|
|
"Subscription": ".customer",
|
|
"SubscriptionScope": ".customer",
|
|
"SubscriptionTypedDict": ".customer",
|
|
"TrialsUsed": ".customer",
|
|
"TrialsUsedTypedDict": ".customer",
|
|
"Vercel": ".customer",
|
|
"VercelTypedDict": ".customer",
|
|
"CustomerData": ".customerdata",
|
|
"CustomerDataAutoTopup": ".customerdata",
|
|
"CustomerDataAutoTopupTypedDict": ".customerdata",
|
|
"CustomerDataBillingControls": ".customerdata",
|
|
"CustomerDataBillingControlsTypedDict": ".customerdata",
|
|
"CustomerDataConfig": ".customerdata",
|
|
"CustomerDataConfigTypedDict": ".customerdata",
|
|
"CustomerDataInterval": ".customerdata",
|
|
"CustomerDataOverageAllowed": ".customerdata",
|
|
"CustomerDataOverageAllowedTypedDict": ".customerdata",
|
|
"CustomerDataPurchaseLimit": ".customerdata",
|
|
"CustomerDataPurchaseLimitTypedDict": ".customerdata",
|
|
"CustomerDataSpendLimit": ".customerdata",
|
|
"CustomerDataSpendLimitTypedDict": ".customerdata",
|
|
"CustomerDataThresholdType": ".customerdata",
|
|
"CustomerDataTypedDict": ".customerdata",
|
|
"CustomerDataUsageAlert": ".customerdata",
|
|
"CustomerDataUsageAlertTypedDict": ".customerdata",
|
|
"CustomerExpand": ".customerexpand",
|
|
"DeleteBalanceGlobals": ".deletebalanceop",
|
|
"DeleteBalanceGlobalsTypedDict": ".deletebalanceop",
|
|
"DeleteBalanceInterval": ".deletebalanceop",
|
|
"DeleteBalanceParams": ".deletebalanceop",
|
|
"DeleteBalanceParamsTypedDict": ".deletebalanceop",
|
|
"DeleteBalanceResponse": ".deletebalanceop",
|
|
"DeleteBalanceResponseTypedDict": ".deletebalanceop",
|
|
"DeleteCustomerGlobals": ".deletecustomerop",
|
|
"DeleteCustomerGlobalsTypedDict": ".deletecustomerop",
|
|
"DeleteCustomerParams": ".deletecustomerop",
|
|
"DeleteCustomerParamsTypedDict": ".deletecustomerop",
|
|
"DeleteCustomerResponse": ".deletecustomerop",
|
|
"DeleteCustomerResponseTypedDict": ".deletecustomerop",
|
|
"DeleteEntityGlobals": ".deleteentityop",
|
|
"DeleteEntityGlobalsTypedDict": ".deleteentityop",
|
|
"DeleteEntityParams": ".deleteentityop",
|
|
"DeleteEntityParamsTypedDict": ".deleteentityop",
|
|
"DeleteEntityResponse": ".deleteentityop",
|
|
"DeleteEntityResponseTypedDict": ".deleteentityop",
|
|
"DeleteFeatureGlobals": ".deletefeatureop",
|
|
"DeleteFeatureGlobalsTypedDict": ".deletefeatureop",
|
|
"DeleteFeatureParams": ".deletefeatureop",
|
|
"DeleteFeatureParamsTypedDict": ".deletefeatureop",
|
|
"DeleteFeatureResponse": ".deletefeatureop",
|
|
"DeleteFeatureResponseTypedDict": ".deletefeatureop",
|
|
"DeletePlanGlobals": ".deleteplanop",
|
|
"DeletePlanGlobalsTypedDict": ".deleteplanop",
|
|
"DeletePlanParams": ".deleteplanop",
|
|
"DeletePlanParamsTypedDict": ".deleteplanop",
|
|
"DeletePlanResponse": ".deleteplanop",
|
|
"DeletePlanResponseTypedDict": ".deleteplanop",
|
|
"FinalizeBalanceParams": ".finalizelockop",
|
|
"FinalizeBalanceParamsTypedDict": ".finalizelockop",
|
|
"FinalizeLockAction": ".finalizelockop",
|
|
"FinalizeLockGlobals": ".finalizelockop",
|
|
"FinalizeLockGlobalsTypedDict": ".finalizelockop",
|
|
"FinalizeLockResponse": ".finalizelockop",
|
|
"FinalizeLockResponseBody1": ".finalizelockop",
|
|
"FinalizeLockResponseBody1TypedDict": ".finalizelockop",
|
|
"FinalizeLockResponseBody2": ".finalizelockop",
|
|
"FinalizeLockResponseBody2TypedDict": ".finalizelockop",
|
|
"FinalizeLockResponseTypedDict": ".finalizelockop",
|
|
"GetCustomerAutoTopup": ".getcustomerop",
|
|
"GetCustomerAutoTopupTypedDict": ".getcustomerop",
|
|
"GetCustomerBillingControls": ".getcustomerop",
|
|
"GetCustomerBillingControlsTypedDict": ".getcustomerop",
|
|
"GetCustomerConfig": ".getcustomerop",
|
|
"GetCustomerConfigTypedDict": ".getcustomerop",
|
|
"GetCustomerCreditSchema": ".getcustomerop",
|
|
"GetCustomerCreditSchemaTypedDict": ".getcustomerop",
|
|
"GetCustomerCustomer": ".getcustomerop",
|
|
"GetCustomerCustomerTypedDict": ".getcustomerop",
|
|
"GetCustomerDiscount": ".getcustomerop",
|
|
"GetCustomerDiscountTypedDict": ".getcustomerop",
|
|
"GetCustomerDisplay": ".getcustomerop",
|
|
"GetCustomerDisplayTypedDict": ".getcustomerop",
|
|
"GetCustomerDurationType": ".getcustomerop",
|
|
"GetCustomerEntity": ".getcustomerop",
|
|
"GetCustomerEntityEnv": ".getcustomerop",
|
|
"GetCustomerEntityTypedDict": ".getcustomerop",
|
|
"GetCustomerEnv": ".getcustomerop",
|
|
"GetCustomerFeature": ".getcustomerop",
|
|
"GetCustomerFeatureTypedDict": ".getcustomerop",
|
|
"GetCustomerFlags": ".getcustomerop",
|
|
"GetCustomerFlagsType": ".getcustomerop",
|
|
"GetCustomerFlagsTypedDict": ".getcustomerop",
|
|
"GetCustomerGlobals": ".getcustomerop",
|
|
"GetCustomerGlobalsTypedDict": ".getcustomerop",
|
|
"GetCustomerInterval1": ".getcustomerop",
|
|
"GetCustomerInterval2": ".getcustomerop",
|
|
"GetCustomerInvoice": ".getcustomerop",
|
|
"GetCustomerInvoiceTypedDict": ".getcustomerop",
|
|
"GetCustomerOverageAllowed": ".getcustomerop",
|
|
"GetCustomerOverageAllowedTypedDict": ".getcustomerop",
|
|
"GetCustomerParams": ".getcustomerop",
|
|
"GetCustomerParamsTypedDict": ".getcustomerop",
|
|
"GetCustomerProcessorType": ".getcustomerop",
|
|
"GetCustomerProcessors": ".getcustomerop",
|
|
"GetCustomerProcessorsTypedDict": ".getcustomerop",
|
|
"GetCustomerPurchase": ".getcustomerop",
|
|
"GetCustomerPurchaseLimit1": ".getcustomerop",
|
|
"GetCustomerPurchaseLimit1TypedDict": ".getcustomerop",
|
|
"GetCustomerPurchaseLimit2": ".getcustomerop",
|
|
"GetCustomerPurchaseLimit2TypedDict": ".getcustomerop",
|
|
"GetCustomerPurchaseLimitUnion": ".getcustomerop",
|
|
"GetCustomerPurchaseLimitUnionTypedDict": ".getcustomerop",
|
|
"GetCustomerPurchaseScope": ".getcustomerop",
|
|
"GetCustomerPurchaseTypedDict": ".getcustomerop",
|
|
"GetCustomerReferral": ".getcustomerop",
|
|
"GetCustomerReferralTypedDict": ".getcustomerop",
|
|
"GetCustomerResponse": ".getcustomerop",
|
|
"GetCustomerResponseTypedDict": ".getcustomerop",
|
|
"GetCustomerRevenuecat": ".getcustomerop",
|
|
"GetCustomerRevenuecatTypedDict": ".getcustomerop",
|
|
"GetCustomerRewards": ".getcustomerop",
|
|
"GetCustomerRewardsType": ".getcustomerop",
|
|
"GetCustomerRewardsTypedDict": ".getcustomerop",
|
|
"GetCustomerSpendLimit": ".getcustomerop",
|
|
"GetCustomerSpendLimitTypedDict": ".getcustomerop",
|
|
"GetCustomerStatus": ".getcustomerop",
|
|
"GetCustomerStripe": ".getcustomerop",
|
|
"GetCustomerStripeTypedDict": ".getcustomerop",
|
|
"GetCustomerSubscription": ".getcustomerop",
|
|
"GetCustomerSubscriptionScope": ".getcustomerop",
|
|
"GetCustomerSubscriptionTypedDict": ".getcustomerop",
|
|
"GetCustomerThresholdType": ".getcustomerop",
|
|
"GetCustomerTrialsUsed": ".getcustomerop",
|
|
"GetCustomerTrialsUsedTypedDict": ".getcustomerop",
|
|
"GetCustomerUsageAlert": ".getcustomerop",
|
|
"GetCustomerUsageAlertTypedDict": ".getcustomerop",
|
|
"GetCustomerVercel": ".getcustomerop",
|
|
"GetCustomerVercelTypedDict": ".getcustomerop",
|
|
"GetEntityBillingControls": ".getentityop",
|
|
"GetEntityBillingControlsTypedDict": ".getentityop",
|
|
"GetEntityCreditSchema": ".getentityop",
|
|
"GetEntityCreditSchemaTypedDict": ".getentityop",
|
|
"GetEntityDisplay": ".getentityop",
|
|
"GetEntityDisplayTypedDict": ".getentityop",
|
|
"GetEntityEnv": ".getentityop",
|
|
"GetEntityFeature": ".getentityop",
|
|
"GetEntityFeatureTypedDict": ".getentityop",
|
|
"GetEntityFlags": ".getentityop",
|
|
"GetEntityFlagsTypedDict": ".getentityop",
|
|
"GetEntityGlobals": ".getentityop",
|
|
"GetEntityGlobalsTypedDict": ".getentityop",
|
|
"GetEntityInvoice": ".getentityop",
|
|
"GetEntityInvoiceTypedDict": ".getentityop",
|
|
"GetEntityOverageAllowed": ".getentityop",
|
|
"GetEntityOverageAllowedTypedDict": ".getentityop",
|
|
"GetEntityParams": ".getentityop",
|
|
"GetEntityParamsTypedDict": ".getentityop",
|
|
"GetEntityProcessorType": ".getentityop",
|
|
"GetEntityPurchase": ".getentityop",
|
|
"GetEntityPurchaseScope": ".getentityop",
|
|
"GetEntityPurchaseTypedDict": ".getentityop",
|
|
"GetEntityResponse": ".getentityop",
|
|
"GetEntityResponseTypedDict": ".getentityop",
|
|
"GetEntitySpendLimit": ".getentityop",
|
|
"GetEntitySpendLimitTypedDict": ".getentityop",
|
|
"GetEntityStatus": ".getentityop",
|
|
"GetEntitySubscription": ".getentityop",
|
|
"GetEntitySubscriptionScope": ".getentityop",
|
|
"GetEntitySubscriptionTypedDict": ".getentityop",
|
|
"GetEntityThresholdType": ".getentityop",
|
|
"GetEntityType": ".getentityop",
|
|
"GetEntityUsageAlert": ".getentityop",
|
|
"GetEntityUsageAlertTypedDict": ".getentityop",
|
|
"GetFeatureCreditSchema": ".getfeatureop",
|
|
"GetFeatureCreditSchemaTypedDict": ".getfeatureop",
|
|
"GetFeatureDisplay": ".getfeatureop",
|
|
"GetFeatureDisplayTypedDict": ".getfeatureop",
|
|
"GetFeatureGlobals": ".getfeatureop",
|
|
"GetFeatureGlobalsTypedDict": ".getfeatureop",
|
|
"GetFeatureParams": ".getfeatureop",
|
|
"GetFeatureParamsTypedDict": ".getfeatureop",
|
|
"GetFeatureResponse": ".getfeatureop",
|
|
"GetFeatureResponseTypedDict": ".getfeatureop",
|
|
"GetFeatureType": ".getfeatureop",
|
|
"GetOrCreateCustomerAutoTopup": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerAutoTopupTypedDict": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerBillingControls": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerBillingControlsTypedDict": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerConfig": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerConfigTypedDict": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerGlobals": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerGlobalsTypedDict": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerInterval": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerOverageAllowed": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerOverageAllowedTypedDict": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerParams": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerParamsTypedDict": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerPurchaseLimit": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerPurchaseLimitTypedDict": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerSpendLimit": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerSpendLimitTypedDict": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerThresholdType": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerUsageAlert": ".getorcreatecustomerop",
|
|
"GetOrCreateCustomerUsageAlertTypedDict": ".getorcreatecustomerop",
|
|
"GetPlanAttachAction": ".getplanop",
|
|
"GetPlanBillingMethod": ".getplanop",
|
|
"GetPlanConfig": ".getplanop",
|
|
"GetPlanConfigTypedDict": ".getplanop",
|
|
"GetPlanCreditSchema": ".getplanop",
|
|
"GetPlanCreditSchemaTypedDict": ".getplanop",
|
|
"GetPlanCustomerEligibility": ".getplanop",
|
|
"GetPlanCustomerEligibilityTypedDict": ".getplanop",
|
|
"GetPlanDurationType": ".getplanop",
|
|
"GetPlanEnv": ".getplanop",
|
|
"GetPlanExpiryDurationType": ".getplanop",
|
|
"GetPlanFeature": ".getplanop",
|
|
"GetPlanFeatureDisplay": ".getplanop",
|
|
"GetPlanFeatureDisplayTypedDict": ".getplanop",
|
|
"GetPlanFeatureTypedDict": ".getplanop",
|
|
"GetPlanFreeTrial": ".getplanop",
|
|
"GetPlanFreeTrialTypedDict": ".getplanop",
|
|
"GetPlanGlobals": ".getplanop",
|
|
"GetPlanGlobalsTypedDict": ".getplanop",
|
|
"GetPlanItem": ".getplanop",
|
|
"GetPlanItemDisplay": ".getplanop",
|
|
"GetPlanItemDisplayTypedDict": ".getplanop",
|
|
"GetPlanItemPrice": ".getplanop",
|
|
"GetPlanItemPriceTypedDict": ".getplanop",
|
|
"GetPlanItemTypedDict": ".getplanop",
|
|
"GetPlanOnEnd": ".getplanop",
|
|
"GetPlanParams": ".getplanop",
|
|
"GetPlanParamsTypedDict": ".getplanop",
|
|
"GetPlanPrice": ".getplanop",
|
|
"GetPlanPriceDisplay": ".getplanop",
|
|
"GetPlanPriceDisplayTypedDict": ".getplanop",
|
|
"GetPlanPriceInterval": ".getplanop",
|
|
"GetPlanPriceItemInterval": ".getplanop",
|
|
"GetPlanPriceTypedDict": ".getplanop",
|
|
"GetPlanReset": ".getplanop",
|
|
"GetPlanResetInterval": ".getplanop",
|
|
"GetPlanResetTypedDict": ".getplanop",
|
|
"GetPlanResponse": ".getplanop",
|
|
"GetPlanResponseTypedDict": ".getplanop",
|
|
"GetPlanRollover": ".getplanop",
|
|
"GetPlanRolloverTypedDict": ".getplanop",
|
|
"GetPlanStatus": ".getplanop",
|
|
"GetPlanTierBehavior": ".getplanop",
|
|
"GetPlanType": ".getplanop",
|
|
"APIKey": ".getrevenuecatkeysop",
|
|
"APIKeyTypedDict": ".getrevenuecatkeysop",
|
|
"GetRevenueCatKeysApp": ".getrevenuecatkeysop",
|
|
"GetRevenueCatKeysAppTypedDict": ".getrevenuecatkeysop",
|
|
"GetRevenueCatKeysEnv": ".getrevenuecatkeysop",
|
|
"GetRevenueCatKeysGlobals": ".getrevenuecatkeysop",
|
|
"GetRevenueCatKeysGlobalsTypedDict": ".getrevenuecatkeysop",
|
|
"GetRevenueCatKeysParams": ".getrevenuecatkeysop",
|
|
"GetRevenueCatKeysParamsTypedDict": ".getrevenuecatkeysop",
|
|
"GetRevenueCatKeysResponse": ".getrevenuecatkeysop",
|
|
"GetRevenueCatKeysResponseTypedDict": ".getrevenuecatkeysop",
|
|
"LinkRevenueCatEnv": ".linkrevenuecatop",
|
|
"LinkRevenueCatGlobals": ".linkrevenuecatop",
|
|
"LinkRevenueCatGlobalsTypedDict": ".linkrevenuecatop",
|
|
"LinkRevenueCatParams": ".linkrevenuecatop",
|
|
"LinkRevenueCatParamsTypedDict": ".linkrevenuecatop",
|
|
"LinkRevenueCatResponse": ".linkrevenuecatop",
|
|
"LinkRevenueCatResponseTypedDict": ".linkrevenuecatop",
|
|
"ListCustomersAutoTopup": ".listcustomersop",
|
|
"ListCustomersAutoTopupTypedDict": ".listcustomersop",
|
|
"ListCustomersBillingControls": ".listcustomersop",
|
|
"ListCustomersBillingControlsTypedDict": ".listcustomersop",
|
|
"ListCustomersConfig": ".listcustomersop",
|
|
"ListCustomersConfigTypedDict": ".listcustomersop",
|
|
"ListCustomersCreditSchema": ".listcustomersop",
|
|
"ListCustomersCreditSchemaTypedDict": ".listcustomersop",
|
|
"ListCustomersDisplay": ".listcustomersop",
|
|
"ListCustomersDisplayTypedDict": ".listcustomersop",
|
|
"ListCustomersEnv": ".listcustomersop",
|
|
"ListCustomersFeature": ".listcustomersop",
|
|
"ListCustomersFeatureTypedDict": ".listcustomersop",
|
|
"ListCustomersFlags": ".listcustomersop",
|
|
"ListCustomersFlagsTypedDict": ".listcustomersop",
|
|
"ListCustomersGlobals": ".listcustomersop",
|
|
"ListCustomersGlobalsTypedDict": ".listcustomersop",
|
|
"ListCustomersInterval1": ".listcustomersop",
|
|
"ListCustomersInterval2": ".listcustomersop",
|
|
"ListCustomersList": ".listcustomersop",
|
|
"ListCustomersListTypedDict": ".listcustomersop",
|
|
"ListCustomersOverageAllowed": ".listcustomersop",
|
|
"ListCustomersOverageAllowedTypedDict": ".listcustomersop",
|
|
"ListCustomersParams": ".listcustomersop",
|
|
"ListCustomersParamsTypedDict": ".listcustomersop",
|
|
"ListCustomersPlan": ".listcustomersop",
|
|
"ListCustomersPlanTypedDict": ".listcustomersop",
|
|
"ListCustomersProcessor": ".listcustomersop",
|
|
"ListCustomersProcessors": ".listcustomersop",
|
|
"ListCustomersProcessorsTypedDict": ".listcustomersop",
|
|
"ListCustomersPurchase": ".listcustomersop",
|
|
"ListCustomersPurchaseLimit1": ".listcustomersop",
|
|
"ListCustomersPurchaseLimit1TypedDict": ".listcustomersop",
|
|
"ListCustomersPurchaseLimit2": ".listcustomersop",
|
|
"ListCustomersPurchaseLimit2TypedDict": ".listcustomersop",
|
|
"ListCustomersPurchaseLimitUnion": ".listcustomersop",
|
|
"ListCustomersPurchaseLimitUnionTypedDict": ".listcustomersop",
|
|
"ListCustomersPurchaseScope": ".listcustomersop",
|
|
"ListCustomersPurchaseTypedDict": ".listcustomersop",
|
|
"ListCustomersResponse": ".listcustomersop",
|
|
"ListCustomersResponseTypedDict": ".listcustomersop",
|
|
"ListCustomersRevenuecat": ".listcustomersop",
|
|
"ListCustomersRevenuecatTypedDict": ".listcustomersop",
|
|
"ListCustomersSpendLimit": ".listcustomersop",
|
|
"ListCustomersSpendLimitTypedDict": ".listcustomersop",
|
|
"ListCustomersStatus": ".listcustomersop",
|
|
"ListCustomersStripe": ".listcustomersop",
|
|
"ListCustomersStripeTypedDict": ".listcustomersop",
|
|
"ListCustomersSubscription": ".listcustomersop",
|
|
"ListCustomersSubscriptionScope": ".listcustomersop",
|
|
"ListCustomersSubscriptionStatus": ".listcustomersop",
|
|
"ListCustomersSubscriptionTypedDict": ".listcustomersop",
|
|
"ListCustomersThresholdType": ".listcustomersop",
|
|
"ListCustomersType": ".listcustomersop",
|
|
"ListCustomersUsageAlert": ".listcustomersop",
|
|
"ListCustomersUsageAlertTypedDict": ".listcustomersop",
|
|
"ListCustomersVercel": ".listcustomersop",
|
|
"ListCustomersVercelTypedDict": ".listcustomersop",
|
|
"ListEntitiesBillingControls": ".listentitiesop",
|
|
"ListEntitiesBillingControlsTypedDict": ".listentitiesop",
|
|
"ListEntitiesCreditSchema": ".listentitiesop",
|
|
"ListEntitiesCreditSchemaTypedDict": ".listentitiesop",
|
|
"ListEntitiesDisplay": ".listentitiesop",
|
|
"ListEntitiesDisplayTypedDict": ".listentitiesop",
|
|
"ListEntitiesEnv": ".listentitiesop",
|
|
"ListEntitiesFeature": ".listentitiesop",
|
|
"ListEntitiesFeatureTypedDict": ".listentitiesop",
|
|
"ListEntitiesFlags": ".listentitiesop",
|
|
"ListEntitiesFlagsTypedDict": ".listentitiesop",
|
|
"ListEntitiesGlobals": ".listentitiesop",
|
|
"ListEntitiesGlobalsTypedDict": ".listentitiesop",
|
|
"ListEntitiesInvoice": ".listentitiesop",
|
|
"ListEntitiesInvoiceTypedDict": ".listentitiesop",
|
|
"ListEntitiesList": ".listentitiesop",
|
|
"ListEntitiesListTypedDict": ".listentitiesop",
|
|
"ListEntitiesOverageAllowed": ".listentitiesop",
|
|
"ListEntitiesOverageAllowedTypedDict": ".listentitiesop",
|
|
"ListEntitiesParams": ".listentitiesop",
|
|
"ListEntitiesParamsTypedDict": ".listentitiesop",
|
|
"ListEntitiesPlan": ".listentitiesop",
|
|
"ListEntitiesPlanTypedDict": ".listentitiesop",
|
|
"ListEntitiesProcessor": ".listentitiesop",
|
|
"ListEntitiesProcessorType": ".listentitiesop",
|
|
"ListEntitiesPurchase": ".listentitiesop",
|
|
"ListEntitiesPurchaseScope": ".listentitiesop",
|
|
"ListEntitiesPurchaseTypedDict": ".listentitiesop",
|
|
"ListEntitiesResponse": ".listentitiesop",
|
|
"ListEntitiesResponseTypedDict": ".listentitiesop",
|
|
"ListEntitiesSpendLimit": ".listentitiesop",
|
|
"ListEntitiesSpendLimitTypedDict": ".listentitiesop",
|
|
"ListEntitiesStatus": ".listentitiesop",
|
|
"ListEntitiesSubscription": ".listentitiesop",
|
|
"ListEntitiesSubscriptionScope": ".listentitiesop",
|
|
"ListEntitiesSubscriptionStatus": ".listentitiesop",
|
|
"ListEntitiesSubscriptionTypedDict": ".listentitiesop",
|
|
"ListEntitiesThresholdType": ".listentitiesop",
|
|
"ListEntitiesType": ".listentitiesop",
|
|
"ListEntitiesUsageAlert": ".listentitiesop",
|
|
"ListEntitiesUsageAlertTypedDict": ".listentitiesop",
|
|
"Deductions": ".listeventsop",
|
|
"DeductionsTypedDict": ".listeventsop",
|
|
"EventsListParams": ".listeventsop",
|
|
"EventsListParamsTypedDict": ".listeventsop",
|
|
"ListEventsCustomRange": ".listeventsop",
|
|
"ListEventsCustomRangeTypedDict": ".listeventsop",
|
|
"ListEventsFeatureID": ".listeventsop",
|
|
"ListEventsFeatureIDTypedDict": ".listeventsop",
|
|
"ListEventsGlobals": ".listeventsop",
|
|
"ListEventsGlobalsTypedDict": ".listeventsop",
|
|
"ListEventsIntervalEnum": ".listeventsop",
|
|
"ListEventsIntervalUnion": ".listeventsop",
|
|
"ListEventsIntervalUnionTypedDict": ".listeventsop",
|
|
"ListEventsList": ".listeventsop",
|
|
"ListEventsListTypedDict": ".listeventsop",
|
|
"ListEventsReset": ".listeventsop",
|
|
"ListEventsResetTypedDict": ".listeventsop",
|
|
"ListEventsResponse": ".listeventsop",
|
|
"ListEventsResponseTypedDict": ".listeventsop",
|
|
"ListFeaturesCreditSchema": ".listfeaturesop",
|
|
"ListFeaturesCreditSchemaTypedDict": ".listfeaturesop",
|
|
"ListFeaturesDisplay": ".listfeaturesop",
|
|
"ListFeaturesDisplayTypedDict": ".listfeaturesop",
|
|
"ListFeaturesGlobals": ".listfeaturesop",
|
|
"ListFeaturesGlobalsTypedDict": ".listfeaturesop",
|
|
"ListFeaturesList": ".listfeaturesop",
|
|
"ListFeaturesListTypedDict": ".listfeaturesop",
|
|
"ListFeaturesRequest": ".listfeaturesop",
|
|
"ListFeaturesRequestTypedDict": ".listfeaturesop",
|
|
"ListFeaturesResponse": ".listfeaturesop",
|
|
"ListFeaturesResponseTypedDict": ".listfeaturesop",
|
|
"ListFeaturesType": ".listfeaturesop",
|
|
"ListPlansAttachAction": ".listplansop",
|
|
"ListPlansBillingMethod": ".listplansop",
|
|
"ListPlansConfig": ".listplansop",
|
|
"ListPlansConfigTypedDict": ".listplansop",
|
|
"ListPlansCreditSchema": ".listplansop",
|
|
"ListPlansCreditSchemaTypedDict": ".listplansop",
|
|
"ListPlansCustomerEligibility": ".listplansop",
|
|
"ListPlansCustomerEligibilityTypedDict": ".listplansop",
|
|
"ListPlansDurationType": ".listplansop",
|
|
"ListPlansEnv": ".listplansop",
|
|
"ListPlansExpiryDurationType": ".listplansop",
|
|
"ListPlansFeature": ".listplansop",
|
|
"ListPlansFeatureDisplay": ".listplansop",
|
|
"ListPlansFeatureDisplayTypedDict": ".listplansop",
|
|
"ListPlansFeatureTypedDict": ".listplansop",
|
|
"ListPlansFreeTrial": ".listplansop",
|
|
"ListPlansFreeTrialTypedDict": ".listplansop",
|
|
"ListPlansGlobals": ".listplansop",
|
|
"ListPlansGlobalsTypedDict": ".listplansop",
|
|
"ListPlansItem": ".listplansop",
|
|
"ListPlansItemDisplay": ".listplansop",
|
|
"ListPlansItemDisplayTypedDict": ".listplansop",
|
|
"ListPlansItemPrice": ".listplansop",
|
|
"ListPlansItemPriceTypedDict": ".listplansop",
|
|
"ListPlansItemTypedDict": ".listplansop",
|
|
"ListPlansList": ".listplansop",
|
|
"ListPlansListTypedDict": ".listplansop",
|
|
"ListPlansOnEnd": ".listplansop",
|
|
"ListPlansParams": ".listplansop",
|
|
"ListPlansParamsTypedDict": ".listplansop",
|
|
"ListPlansPrice": ".listplansop",
|
|
"ListPlansPriceDisplay": ".listplansop",
|
|
"ListPlansPriceDisplayTypedDict": ".listplansop",
|
|
"ListPlansPriceInterval": ".listplansop",
|
|
"ListPlansPriceItemInterval": ".listplansop",
|
|
"ListPlansPriceTypedDict": ".listplansop",
|
|
"ListPlansReset": ".listplansop",
|
|
"ListPlansResetInterval": ".listplansop",
|
|
"ListPlansResetTypedDict": ".listplansop",
|
|
"ListPlansResponse": ".listplansop",
|
|
"ListPlansResponseTypedDict": ".listplansop",
|
|
"ListPlansRollover": ".listplansop",
|
|
"ListPlansRolloverTypedDict": ".listplansop",
|
|
"ListPlansStatus": ".listplansop",
|
|
"ListPlansTierBehavior": ".listplansop",
|
|
"ListPlansType": ".listplansop",
|
|
"MultiAttachAttachDiscount": ".multiattachop",
|
|
"MultiAttachAttachDiscountTypedDict": ".multiattachop",
|
|
"MultiAttachBasePrice": ".multiattachop",
|
|
"MultiAttachBasePriceTypedDict": ".multiattachop",
|
|
"MultiAttachBillingControls": ".multiattachop",
|
|
"MultiAttachBillingControlsTypedDict": ".multiattachop",
|
|
"MultiAttachBillingMethod": ".multiattachop",
|
|
"MultiAttachCode": ".multiattachop",
|
|
"MultiAttachCustomize": ".multiattachop",
|
|
"MultiAttachCustomizeTypedDict": ".multiattachop",
|
|
"MultiAttachDurationType": ".multiattachop",
|
|
"MultiAttachEntityData": ".multiattachop",
|
|
"MultiAttachEntityDataTypedDict": ".multiattachop",
|
|
"MultiAttachExpiryDurationType": ".multiattachop",
|
|
"MultiAttachFeatureQuantity": ".multiattachop",
|
|
"MultiAttachFeatureQuantityTypedDict": ".multiattachop",
|
|
"MultiAttachFreeTrialParams": ".multiattachop",
|
|
"MultiAttachFreeTrialParamsTypedDict": ".multiattachop",
|
|
"MultiAttachGlobals": ".multiattachop",
|
|
"MultiAttachGlobalsTypedDict": ".multiattachop",
|
|
"MultiAttachInvoice": ".multiattachop",
|
|
"MultiAttachInvoiceMode": ".multiattachop",
|
|
"MultiAttachInvoiceModeTypedDict": ".multiattachop",
|
|
"MultiAttachInvoiceTypedDict": ".multiattachop",
|
|
"MultiAttachItemPriceInterval": ".multiattachop",
|
|
"MultiAttachOnDecrease": ".multiattachop",
|
|
"MultiAttachOnEnd": ".multiattachop",
|
|
"MultiAttachOnIncrease": ".multiattachop",
|
|
"MultiAttachOverageAllowed": ".multiattachop",
|
|
"MultiAttachOverageAllowedTypedDict": ".multiattachop",
|
|
"MultiAttachParams": ".multiattachop",
|
|
"MultiAttachParamsTypedDict": ".multiattachop",
|
|
"MultiAttachPlan": ".multiattachop",
|
|
"MultiAttachPlanItem": ".multiattachop",
|
|
"MultiAttachPlanItemTypedDict": ".multiattachop",
|
|
"MultiAttachPlanTypedDict": ".multiattachop",
|
|
"MultiAttachPrice": ".multiattachop",
|
|
"MultiAttachPriceInterval": ".multiattachop",
|
|
"MultiAttachPriceTypedDict": ".multiattachop",
|
|
"MultiAttachProration": ".multiattachop",
|
|
"MultiAttachProrationTypedDict": ".multiattachop",
|
|
"MultiAttachRedirectMode": ".multiattachop",
|
|
"MultiAttachRequiredAction": ".multiattachop",
|
|
"MultiAttachRequiredActionTypedDict": ".multiattachop",
|
|
"MultiAttachReset": ".multiattachop",
|
|
"MultiAttachResetInterval": ".multiattachop",
|
|
"MultiAttachResetTypedDict": ".multiattachop",
|
|
"MultiAttachResponse": ".multiattachop",
|
|
"MultiAttachResponseTypedDict": ".multiattachop",
|
|
"MultiAttachRollover": ".multiattachop",
|
|
"MultiAttachRolloverTypedDict": ".multiattachop",
|
|
"MultiAttachSpendLimit": ".multiattachop",
|
|
"MultiAttachSpendLimitTypedDict": ".multiattachop",
|
|
"MultiAttachThresholdType": ".multiattachop",
|
|
"MultiAttachTier": ".multiattachop",
|
|
"MultiAttachTierBehavior": ".multiattachop",
|
|
"MultiAttachTierTypedDict": ".multiattachop",
|
|
"MultiAttachTo": ".multiattachop",
|
|
"MultiAttachToTypedDict": ".multiattachop",
|
|
"MultiAttachUsageAlert": ".multiattachop",
|
|
"MultiAttachUsageAlertTypedDict": ".multiattachop",
|
|
"OpenCustomerPortalGlobals": ".opencustomerportalop",
|
|
"OpenCustomerPortalGlobalsTypedDict": ".opencustomerportalop",
|
|
"OpenCustomerPortalParams": ".opencustomerportalop",
|
|
"OpenCustomerPortalParamsTypedDict": ".opencustomerportalop",
|
|
"OpenCustomerPortalResponse": ".opencustomerportalop",
|
|
"OpenCustomerPortalResponseTypedDict": ".opencustomerportalop",
|
|
"AttachAction": ".plan",
|
|
"CustomerEligibility": ".plan",
|
|
"CustomerEligibilityTypedDict": ".plan",
|
|
"ExpiryDurationType": ".plan",
|
|
"FreeTrial": ".plan",
|
|
"FreeTrialTypedDict": ".plan",
|
|
"Item": ".plan",
|
|
"ItemTypedDict": ".plan",
|
|
"OnEnd": ".plan",
|
|
"Plan": ".plan",
|
|
"PlanBillingMethod": ".plan",
|
|
"PlanConfig": ".plan",
|
|
"PlanConfigTypedDict": ".plan",
|
|
"PlanCreditSchema": ".plan",
|
|
"PlanCreditSchemaTypedDict": ".plan",
|
|
"PlanDurationType": ".plan",
|
|
"PlanEnv": ".plan",
|
|
"PlanFeature": ".plan",
|
|
"PlanFeatureDisplay": ".plan",
|
|
"PlanFeatureDisplayTypedDict": ".plan",
|
|
"PlanFeatureTypedDict": ".plan",
|
|
"PlanItemDisplay": ".plan",
|
|
"PlanItemDisplayTypedDict": ".plan",
|
|
"PlanItemPrice": ".plan",
|
|
"PlanItemPriceTypedDict": ".plan",
|
|
"PlanPrice": ".plan",
|
|
"PlanPriceDisplay": ".plan",
|
|
"PlanPriceDisplayTypedDict": ".plan",
|
|
"PlanPriceInterval": ".plan",
|
|
"PlanPriceItemInterval": ".plan",
|
|
"PlanPriceTypedDict": ".plan",
|
|
"PlanReset": ".plan",
|
|
"PlanResetInterval": ".plan",
|
|
"PlanResetTypedDict": ".plan",
|
|
"PlanRollover": ".plan",
|
|
"PlanRolloverTypedDict": ".plan",
|
|
"PlanStatus": ".plan",
|
|
"PlanTierBehavior": ".plan",
|
|
"PlanType": ".plan",
|
|
"PlanTypedDict": ".plan",
|
|
"PreviewAttachAddItemBillingMethod": ".previewattachop",
|
|
"PreviewAttachAddItemExpiryDurationType": ".previewattachop",
|
|
"PreviewAttachAddItemOnDecrease": ".previewattachop",
|
|
"PreviewAttachAddItemOnIncrease": ".previewattachop",
|
|
"PreviewAttachAddItemPlanItem": ".previewattachop",
|
|
"PreviewAttachAddItemPlanItemTypedDict": ".previewattachop",
|
|
"PreviewAttachAddItemPrice": ".previewattachop",
|
|
"PreviewAttachAddItemPriceInterval": ".previewattachop",
|
|
"PreviewAttachAddItemPriceTypedDict": ".previewattachop",
|
|
"PreviewAttachAddItemProration": ".previewattachop",
|
|
"PreviewAttachAddItemProrationTypedDict": ".previewattachop",
|
|
"PreviewAttachAddItemReset": ".previewattachop",
|
|
"PreviewAttachAddItemResetInterval": ".previewattachop",
|
|
"PreviewAttachAddItemResetTypedDict": ".previewattachop",
|
|
"PreviewAttachAddItemRollover": ".previewattachop",
|
|
"PreviewAttachAddItemRolloverTypedDict": ".previewattachop",
|
|
"PreviewAttachAddItemTier": ".previewattachop",
|
|
"PreviewAttachAddItemTierBehavior": ".previewattachop",
|
|
"PreviewAttachAddItemTierTypedDict": ".previewattachop",
|
|
"PreviewAttachAddItemTo": ".previewattachop",
|
|
"PreviewAttachAddItemToTypedDict": ".previewattachop",
|
|
"PreviewAttachAttachDiscount": ".previewattachop",
|
|
"PreviewAttachAttachDiscountTypedDict": ".previewattachop",
|
|
"PreviewAttachBasePrice": ".previewattachop",
|
|
"PreviewAttachBasePriceTypedDict": ".previewattachop",
|
|
"PreviewAttachCarryOverBalances": ".previewattachop",
|
|
"PreviewAttachCarryOverBalancesTypedDict": ".previewattachop",
|
|
"PreviewAttachCarryOverUsages": ".previewattachop",
|
|
"PreviewAttachCarryOverUsagesTypedDict": ".previewattachop",
|
|
"PreviewAttachCheckoutType": ".previewattachop",
|
|
"PreviewAttachCustomLineItem": ".previewattachop",
|
|
"PreviewAttachCustomLineItemTypedDict": ".previewattachop",
|
|
"PreviewAttachCustomize": ".previewattachop",
|
|
"PreviewAttachCustomizeTypedDict": ".previewattachop",
|
|
"PreviewAttachDiscount": ".previewattachop",
|
|
"PreviewAttachDiscountTypedDict": ".previewattachop",
|
|
"PreviewAttachDurationType": ".previewattachop",
|
|
"PreviewAttachFeatureQuantityRequest": ".previewattachop",
|
|
"PreviewAttachFeatureQuantityRequestTypedDict": ".previewattachop",
|
|
"PreviewAttachFreeTrialParams": ".previewattachop",
|
|
"PreviewAttachFreeTrialParamsTypedDict": ".previewattachop",
|
|
"PreviewAttachGlobals": ".previewattachop",
|
|
"PreviewAttachGlobalsTypedDict": ".previewattachop",
|
|
"PreviewAttachIncoming": ".previewattachop",
|
|
"PreviewAttachIncomingFeatureQuantity": ".previewattachop",
|
|
"PreviewAttachIncomingFeatureQuantityTypedDict": ".previewattachop",
|
|
"PreviewAttachIncomingTypedDict": ".previewattachop",
|
|
"PreviewAttachInvoiceCredits": ".previewattachop",
|
|
"PreviewAttachInvoiceCreditsTypedDict": ".previewattachop",
|
|
"PreviewAttachInvoiceMode": ".previewattachop",
|
|
"PreviewAttachInvoiceModeTypedDict": ".previewattachop",
|
|
"PreviewAttachItemBillingMethod": ".previewattachop",
|
|
"PreviewAttachItemExpiryDurationType": ".previewattachop",
|
|
"PreviewAttachItemOnDecrease": ".previewattachop",
|
|
"PreviewAttachItemOnIncrease": ".previewattachop",
|
|
"PreviewAttachItemPlanItem": ".previewattachop",
|
|
"PreviewAttachItemPlanItemTypedDict": ".previewattachop",
|
|
"PreviewAttachItemPrice": ".previewattachop",
|
|
"PreviewAttachItemPriceInterval": ".previewattachop",
|
|
"PreviewAttachItemPriceTypedDict": ".previewattachop",
|
|
"PreviewAttachItemProration": ".previewattachop",
|
|
"PreviewAttachItemProrationTypedDict": ".previewattachop",
|
|
"PreviewAttachItemReset": ".previewattachop",
|
|
"PreviewAttachItemResetInterval": ".previewattachop",
|
|
"PreviewAttachItemResetTypedDict": ".previewattachop",
|
|
"PreviewAttachItemRollover": ".previewattachop",
|
|
"PreviewAttachItemRolloverTypedDict": ".previewattachop",
|
|
"PreviewAttachItemTier": ".previewattachop",
|
|
"PreviewAttachItemTierBehavior": ".previewattachop",
|
|
"PreviewAttachItemTierTypedDict": ".previewattachop",
|
|
"PreviewAttachItemTo": ".previewattachop",
|
|
"PreviewAttachItemToTypedDict": ".previewattachop",
|
|
"PreviewAttachLineItem": ".previewattachop",
|
|
"PreviewAttachLineItemPeriod": ".previewattachop",
|
|
"PreviewAttachLineItemPeriodTypedDict": ".previewattachop",
|
|
"PreviewAttachLineItemTypedDict": ".previewattachop",
|
|
"PreviewAttachNextCycle": ".previewattachop",
|
|
"PreviewAttachNextCycleDiscount": ".previewattachop",
|
|
"PreviewAttachNextCycleDiscountTypedDict": ".previewattachop",
|
|
"PreviewAttachNextCycleLineItem": ".previewattachop",
|
|
"PreviewAttachNextCycleLineItemPeriod": ".previewattachop",
|
|
"PreviewAttachNextCycleLineItemPeriodTypedDict": ".previewattachop",
|
|
"PreviewAttachNextCycleLineItemTypedDict": ".previewattachop",
|
|
"PreviewAttachNextCycleTypedDict": ".previewattachop",
|
|
"PreviewAttachOnEnd": ".previewattachop",
|
|
"PreviewAttachOutgoing": ".previewattachop",
|
|
"PreviewAttachOutgoingFeatureQuantity": ".previewattachop",
|
|
"PreviewAttachOutgoingFeatureQuantityTypedDict": ".previewattachop",
|
|
"PreviewAttachOutgoingTypedDict": ".previewattachop",
|
|
"PreviewAttachParams": ".previewattachop",
|
|
"PreviewAttachParamsTypedDict": ".previewattachop",
|
|
"PreviewAttachPlanItemFilter": ".previewattachop",
|
|
"PreviewAttachPlanItemFilterTypedDict": ".previewattachop",
|
|
"PreviewAttachPlanSchedule": ".previewattachop",
|
|
"PreviewAttachPriceInterval": ".previewattachop",
|
|
"PreviewAttachProrationBehavior": ".previewattachop",
|
|
"PreviewAttachRedirectMode": ".previewattachop",
|
|
"PreviewAttachRemoveItemBillingMethod": ".previewattachop",
|
|
"PreviewAttachRemoveItemInterval": ".previewattachop",
|
|
"PreviewAttachResponse": ".previewattachop",
|
|
"PreviewAttachResponseTypedDict": ".previewattachop",
|
|
"PreviewAttachStatus": ".previewattachop",
|
|
"PreviewAttachTax": ".previewattachop",
|
|
"PreviewAttachTaxTypedDict": ".previewattachop",
|
|
"PreviewAttachUsageLineItem": ".previewattachop",
|
|
"PreviewAttachUsageLineItemPeriod": ".previewattachop",
|
|
"PreviewAttachUsageLineItemPeriodTypedDict": ".previewattachop",
|
|
"PreviewAttachUsageLineItemTypedDict": ".previewattachop",
|
|
"PreviewMultiAttachAttachDiscount": ".previewmultiattachop",
|
|
"PreviewMultiAttachAttachDiscountTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachBasePrice": ".previewmultiattachop",
|
|
"PreviewMultiAttachBasePriceTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachBillingControls": ".previewmultiattachop",
|
|
"PreviewMultiAttachBillingControlsTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachBillingMethod": ".previewmultiattachop",
|
|
"PreviewMultiAttachCheckoutType": ".previewmultiattachop",
|
|
"PreviewMultiAttachCustomize": ".previewmultiattachop",
|
|
"PreviewMultiAttachCustomizeTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachDiscount": ".previewmultiattachop",
|
|
"PreviewMultiAttachDiscountTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachDurationType": ".previewmultiattachop",
|
|
"PreviewMultiAttachEntityData": ".previewmultiattachop",
|
|
"PreviewMultiAttachEntityDataTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachExpiryDurationType": ".previewmultiattachop",
|
|
"PreviewMultiAttachFreeTrialParams": ".previewmultiattachop",
|
|
"PreviewMultiAttachFreeTrialParamsTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachGlobals": ".previewmultiattachop",
|
|
"PreviewMultiAttachGlobalsTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachIncoming": ".previewmultiattachop",
|
|
"PreviewMultiAttachIncomingFeatureQuantity": ".previewmultiattachop",
|
|
"PreviewMultiAttachIncomingFeatureQuantityTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachIncomingTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachInvoiceCredits": ".previewmultiattachop",
|
|
"PreviewMultiAttachInvoiceCreditsTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachInvoiceMode": ".previewmultiattachop",
|
|
"PreviewMultiAttachInvoiceModeTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachItemPriceInterval": ".previewmultiattachop",
|
|
"PreviewMultiAttachLineItem": ".previewmultiattachop",
|
|
"PreviewMultiAttachLineItemPeriod": ".previewmultiattachop",
|
|
"PreviewMultiAttachLineItemPeriodTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachLineItemTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachNextCycle": ".previewmultiattachop",
|
|
"PreviewMultiAttachNextCycleDiscount": ".previewmultiattachop",
|
|
"PreviewMultiAttachNextCycleDiscountTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachNextCycleLineItem": ".previewmultiattachop",
|
|
"PreviewMultiAttachNextCycleLineItemPeriod": ".previewmultiattachop",
|
|
"PreviewMultiAttachNextCycleLineItemPeriodTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachNextCycleLineItemTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachNextCycleTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachOnDecrease": ".previewmultiattachop",
|
|
"PreviewMultiAttachOnEnd": ".previewmultiattachop",
|
|
"PreviewMultiAttachOnIncrease": ".previewmultiattachop",
|
|
"PreviewMultiAttachOutgoing": ".previewmultiattachop",
|
|
"PreviewMultiAttachOutgoingFeatureQuantity": ".previewmultiattachop",
|
|
"PreviewMultiAttachOutgoingFeatureQuantityTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachOutgoingTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachOverageAllowed": ".previewmultiattachop",
|
|
"PreviewMultiAttachOverageAllowedTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachParams": ".previewmultiattachop",
|
|
"PreviewMultiAttachParamsTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachPlan": ".previewmultiattachop",
|
|
"PreviewMultiAttachPlanFeatureQuantity": ".previewmultiattachop",
|
|
"PreviewMultiAttachPlanFeatureQuantityTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachPlanItem": ".previewmultiattachop",
|
|
"PreviewMultiAttachPlanItemTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachPlanTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachPrice": ".previewmultiattachop",
|
|
"PreviewMultiAttachPriceInterval": ".previewmultiattachop",
|
|
"PreviewMultiAttachPriceTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachProration": ".previewmultiattachop",
|
|
"PreviewMultiAttachProrationTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachRedirectMode": ".previewmultiattachop",
|
|
"PreviewMultiAttachReset": ".previewmultiattachop",
|
|
"PreviewMultiAttachResetInterval": ".previewmultiattachop",
|
|
"PreviewMultiAttachResetTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachResponse": ".previewmultiattachop",
|
|
"PreviewMultiAttachResponseTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachRollover": ".previewmultiattachop",
|
|
"PreviewMultiAttachRolloverTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachSpendLimit": ".previewmultiattachop",
|
|
"PreviewMultiAttachSpendLimitTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachStatus": ".previewmultiattachop",
|
|
"PreviewMultiAttachTax": ".previewmultiattachop",
|
|
"PreviewMultiAttachTaxTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachThresholdType": ".previewmultiattachop",
|
|
"PreviewMultiAttachTier": ".previewmultiattachop",
|
|
"PreviewMultiAttachTierBehavior": ".previewmultiattachop",
|
|
"PreviewMultiAttachTierTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachTo": ".previewmultiattachop",
|
|
"PreviewMultiAttachToTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachUsageAlert": ".previewmultiattachop",
|
|
"PreviewMultiAttachUsageAlertTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachUsageLineItem": ".previewmultiattachop",
|
|
"PreviewMultiAttachUsageLineItemPeriod": ".previewmultiattachop",
|
|
"PreviewMultiAttachUsageLineItemPeriodTypedDict": ".previewmultiattachop",
|
|
"PreviewMultiAttachUsageLineItemTypedDict": ".previewmultiattachop",
|
|
"Intent": ".previewupdateop",
|
|
"PreviewUpdateAddItemBillingMethod": ".previewupdateop",
|
|
"PreviewUpdateAddItemExpiryDurationType": ".previewupdateop",
|
|
"PreviewUpdateAddItemOnDecrease": ".previewupdateop",
|
|
"PreviewUpdateAddItemOnIncrease": ".previewupdateop",
|
|
"PreviewUpdateAddItemPlanItem": ".previewupdateop",
|
|
"PreviewUpdateAddItemPlanItemTypedDict": ".previewupdateop",
|
|
"PreviewUpdateAddItemPrice": ".previewupdateop",
|
|
"PreviewUpdateAddItemPriceInterval": ".previewupdateop",
|
|
"PreviewUpdateAddItemPriceTypedDict": ".previewupdateop",
|
|
"PreviewUpdateAddItemProration": ".previewupdateop",
|
|
"PreviewUpdateAddItemProrationTypedDict": ".previewupdateop",
|
|
"PreviewUpdateAddItemReset": ".previewupdateop",
|
|
"PreviewUpdateAddItemResetInterval": ".previewupdateop",
|
|
"PreviewUpdateAddItemResetTypedDict": ".previewupdateop",
|
|
"PreviewUpdateAddItemRollover": ".previewupdateop",
|
|
"PreviewUpdateAddItemRolloverTypedDict": ".previewupdateop",
|
|
"PreviewUpdateAddItemTier": ".previewupdateop",
|
|
"PreviewUpdateAddItemTierBehavior": ".previewupdateop",
|
|
"PreviewUpdateAddItemTierTypedDict": ".previewupdateop",
|
|
"PreviewUpdateAddItemTo": ".previewupdateop",
|
|
"PreviewUpdateAddItemToTypedDict": ".previewupdateop",
|
|
"PreviewUpdateAttachDiscount": ".previewupdateop",
|
|
"PreviewUpdateAttachDiscountTypedDict": ".previewupdateop",
|
|
"PreviewUpdateBasePrice": ".previewupdateop",
|
|
"PreviewUpdateBasePriceTypedDict": ".previewupdateop",
|
|
"PreviewUpdateCancelAction": ".previewupdateop",
|
|
"PreviewUpdateCustomize": ".previewupdateop",
|
|
"PreviewUpdateCustomizeTypedDict": ".previewupdateop",
|
|
"PreviewUpdateDiscount": ".previewupdateop",
|
|
"PreviewUpdateDiscountTypedDict": ".previewupdateop",
|
|
"PreviewUpdateDurationType": ".previewupdateop",
|
|
"PreviewUpdateFeatureQuantityRequest": ".previewupdateop",
|
|
"PreviewUpdateFeatureQuantityRequestTypedDict": ".previewupdateop",
|
|
"PreviewUpdateFreeTrialParams": ".previewupdateop",
|
|
"PreviewUpdateFreeTrialParamsTypedDict": ".previewupdateop",
|
|
"PreviewUpdateGlobals": ".previewupdateop",
|
|
"PreviewUpdateGlobalsTypedDict": ".previewupdateop",
|
|
"PreviewUpdateIncoming": ".previewupdateop",
|
|
"PreviewUpdateIncomingFeatureQuantity": ".previewupdateop",
|
|
"PreviewUpdateIncomingFeatureQuantityTypedDict": ".previewupdateop",
|
|
"PreviewUpdateIncomingTypedDict": ".previewupdateop",
|
|
"PreviewUpdateInvoiceCredits": ".previewupdateop",
|
|
"PreviewUpdateInvoiceCreditsTypedDict": ".previewupdateop",
|
|
"PreviewUpdateInvoiceMode": ".previewupdateop",
|
|
"PreviewUpdateInvoiceModeTypedDict": ".previewupdateop",
|
|
"PreviewUpdateItemBillingMethod": ".previewupdateop",
|
|
"PreviewUpdateItemExpiryDurationType": ".previewupdateop",
|
|
"PreviewUpdateItemOnDecrease": ".previewupdateop",
|
|
"PreviewUpdateItemOnIncrease": ".previewupdateop",
|
|
"PreviewUpdateItemPlanItem": ".previewupdateop",
|
|
"PreviewUpdateItemPlanItemTypedDict": ".previewupdateop",
|
|
"PreviewUpdateItemPrice": ".previewupdateop",
|
|
"PreviewUpdateItemPriceInterval": ".previewupdateop",
|
|
"PreviewUpdateItemPriceTypedDict": ".previewupdateop",
|
|
"PreviewUpdateItemProration": ".previewupdateop",
|
|
"PreviewUpdateItemProrationTypedDict": ".previewupdateop",
|
|
"PreviewUpdateItemReset": ".previewupdateop",
|
|
"PreviewUpdateItemResetInterval": ".previewupdateop",
|
|
"PreviewUpdateItemResetTypedDict": ".previewupdateop",
|
|
"PreviewUpdateItemRollover": ".previewupdateop",
|
|
"PreviewUpdateItemRolloverTypedDict": ".previewupdateop",
|
|
"PreviewUpdateItemTier": ".previewupdateop",
|
|
"PreviewUpdateItemTierBehavior": ".previewupdateop",
|
|
"PreviewUpdateItemTierTypedDict": ".previewupdateop",
|
|
"PreviewUpdateItemTo": ".previewupdateop",
|
|
"PreviewUpdateItemToTypedDict": ".previewupdateop",
|
|
"PreviewUpdateLineItem": ".previewupdateop",
|
|
"PreviewUpdateLineItemPeriod": ".previewupdateop",
|
|
"PreviewUpdateLineItemPeriodTypedDict": ".previewupdateop",
|
|
"PreviewUpdateLineItemTypedDict": ".previewupdateop",
|
|
"PreviewUpdateNextCycle": ".previewupdateop",
|
|
"PreviewUpdateNextCycleDiscount": ".previewupdateop",
|
|
"PreviewUpdateNextCycleDiscountTypedDict": ".previewupdateop",
|
|
"PreviewUpdateNextCycleLineItem": ".previewupdateop",
|
|
"PreviewUpdateNextCycleLineItemPeriod": ".previewupdateop",
|
|
"PreviewUpdateNextCycleLineItemPeriodTypedDict": ".previewupdateop",
|
|
"PreviewUpdateNextCycleLineItemTypedDict": ".previewupdateop",
|
|
"PreviewUpdateNextCycleTypedDict": ".previewupdateop",
|
|
"PreviewUpdateOnEnd": ".previewupdateop",
|
|
"PreviewUpdateOutgoing": ".previewupdateop",
|
|
"PreviewUpdateOutgoingFeatureQuantity": ".previewupdateop",
|
|
"PreviewUpdateOutgoingFeatureQuantityTypedDict": ".previewupdateop",
|
|
"PreviewUpdateOutgoingTypedDict": ".previewupdateop",
|
|
"PreviewUpdateParams": ".previewupdateop",
|
|
"PreviewUpdateParamsTypedDict": ".previewupdateop",
|
|
"PreviewUpdatePlanItemFilter": ".previewupdateop",
|
|
"PreviewUpdatePlanItemFilterTypedDict": ".previewupdateop",
|
|
"PreviewUpdatePriceInterval": ".previewupdateop",
|
|
"PreviewUpdateProrationBehavior": ".previewupdateop",
|
|
"PreviewUpdateRecalculateBalances": ".previewupdateop",
|
|
"PreviewUpdateRecalculateBalancesTypedDict": ".previewupdateop",
|
|
"PreviewUpdateRedirectMode": ".previewupdateop",
|
|
"PreviewUpdateRemoveItemBillingMethod": ".previewupdateop",
|
|
"PreviewUpdateRemoveItemInterval": ".previewupdateop",
|
|
"PreviewUpdateResponse": ".previewupdateop",
|
|
"PreviewUpdateResponseTypedDict": ".previewupdateop",
|
|
"PreviewUpdateStatus": ".previewupdateop",
|
|
"PreviewUpdateTax": ".previewupdateop",
|
|
"PreviewUpdateTaxTypedDict": ".previewupdateop",
|
|
"PreviewUpdateUsageLineItem": ".previewupdateop",
|
|
"PreviewUpdateUsageLineItemPeriod": ".previewupdateop",
|
|
"PreviewUpdateUsageLineItemPeriodTypedDict": ".previewupdateop",
|
|
"PreviewUpdateUsageLineItemTypedDict": ".previewupdateop",
|
|
"RedeemReferralCodeGlobals": ".redeemreferralcodeop",
|
|
"RedeemReferralCodeGlobalsTypedDict": ".redeemreferralcodeop",
|
|
"RedeemReferralCodeParams": ".redeemreferralcodeop",
|
|
"RedeemReferralCodeParamsTypedDict": ".redeemreferralcodeop",
|
|
"RedeemReferralCodeResponse": ".redeemreferralcodeop",
|
|
"RedeemReferralCodeResponseTypedDict": ".redeemreferralcodeop",
|
|
"EntitlementsGranted": ".redeemrewardcodeop",
|
|
"EntitlementsGrantedTypedDict": ".redeemrewardcodeop",
|
|
"RedeemRewardCodeGlobals": ".redeemrewardcodeop",
|
|
"RedeemRewardCodeGlobalsTypedDict": ".redeemrewardcodeop",
|
|
"RedeemRewardCodeParams": ".redeemrewardcodeop",
|
|
"RedeemRewardCodeParamsTypedDict": ".redeemrewardcodeop",
|
|
"RedeemRewardCodeResponse": ".redeemrewardcodeop",
|
|
"RedeemRewardCodeResponseTypedDict": ".redeemrewardcodeop",
|
|
"Security": ".security",
|
|
"SecurityTypedDict": ".security",
|
|
"SetupPaymentAddItemBillingMethod": ".setuppaymentop",
|
|
"SetupPaymentAddItemExpiryDurationType": ".setuppaymentop",
|
|
"SetupPaymentAddItemOnDecrease": ".setuppaymentop",
|
|
"SetupPaymentAddItemOnIncrease": ".setuppaymentop",
|
|
"SetupPaymentAddItemPlanItem": ".setuppaymentop",
|
|
"SetupPaymentAddItemPlanItemTypedDict": ".setuppaymentop",
|
|
"SetupPaymentAddItemPrice": ".setuppaymentop",
|
|
"SetupPaymentAddItemPriceInterval": ".setuppaymentop",
|
|
"SetupPaymentAddItemPriceTypedDict": ".setuppaymentop",
|
|
"SetupPaymentAddItemProration": ".setuppaymentop",
|
|
"SetupPaymentAddItemProrationTypedDict": ".setuppaymentop",
|
|
"SetupPaymentAddItemReset": ".setuppaymentop",
|
|
"SetupPaymentAddItemResetInterval": ".setuppaymentop",
|
|
"SetupPaymentAddItemResetTypedDict": ".setuppaymentop",
|
|
"SetupPaymentAddItemRollover": ".setuppaymentop",
|
|
"SetupPaymentAddItemRolloverTypedDict": ".setuppaymentop",
|
|
"SetupPaymentAddItemTier": ".setuppaymentop",
|
|
"SetupPaymentAddItemTierBehavior": ".setuppaymentop",
|
|
"SetupPaymentAddItemTierTypedDict": ".setuppaymentop",
|
|
"SetupPaymentAddItemTo": ".setuppaymentop",
|
|
"SetupPaymentAddItemToTypedDict": ".setuppaymentop",
|
|
"SetupPaymentAttachDiscount": ".setuppaymentop",
|
|
"SetupPaymentAttachDiscountTypedDict": ".setuppaymentop",
|
|
"SetupPaymentBasePrice": ".setuppaymentop",
|
|
"SetupPaymentBasePriceTypedDict": ".setuppaymentop",
|
|
"SetupPaymentCarryOverBalances": ".setuppaymentop",
|
|
"SetupPaymentCarryOverBalancesTypedDict": ".setuppaymentop",
|
|
"SetupPaymentCarryOverUsages": ".setuppaymentop",
|
|
"SetupPaymentCarryOverUsagesTypedDict": ".setuppaymentop",
|
|
"SetupPaymentCustomLineItem": ".setuppaymentop",
|
|
"SetupPaymentCustomLineItemTypedDict": ".setuppaymentop",
|
|
"SetupPaymentCustomize": ".setuppaymentop",
|
|
"SetupPaymentCustomizeTypedDict": ".setuppaymentop",
|
|
"SetupPaymentDurationType": ".setuppaymentop",
|
|
"SetupPaymentFeatureQuantity": ".setuppaymentop",
|
|
"SetupPaymentFeatureQuantityTypedDict": ".setuppaymentop",
|
|
"SetupPaymentFreeTrialParams": ".setuppaymentop",
|
|
"SetupPaymentFreeTrialParamsTypedDict": ".setuppaymentop",
|
|
"SetupPaymentGlobals": ".setuppaymentop",
|
|
"SetupPaymentGlobalsTypedDict": ".setuppaymentop",
|
|
"SetupPaymentItemBillingMethod": ".setuppaymentop",
|
|
"SetupPaymentItemExpiryDurationType": ".setuppaymentop",
|
|
"SetupPaymentItemOnDecrease": ".setuppaymentop",
|
|
"SetupPaymentItemOnIncrease": ".setuppaymentop",
|
|
"SetupPaymentItemPlanItem": ".setuppaymentop",
|
|
"SetupPaymentItemPlanItemTypedDict": ".setuppaymentop",
|
|
"SetupPaymentItemPrice": ".setuppaymentop",
|
|
"SetupPaymentItemPriceInterval": ".setuppaymentop",
|
|
"SetupPaymentItemPriceTypedDict": ".setuppaymentop",
|
|
"SetupPaymentItemProration": ".setuppaymentop",
|
|
"SetupPaymentItemProrationTypedDict": ".setuppaymentop",
|
|
"SetupPaymentItemReset": ".setuppaymentop",
|
|
"SetupPaymentItemResetInterval": ".setuppaymentop",
|
|
"SetupPaymentItemResetTypedDict": ".setuppaymentop",
|
|
"SetupPaymentItemRollover": ".setuppaymentop",
|
|
"SetupPaymentItemRolloverTypedDict": ".setuppaymentop",
|
|
"SetupPaymentItemTier": ".setuppaymentop",
|
|
"SetupPaymentItemTierBehavior": ".setuppaymentop",
|
|
"SetupPaymentItemTierTypedDict": ".setuppaymentop",
|
|
"SetupPaymentItemTo": ".setuppaymentop",
|
|
"SetupPaymentItemToTypedDict": ".setuppaymentop",
|
|
"SetupPaymentOnEnd": ".setuppaymentop",
|
|
"SetupPaymentParams": ".setuppaymentop",
|
|
"SetupPaymentParamsTypedDict": ".setuppaymentop",
|
|
"SetupPaymentPlanItemFilter": ".setuppaymentop",
|
|
"SetupPaymentPlanItemFilterTypedDict": ".setuppaymentop",
|
|
"SetupPaymentPriceInterval": ".setuppaymentop",
|
|
"SetupPaymentProrationBehavior": ".setuppaymentop",
|
|
"SetupPaymentRemoveItemBillingMethod": ".setuppaymentop",
|
|
"SetupPaymentRemoveItemInterval": ".setuppaymentop",
|
|
"SetupPaymentResponse": ".setuppaymentop",
|
|
"SetupPaymentResponseTypedDict": ".setuppaymentop",
|
|
"Result": ".syncrevenuecatop",
|
|
"ResultTypedDict": ".syncrevenuecatop",
|
|
"StorePush": ".syncrevenuecatop",
|
|
"SyncRevenueCatApp": ".syncrevenuecatop",
|
|
"SyncRevenueCatAppTypedDict": ".syncrevenuecatop",
|
|
"SyncRevenueCatEnv": ".syncrevenuecatop",
|
|
"SyncRevenueCatGlobals": ".syncrevenuecatop",
|
|
"SyncRevenueCatGlobalsTypedDict": ".syncrevenuecatop",
|
|
"SyncRevenueCatParams": ".syncrevenuecatop",
|
|
"SyncRevenueCatParamsTypedDict": ".syncrevenuecatop",
|
|
"SyncRevenueCatPrice": ".syncrevenuecatop",
|
|
"SyncRevenueCatProduct": ".syncrevenuecatop",
|
|
"SyncRevenueCatResponse": ".syncrevenuecatop",
|
|
"SyncRevenueCatResponseTypedDict": ".syncrevenuecatop",
|
|
"SyncRevenueCatStatus": ".syncrevenuecatop",
|
|
"Deduction1": ".trackop",
|
|
"Deduction1TypedDict": ".trackop",
|
|
"Deduction2": ".trackop",
|
|
"Deduction2TypedDict": ".trackop",
|
|
"TrackGlobals": ".trackop",
|
|
"TrackGlobalsTypedDict": ".trackop",
|
|
"TrackIntervalEnum1": ".trackop",
|
|
"TrackIntervalEnum2": ".trackop",
|
|
"TrackIntervalUnion1": ".trackop",
|
|
"TrackIntervalUnion1TypedDict": ".trackop",
|
|
"TrackIntervalUnion2": ".trackop",
|
|
"TrackIntervalUnion2TypedDict": ".trackop",
|
|
"TrackLock": ".trackop",
|
|
"TrackLockTypedDict": ".trackop",
|
|
"TrackParams": ".trackop",
|
|
"TrackParamsTypedDict": ".trackop",
|
|
"TrackReset1": ".trackop",
|
|
"TrackReset1TypedDict": ".trackop",
|
|
"TrackReset2": ".trackop",
|
|
"TrackReset2TypedDict": ".trackop",
|
|
"TrackResponse": ".trackop",
|
|
"TrackResponseBody1": ".trackop",
|
|
"TrackResponseBody1TypedDict": ".trackop",
|
|
"TrackResponseBody2": ".trackop",
|
|
"TrackResponseBody2TypedDict": ".trackop",
|
|
"TrackResponseTypedDict": ".trackop",
|
|
"UpdateBalanceGlobals": ".updatebalanceop",
|
|
"UpdateBalanceGlobalsTypedDict": ".updatebalanceop",
|
|
"UpdateBalanceInterval": ".updatebalanceop",
|
|
"UpdateBalanceParams": ".updatebalanceop",
|
|
"UpdateBalanceParamsTypedDict": ".updatebalanceop",
|
|
"UpdateBalanceResponse": ".updatebalanceop",
|
|
"UpdateBalanceResponseTypedDict": ".updatebalanceop",
|
|
"UpdateCustomerAutoTopupRequest": ".updatecustomerop",
|
|
"UpdateCustomerAutoTopupRequestTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerAutoTopupResponse": ".updatecustomerop",
|
|
"UpdateCustomerAutoTopupResponseTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerBillingControlsRequest": ".updatecustomerop",
|
|
"UpdateCustomerBillingControlsRequestTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerBillingControlsResponse": ".updatecustomerop",
|
|
"UpdateCustomerBillingControlsResponseTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerConfigRequest": ".updatecustomerop",
|
|
"UpdateCustomerConfigRequestTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerConfigResponse": ".updatecustomerop",
|
|
"UpdateCustomerConfigResponseTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerCreditSchema": ".updatecustomerop",
|
|
"UpdateCustomerCreditSchemaTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerDisplay": ".updatecustomerop",
|
|
"UpdateCustomerDisplayTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerEnv": ".updatecustomerop",
|
|
"UpdateCustomerFeature": ".updatecustomerop",
|
|
"UpdateCustomerFeatureTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerFlags": ".updatecustomerop",
|
|
"UpdateCustomerFlagsTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerGlobals": ".updatecustomerop",
|
|
"UpdateCustomerGlobalsTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerIntervalRequest": ".updatecustomerop",
|
|
"UpdateCustomerIntervalResponse1": ".updatecustomerop",
|
|
"UpdateCustomerIntervalResponse2": ".updatecustomerop",
|
|
"UpdateCustomerOverageAllowedRequest": ".updatecustomerop",
|
|
"UpdateCustomerOverageAllowedRequestTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerOverageAllowedResponse": ".updatecustomerop",
|
|
"UpdateCustomerOverageAllowedResponseTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerParams": ".updatecustomerop",
|
|
"UpdateCustomerParamsTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerProcessors": ".updatecustomerop",
|
|
"UpdateCustomerProcessorsTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerPurchase": ".updatecustomerop",
|
|
"UpdateCustomerPurchaseLimitRequest": ".updatecustomerop",
|
|
"UpdateCustomerPurchaseLimitRequestTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerPurchaseLimitResponse1": ".updatecustomerop",
|
|
"UpdateCustomerPurchaseLimitResponse1TypedDict": ".updatecustomerop",
|
|
"UpdateCustomerPurchaseLimitResponse2": ".updatecustomerop",
|
|
"UpdateCustomerPurchaseLimitResponse2TypedDict": ".updatecustomerop",
|
|
"UpdateCustomerPurchaseLimitUnion": ".updatecustomerop",
|
|
"UpdateCustomerPurchaseLimitUnionTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerPurchaseScope": ".updatecustomerop",
|
|
"UpdateCustomerPurchaseTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerResponse": ".updatecustomerop",
|
|
"UpdateCustomerResponseTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerRevenuecat": ".updatecustomerop",
|
|
"UpdateCustomerRevenuecatTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerSpendLimitRequest": ".updatecustomerop",
|
|
"UpdateCustomerSpendLimitRequestTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerSpendLimitResponse": ".updatecustomerop",
|
|
"UpdateCustomerSpendLimitResponseTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerStatus": ".updatecustomerop",
|
|
"UpdateCustomerStripe": ".updatecustomerop",
|
|
"UpdateCustomerStripeTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerSubscription": ".updatecustomerop",
|
|
"UpdateCustomerSubscriptionScope": ".updatecustomerop",
|
|
"UpdateCustomerSubscriptionTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerThresholdTypeRequestBody": ".updatecustomerop",
|
|
"UpdateCustomerThresholdTypeResponse": ".updatecustomerop",
|
|
"UpdateCustomerType": ".updatecustomerop",
|
|
"UpdateCustomerUsageAlertRequestBody": ".updatecustomerop",
|
|
"UpdateCustomerUsageAlertRequestBodyTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerUsageAlertResponse": ".updatecustomerop",
|
|
"UpdateCustomerUsageAlertResponseTypedDict": ".updatecustomerop",
|
|
"UpdateCustomerVercel": ".updatecustomerop",
|
|
"UpdateCustomerVercelTypedDict": ".updatecustomerop",
|
|
"UpdateEntityBillingControlsRequest": ".updateentityop",
|
|
"UpdateEntityBillingControlsRequestTypedDict": ".updateentityop",
|
|
"UpdateEntityBillingControlsResponse": ".updateentityop",
|
|
"UpdateEntityBillingControlsResponseTypedDict": ".updateentityop",
|
|
"UpdateEntityCreditSchema": ".updateentityop",
|
|
"UpdateEntityCreditSchemaTypedDict": ".updateentityop",
|
|
"UpdateEntityDisplay": ".updateentityop",
|
|
"UpdateEntityDisplayTypedDict": ".updateentityop",
|
|
"UpdateEntityEnv": ".updateentityop",
|
|
"UpdateEntityFeature": ".updateentityop",
|
|
"UpdateEntityFeatureTypedDict": ".updateentityop",
|
|
"UpdateEntityFlags": ".updateentityop",
|
|
"UpdateEntityFlagsTypedDict": ".updateentityop",
|
|
"UpdateEntityGlobals": ".updateentityop",
|
|
"UpdateEntityGlobalsTypedDict": ".updateentityop",
|
|
"UpdateEntityInvoice": ".updateentityop",
|
|
"UpdateEntityInvoiceTypedDict": ".updateentityop",
|
|
"UpdateEntityOverageAllowedRequest": ".updateentityop",
|
|
"UpdateEntityOverageAllowedRequestTypedDict": ".updateentityop",
|
|
"UpdateEntityOverageAllowedResponse": ".updateentityop",
|
|
"UpdateEntityOverageAllowedResponseTypedDict": ".updateentityop",
|
|
"UpdateEntityParams": ".updateentityop",
|
|
"UpdateEntityParamsTypedDict": ".updateentityop",
|
|
"UpdateEntityProcessorType": ".updateentityop",
|
|
"UpdateEntityPurchase": ".updateentityop",
|
|
"UpdateEntityPurchaseScope": ".updateentityop",
|
|
"UpdateEntityPurchaseTypedDict": ".updateentityop",
|
|
"UpdateEntityResponse": ".updateentityop",
|
|
"UpdateEntityResponseTypedDict": ".updateentityop",
|
|
"UpdateEntitySpendLimitRequest": ".updateentityop",
|
|
"UpdateEntitySpendLimitRequestTypedDict": ".updateentityop",
|
|
"UpdateEntitySpendLimitResponse": ".updateentityop",
|
|
"UpdateEntitySpendLimitResponseTypedDict": ".updateentityop",
|
|
"UpdateEntityStatus": ".updateentityop",
|
|
"UpdateEntitySubscription": ".updateentityop",
|
|
"UpdateEntitySubscriptionScope": ".updateentityop",
|
|
"UpdateEntitySubscriptionTypedDict": ".updateentityop",
|
|
"UpdateEntityThresholdTypeRequestBody": ".updateentityop",
|
|
"UpdateEntityThresholdTypeResponse": ".updateentityop",
|
|
"UpdateEntityType": ".updateentityop",
|
|
"UpdateEntityUsageAlertRequestBody": ".updateentityop",
|
|
"UpdateEntityUsageAlertRequestBodyTypedDict": ".updateentityop",
|
|
"UpdateEntityUsageAlertResponse": ".updateentityop",
|
|
"UpdateEntityUsageAlertResponseTypedDict": ".updateentityop",
|
|
"UpdateFeatureCreditSchemaRequest": ".updatefeatureop",
|
|
"UpdateFeatureCreditSchemaRequestTypedDict": ".updatefeatureop",
|
|
"UpdateFeatureCreditSchemaResponse": ".updatefeatureop",
|
|
"UpdateFeatureCreditSchemaResponseTypedDict": ".updatefeatureop",
|
|
"UpdateFeatureDisplayRequest": ".updatefeatureop",
|
|
"UpdateFeatureDisplayRequestTypedDict": ".updatefeatureop",
|
|
"UpdateFeatureDisplayResponse": ".updatefeatureop",
|
|
"UpdateFeatureDisplayResponseTypedDict": ".updatefeatureop",
|
|
"UpdateFeatureGlobals": ".updatefeatureop",
|
|
"UpdateFeatureGlobalsTypedDict": ".updatefeatureop",
|
|
"UpdateFeatureParams": ".updatefeatureop",
|
|
"UpdateFeatureParamsTypedDict": ".updatefeatureop",
|
|
"UpdateFeatureResponse": ".updatefeatureop",
|
|
"UpdateFeatureResponseTypedDict": ".updatefeatureop",
|
|
"UpdateFeatureTypeRequest": ".updatefeatureop",
|
|
"UpdateFeatureTypeResponse": ".updatefeatureop",
|
|
"UpdatePlanAttachAction": ".updateplanop",
|
|
"UpdatePlanBasePrice": ".updateplanop",
|
|
"UpdatePlanBasePriceTypedDict": ".updateplanop",
|
|
"UpdatePlanBillingMethodRequest": ".updateplanop",
|
|
"UpdatePlanBillingMethodResponse": ".updateplanop",
|
|
"UpdatePlanConfigRequest": ".updateplanop",
|
|
"UpdatePlanConfigRequestTypedDict": ".updateplanop",
|
|
"UpdatePlanConfigResponse": ".updateplanop",
|
|
"UpdatePlanConfigResponseTypedDict": ".updateplanop",
|
|
"UpdatePlanCreditSchema": ".updateplanop",
|
|
"UpdatePlanCreditSchemaTypedDict": ".updateplanop",
|
|
"UpdatePlanCustomerEligibility": ".updateplanop",
|
|
"UpdatePlanCustomerEligibilityTypedDict": ".updateplanop",
|
|
"UpdatePlanDurationTypeRequest": ".updateplanop",
|
|
"UpdatePlanDurationTypeResponse": ".updateplanop",
|
|
"UpdatePlanEnv": ".updateplanop",
|
|
"UpdatePlanExpiryDurationTypeRequest": ".updateplanop",
|
|
"UpdatePlanExpiryDurationTypeResponse": ".updateplanop",
|
|
"UpdatePlanFeature": ".updateplanop",
|
|
"UpdatePlanFeatureDisplay": ".updateplanop",
|
|
"UpdatePlanFeatureDisplayTypedDict": ".updateplanop",
|
|
"UpdatePlanFeatureTypedDict": ".updateplanop",
|
|
"UpdatePlanFreeTrial": ".updateplanop",
|
|
"UpdatePlanFreeTrialParams": ".updateplanop",
|
|
"UpdatePlanFreeTrialParamsTypedDict": ".updateplanop",
|
|
"UpdatePlanFreeTrialTypedDict": ".updateplanop",
|
|
"UpdatePlanGlobals": ".updateplanop",
|
|
"UpdatePlanGlobalsTypedDict": ".updateplanop",
|
|
"UpdatePlanItem": ".updateplanop",
|
|
"UpdatePlanItemDisplay": ".updateplanop",
|
|
"UpdatePlanItemDisplayTypedDict": ".updateplanop",
|
|
"UpdatePlanItemPriceIntervalRequest": ".updateplanop",
|
|
"UpdatePlanItemPriceResponse": ".updateplanop",
|
|
"UpdatePlanItemPriceResponseTypedDict": ".updateplanop",
|
|
"UpdatePlanItemTypedDict": ".updateplanop",
|
|
"UpdatePlanOnDecrease": ".updateplanop",
|
|
"UpdatePlanOnEndRequest": ".updateplanop",
|
|
"UpdatePlanOnEndResponse": ".updateplanop",
|
|
"UpdatePlanOnIncrease": ".updateplanop",
|
|
"UpdatePlanParams": ".updateplanop",
|
|
"UpdatePlanParamsTypedDict": ".updateplanop",
|
|
"UpdatePlanPlanItem": ".updateplanop",
|
|
"UpdatePlanPlanItemTypedDict": ".updateplanop",
|
|
"UpdatePlanPriceDisplay": ".updateplanop",
|
|
"UpdatePlanPriceDisplayTypedDict": ".updateplanop",
|
|
"UpdatePlanPriceIntervalRequest": ".updateplanop",
|
|
"UpdatePlanPriceIntervalResponse": ".updateplanop",
|
|
"UpdatePlanPriceItemIntervalResponse": ".updateplanop",
|
|
"UpdatePlanPriceRequest": ".updateplanop",
|
|
"UpdatePlanPriceRequestTypedDict": ".updateplanop",
|
|
"UpdatePlanPriceResponse": ".updateplanop",
|
|
"UpdatePlanPriceResponseTypedDict": ".updateplanop",
|
|
"UpdatePlanProration": ".updateplanop",
|
|
"UpdatePlanProrationTypedDict": ".updateplanop",
|
|
"UpdatePlanResetIntervalRequest": ".updateplanop",
|
|
"UpdatePlanResetIntervalResponse": ".updateplanop",
|
|
"UpdatePlanResetRequest": ".updateplanop",
|
|
"UpdatePlanResetRequestTypedDict": ".updateplanop",
|
|
"UpdatePlanResetResponse": ".updateplanop",
|
|
"UpdatePlanResetResponseTypedDict": ".updateplanop",
|
|
"UpdatePlanResponse": ".updateplanop",
|
|
"UpdatePlanResponseTypedDict": ".updateplanop",
|
|
"UpdatePlanRolloverRequest": ".updateplanop",
|
|
"UpdatePlanRolloverRequestTypedDict": ".updateplanop",
|
|
"UpdatePlanRolloverResponse": ".updateplanop",
|
|
"UpdatePlanRolloverResponseTypedDict": ".updateplanop",
|
|
"UpdatePlanStatus": ".updateplanop",
|
|
"UpdatePlanTier": ".updateplanop",
|
|
"UpdatePlanTierBehaviorRequest": ".updateplanop",
|
|
"UpdatePlanTierBehaviorResponse": ".updateplanop",
|
|
"UpdatePlanTierTypedDict": ".updateplanop",
|
|
"UpdatePlanTo": ".updateplanop",
|
|
"UpdatePlanToTypedDict": ".updateplanop",
|
|
"UpdatePlanType": ".updateplanop",
|
|
}
|
|
|
|
_sub_packages = ["internal"]
|
|
|
|
|
|
def __getattr__(attr_name: str) -> Any:
|
|
return lazy_getattr(
|
|
attr_name,
|
|
package=__package__,
|
|
dynamic_imports=_dynamic_imports,
|
|
sub_packages=_sub_packages,
|
|
)
|
|
|
|
|
|
def __dir__():
|
|
return lazy_dir(dynamic_imports=_dynamic_imports, sub_packages=_sub_packages)
|