Skip to content
Snippets Groups Projects

add tasks for partner creation, modification and deletion

Merged Mohammad Torkashvand requested to merge feature/NAT-677-creat-update-task-for-partner into develop
All threads resolved!
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -42,7 +42,7 @@ def get_subscriptions(
:param SubscriptionLifecycle lifecycles: The lifecycles that the products must be in.
:param list[str] includes: List of fields to be included in the returned Subscription objects.
:param list[str] excludes: List of fields to be excluded from the returned Subscription objects.
:param UUIDstr partner_id: The partner_id of subscriptions.
:param UUIDstr partner_id: The customer id of subscriptions.
:return: A list of Subscription objects that match the query.
:rtype: list[Subscription]
Loading