class documentation

Undocumented

Async Method apply_subscription Undocumented
Async Method archive_customer Undocumented
Async Method cancel_subscription Undocumented
Async Method cancel_subscription_updates Undocumented
Async Method create_subscription Undocumented
Async Method detach_customer_payment_method Undocumented
Async Method estimate_subscription Undocumented
Async Method estimate_subscription_update Undocumented
Async Method get_active_subscriptions Undocumented
Async Method get_active_subscriptions_list Undocumented
Async Method get_checkout_state Undocumented
Async Method get_coupons Undocumented
Async Method get_customer_by_id Undocumented
Async Method get_customer_portal_by_ref_id Undocumented
Async Method get_customer_statistics Undocumented
Async Method get_entitlement Undocumented
Async Method get_entitlements Undocumented
Async Method get_mock_paywall Undocumented
Async Method get_paywall Undocumented
Async Method get_products Undocumented
Async Method get_sdk_configuration Undocumented
Async Method get_subscription Undocumented
Async Method get_usage_history Undocumented
Async Method grant_promotional_entitlements Undocumented
Async Method import_customer Undocumented
Async Method import_customer_bulk Undocumented
Async Method import_subscriptions_bulk Undocumented
Async Method migrate_subscription_to_latest Undocumented
Async Method preview_next_invoice Undocumented
Async Method preview_subscription Undocumented
Async Method provision_customer Undocumented
Async Method provision_subscription Undocumented
Async Method report_entitlement_check_requested Undocumented
Async Method report_event Undocumented
Async Method report_usage Undocumented
Async Method report_usage_bulk Undocumented
Async Method revoke_promotional_entitlement Undocumented
Async Method transfer_subscription Undocumented
Async Method unarchive_customer Undocumented
Async Method update_customer Undocumented
Async Method update_subscription Undocumented

Inherited from AsyncBaseClient:

Async Method __aenter__ Undocumented
Async Method __aexit__ Undocumented
Method __init__ Undocumented
Async Method execute Undocumented
Async Method execute_ws Undocumented
Method get_data Undocumented
Instance Variable headers Undocumented
Instance Variable http_client Undocumented
Instance Variable url Undocumented
Instance Variable ws_connection_init_payload Undocumented
Instance Variable ws_headers Undocumented
Instance Variable ws_origin Undocumented
Instance Variable ws_url Undocumented
Method _convert_dict_to_json_serializable Undocumented
Method _convert_value Undocumented
Async Method _execute_json Undocumented
Async Method _execute_multipart Undocumented
Method _get_files_from_variables Undocumented
Async Method _handle_ws_message Undocumented
Method _process_variables Undocumented
Async Method _send_connection_init Undocumented
Async Method _send_subscribe Undocumented
async def apply_subscription(self, input: ApplySubscriptionInput, **kwargs: Any) -> ApplySubscription:

Undocumented

async def archive_customer(self, input: ArchiveCustomerInput, **kwargs: Any) -> ArchiveCustomer:

Undocumented

async def cancel_subscription(self, input: SubscriptionCancellationInput, **kwargs: Any) -> CancelSubscription:

Undocumented

async def cancel_subscription_updates(self, input: SubscriptionUpdateScheduleCancellationInput, **kwargs: Any) -> CancelSubscriptionUpdates:

Undocumented

async def create_subscription(self, input: SubscriptionInput, **kwargs: Any) -> CreateSubscription:

Undocumented

async def detach_customer_payment_method(self, input: DetachCustomerPaymentMethodInput, **kwargs: Any) -> DetachCustomerPaymentMethod:

Undocumented

async def estimate_subscription(self, input: EstimateSubscriptionInput, **kwargs: Any) -> EstimateSubscription:

Undocumented

async def estimate_subscription_update(self, input: EstimateSubscriptionUpdateInput, **kwargs: Any) -> EstimateSubscriptionUpdate:

Undocumented

async def get_active_subscriptions(self, input: GetActiveSubscriptionsInput, **kwargs: Any) -> GetActiveSubscriptions:

Undocumented

async def get_active_subscriptions_list(self, input: GetActiveSubscriptionsInput, **kwargs: Any) -> GetActiveSubscriptionsList:

