We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f02ff17 + f7be945 commit 78001e2Copy full SHA for 78001e2
Source/FikaAmazonAPI/AmazonSpApiSDK/Models/Financesv20240619/ItemRelatedIdentifier.cs
@@ -60,7 +60,17 @@ public enum ItemRelatedIdentifierNameEnum
60
/// Enum INVOICEID for value: INVOICE_ID
61
/// </summary>
62
[EnumMember(Value = "INVOICE_ID")]
63
- INVOICEID = 5
+ INVOICEID = 5,
64
+ /// <summary>
65
+ /// Enum DEAL_ID for value: DEAL_ID
66
+ /// </summary>
67
+ [EnumMember(Value = "DEAL_ID")]
68
+ DEALID = 6,
69
70
+ /// Enum SETTLEMENT_ID for value: SETTLEMENT_ID
71
72
+ [EnumMember(Value = "SETTLEMENT_ID")]
73
+ SETTLEMENTID = 7
74
}
75
76
/// <summary>
0 commit comments