class documentation
class Client(BaseClient):
Known subclasses: stigg.client.StiggClient
Constructor: Client(url, headers, http_client)
Undocumented
Method | apply |
Undocumented |
Method | archive |
Undocumented |
Method | cancel |
Undocumented |
Method | cancel |
Undocumented |
Method | create |
Undocumented |
Method | delegate |
Undocumented |
Method | detach |
Undocumented |
Method | estimate |
Undocumented |
Method | estimate |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | get |
Undocumented |
Method | grant |
Undocumented |
Method | import |
Undocumented |
Method | import |
Undocumented |
Method | import |
Undocumented |
Method | migrate |
Undocumented |
Method | preview |
Undocumented |
Method | preview |
Undocumented |
Method | provision |
Undocumented |
Method | provision |
Undocumented |
Method | report |
Undocumented |
Method | report |
Undocumented |
Method | report |
Undocumented |
Method | report |
Undocumented |
Method | revoke |
Undocumented |
Method | transfer |
Undocumented |
Method | transfer |
Undocumented |
Method | unarchive |
Undocumented |
Method | update |
Undocumented |
Method | update |
Undocumented |
Inherited from BaseClient
:
Method | __enter__ |
Undocumented |
Method | __exit__ |
Undocumented |
Method | __init__ |
Undocumented |
Method | execute |
Undocumented |
Method | get |
Undocumented |
Instance Variable | headers |
Undocumented |
Instance Variable | http |
Undocumented |
Instance Variable | url |
Undocumented |
Method | _convert |
Undocumented |
Method | _convert |
Undocumented |
Method | _execute |
Undocumented |
Method | _execute |
Undocumented |
Method | _get |
Undocumented |
Method | _process |
Undocumented |
def cancel_subscription(self, input:
SubscriptionCancellationInput
, **kwargs: Any
) -> CancelSubscription
:
¶
Undocumented
def cancel_subscription_updates(self, input:
SubscriptionUpdateScheduleCancellationInput
, **kwargs: Any
) -> CancelSubscriptionUpdates
:
¶
Undocumented
def delegate_subscription_to_customer(self, input:
DelegateSubscriptionToCustomerInput
, **kwargs: Any
) -> DelegateSubscriptionToCustomer
:
¶
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
:
¶
overridden in
stigg.client.StiggClient
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_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_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_subscription(self, input:
ProvisionSubscriptionInput
, **kwargs: Any
) -> ProvisionSubscription
:
¶
Undocumented
def report_entitlement_check_requested(self, entitlement_check_requested:
EntitlementCheckRequested
, **kwargs: Any
) -> ReportEntitlementCheckRequested
:
¶
Undocumented
def revoke_promotional_entitlement(self, input:
RevokePromotionalEntitlementInput
, **kwargs: Any
) -> RevokePromotionalEntitlement
:
¶
Undocumented
def transfer_subscription(self, input:
TransferSubscriptionInput
, **kwargs: Any
) -> TransferSubscription
:
¶
Undocumented
def transfer_subscription_to_resource(self, input:
TransferSubscriptionToResourceInput
, **kwargs: Any
) -> TransferSubscriptionToResource
:
¶
Undocumented
def update_subscription(self, input:
UpdateSubscriptionInput
, **kwargs: Any
) -> UpdateSubscription
:
¶
Undocumented