Undocumented

async def get_checkout_state(self, input: CheckoutStateInput, **kwargs: Any) -> GetCheckoutState:

Undocumented

async def get_coupons(self, **kwargs: Any) -> GetCoupons:

Undocumented

async def get_customer_by_id(self, input: GetCustomerByRefIdInput, **kwargs: Any) -> GetCustomerById:

Undocumented

async def get_customer_portal_by_ref_id(self, input: CustomerPortalInput, **kwargs: Any) -> GetCustomerPortalByRefId:

Undocumented

async def get_customer_statistics(self, input: GetCustomerByRefIdInput, **kwargs: Any) -> GetCustomerStatistics:

Undocumented

async def get_entitlement(self, input: FetchEntitlementQuery, **kwargs: Any) -> GetEntitlement:

Undocumented

async def get_entitlements(self, input: FetchEntitlementsQuery, **kwargs: Any) -> GetEntitlements:

Undocumented

async def get_mock_paywall(self, input: GetPaywallInput, **kwargs: Any) -> GetMockPaywall:

Undocumented

async def get_paywall(self, input: GetPaywallInput, **kwargs: Any) -> GetPaywall:

Undocumented

async def get_products(self, **kwargs: Any) -> GetProducts:

Undocumented

async def get_sdk_configuration(self, **kwargs: Any) -> GetSdkConfiguration:

Undocumented

async def get_subscription(self, input: GetSubscriptionInput, **kwargs: Any) -> GetSubscription:

Undocumented

async def get_usage_history(self, usage_history_input: UsageHistoryInput, **kwargs: Any) -> GetUsageHistory:

Undocumented

async def grant_promotional_entitlements(self, input: GrantPromotionalEntitlementsInput, **kwargs: Any) -> GrantPromotionalEntitlements:

Undocumented

async def import_customer(self, input: ImportCustomerInput, **kwargs: Any) -> ImportCustomer:

Undocumented

async def import_customer_bulk(self, input: ImportCustomerBulkInput, **kwargs: Any) -> ImportCustomerBulk:

Undocumented

async def import_subscriptions_bulk(self, input: ImportSubscriptionsBulkInput, **kwargs: Any) -> ImportSubscriptionsBulk:

Undocumented

async def migrate_subscription_to_latest(self, input: SubscriptionMigrationInput, **kwargs: Any) -> MigrateSubscriptionToLatest:

Undocumented

async def preview_next_invoice(self, input: PreviewNextInvoiceInput, **kwargs: Any) -> PreviewNextInvoice:

Undocumented

async def preview_subscription(self, input: PreviewSubscriptionInput, **kwargs: Any) -> PreviewSubscription:

Undocumented

async def provision_customer(self, input: ProvisionCustomerInput, **kwargs: Any) -> ProvisionCustomer:

Undocumented

async def provision_subscription(self, input: ProvisionSubscriptionInput, **kwargs: Any) -> ProvisionSubscription:

Undocumented

async def report_entitlement_check_requested(self, entitlement_check_requested: EntitlementCheckRequested, **kwargs: Any) -> ReportEntitlementCheckRequested:

Undocumented

async def report_event(self, input: UsageEventsReportInput, **kwargs: Any) -> ReportEvent:

Undocumented

async def report_usage(self, input: ReportUsageInput, **kwargs: Any) -> ReportUsage:

Undocumented

async def report_usage_bulk(self, input: ReportUsageBulkInput, **kwargs: Any) -> ReportUsageBulk:

Undocumented

async def revoke_promotional_entitlement(self, input: RevokePromotionalEntitlementInput, **kwargs: Any) -> RevokePromotionalEntitlement:

Undocumented

async def transfer_subscription(self, input: TransferSubscriptionInput, **kwargs: Any) -> TransferSubscription:

Undocumented

async def unarchive_customer(self, input: UnarchiveCustomerInput, **kwargs: Any) -> UnarchiveCustomer:

Undocumented

async def update_customer(self, input: UpdateCustomerInput, **kwargs: Any) -> UpdateCustomer:

Undocumented

async def update_subscription(self, input: UpdateSubscriptionInput, **kwargs: Any) -> UpdateSubscription:

Undocumented