Skip to content

Commit 5e4b4b5

Browse files
authored
Merge pull request #528 from stripe/remi-add-coupon-name
Add name on coupon
2 parents 7ec56d6 + e2651d1 commit 5e4b4b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/stripe/model/Coupon.java

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ public class Coupon extends APIResource implements MetadataStore<Coupon>, HasId
2828
Boolean livemode;
2929
Long maxRedemptions;
3030
@Getter(onMethod = @__({@Override})) Map<String, String> metadata;
31+
String name;
3132
Integer percentOff;
3233
Long redeemBy;
3334
Integer timesRedeemed;

0 commit comments

Comments
 (0)