class documentation

Undocumented

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

Inherited from BaseClient:

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Method execute Undocumented
Method get_data Undocumented
Instance Variable headers Undocumented
Instance Variable http_client Undocumented
Instance Variable url Undocumented
Method _convert_dict_to_json_serializable Undocumented
Method _convert_value Undocumented
Method _execute_json Undocumented
Method _execute_multipart Undocumented
Method _get_files_from_variables Undocumented
Method _process_variables Undocumented
def apply_subscription(self, input: ApplySubscriptionInput, **kwargs: Any) -> ApplySubscription:

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented

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

Undocumented