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/Upload/UploadDestination.cs
+13-11Lines changed: 13 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -26,16 +26,18 @@ public partial class UploadDestination : IEquatable<UploadDestination>, IValidat
26
26
/// <summary>
27
27
/// Initializes a new instance of the <see cref="UploadDestination" /> class.
28
28
/// </summary>
29
-
/// <param name="_uploadDestinationId">A Login with Amazon (LWA) authorization code that can be exchanged for a refresh token and access token that authorize you to make calls to a Selling Partner API..</param>
29
+
/// <param name="UploadDestinationId">A Login with Amazon (LWA) authorization code that can be exchanged for a refresh token and access token that authorize you to make calls to a Selling Partner API..</param>
0 commit comments