Skip to content

Commit 98bddd3

Browse files
committed
fix #474 update all api
1 parent 15ca57e commit 98bddd3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInbound/ErrorReason.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
* Generated by: https://github.com/swagger-api/swagger-codegen.git
99
*/
1010

11+
using Newtonsoft.Json.Converters;
1112
using System.Runtime.Serialization;
1213
using System.Text.Json.Serialization;
1314

Source/FikaAmazonAPI/AmazonSpApiSDK/Models/FulfillmentInbound/GetTransportDetailsResponse.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ public partial class GetTransportDetailsResponse : IEquatable<GetTransportDetail
3333
this.Payload = payload;
3434
this.Errors = errors;
3535
}
36+
public GetTransportDetailsResponse()
37+
{
38+
}
3639

3740
/// <summary>
3841
/// The payload for the getTransportDetails operation.

0 commit comments

Comments
 (0)