You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Source/FikaAmazonAPI/AmazonSpApiSDK/Models/Notifications/Subscription.cs
+34-18Lines changed: 34 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
/*
2
2
* Selling Partner API for Notifications
3
3
*
4
-
* The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner's business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more.
4
+
* The Selling Partner API for Notifications lets you subscribe to notifications that are relevant to a selling partner's business. Using this API you can create a destination to receive notifications, subscribe to notifications, delete notification subscriptions, and more. For more information, see the [Notifications Use Case Guide](doc:notifications-api-v1-use-case-guide).
5
5
*
6
6
* OpenAPI spec version: v1
7
7
*
@@ -32,38 +32,40 @@ public Subscription() { }
32
32
/// <summary>
33
33
/// Initializes a new instance of the <see cref="Subscription" /> class.
34
34
/// </summary>
35
-
/// <param name="SubscriptionId">The subscription identifier generated when the subscription is created. (required).</param>
36
-
/// <param name="PayloadVersion">The version of the payload object to be used in the notification. (required).</param>
37
-
/// <param name="DestinationId">The identifier for the destination where notifications will be delivered. (required).</param>
0 commit comments