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.
1 parent ce95824 commit e449dbcCopy full SHA for e449dbc
ams-dotnet/src/com/alipay/ams/api/entities/Discount.cs
@@ -2,7 +2,9 @@ namespace com.alipay.ams.api.entities
2
{
3
public class Discount
4
5
+ private string DiscountTag { get; set; }
6
public string DiscountName { get; set; }
7
public Amount SavingsAmount { get; set; }
8
+ private Amount EstimateSavingsAmount { get; set; }
9
}
10
0 commit comments