Skip to content

Commit e449dbc

Browse files
committed
update Discount
1 parent ce95824 commit e449dbc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ams-dotnet/src/com/alipay/ams/api/entities/Discount.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@ namespace com.alipay.ams.api.entities
22
{
33
public class Discount
44
{
5+
private string DiscountTag { get; set; }
56
public string DiscountName { get; set; }
67
public Amount SavingsAmount { get; set; }
8+
private Amount EstimateSavingsAmount { get; set; }
79
}
810
}

0 commit comments

Comments
 (0)