Skip to content

Commit 8159c25

Browse files
committed
update Discount
1 parent 313b3e1 commit 8159c25

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/alipay/global/api/model/ams/Discount.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
@AllArgsConstructor
1212
public class Discount {
1313

14+
private String discountTag;
1415
private String discountName;
1516
private Amount savingsAmount;
17+
private Amount estimateSavingsAmount;
1618

1719
}

0 commit comments

Comments
 (0)