Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update generated code for v684
Browse files Browse the repository at this point in the history
stripe-openapi[bot] committed Nov 29, 2023
1 parent a9c765e commit ea13ec2
Showing 4 changed files with 47 additions and 2 deletions.
2 changes: 1 addition & 1 deletion OPENAPI_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v683
v684
5 changes: 4 additions & 1 deletion src/main/java/com/stripe/model/Event.java
Original file line number Diff line number Diff line change
@@ -115,7 +115,10 @@ public class Event extends ApiResource implements HasId {
* {@code charge.refund.updated}, {@code charge.refunded}, {@code charge.succeeded}, {@code
* charge.updated}, {@code checkout.session.async_payment_failed}, {@code
* checkout.session.async_payment_succeeded}, {@code checkout.session.completed}, {@code
* checkout.session.expired}, {@code coupon.created}, {@code coupon.deleted}, {@code
* checkout.session.expired}, {@code climate.order.canceled}, {@code climate.order.created},
* {@code climate.order.delayed}, {@code climate.order.delivered}, {@code
* climate.order.product_substituted}, {@code climate.product.created}, {@code
* climate.product.pricing_updated}, {@code coupon.created}, {@code coupon.deleted}, {@code
* coupon.updated}, {@code credit_note.created}, {@code credit_note.updated}, {@code
* credit_note.voided}, {@code customer.created}, {@code customer.deleted}, {@code
* customer.discount.created}, {@code customer.discount.deleted}, {@code
21 changes: 21 additions & 0 deletions src/main/java/com/stripe/param/WebhookEndpointCreateParams.java
Original file line number Diff line number Diff line change
@@ -690,6 +690,27 @@ public enum EnabledEvent implements ApiRequestParams.EnumParam {
@SerializedName("checkout.session.expired")
CHECKOUT__SESSION__EXPIRED("checkout.session.expired"),

@SerializedName("climate.order.canceled")
CLIMATE__ORDER__CANCELED("climate.order.canceled"),

@SerializedName("climate.order.created")
CLIMATE__ORDER__CREATED("climate.order.created"),

@SerializedName("climate.order.delayed")
CLIMATE__ORDER__DELAYED("climate.order.delayed"),

@SerializedName("climate.order.delivered")
CLIMATE__ORDER__DELIVERED("climate.order.delivered"),

@SerializedName("climate.order.product_substituted")
CLIMATE__ORDER__PRODUCT_SUBSTITUTED("climate.order.product_substituted"),

@SerializedName("climate.product.created")
CLIMATE__PRODUCT__CREATED("climate.product.created"),

@SerializedName("climate.product.pricing_updated")
CLIMATE__PRODUCT__PRICING_UPDATED("climate.product.pricing_updated"),

@SerializedName("coupon.created")
COUPON__CREATED("coupon.created"),

21 changes: 21 additions & 0 deletions src/main/java/com/stripe/param/WebhookEndpointUpdateParams.java
Original file line number Diff line number Diff line change
@@ -360,6 +360,27 @@ public enum EnabledEvent implements ApiRequestParams.EnumParam {
@SerializedName("checkout.session.expired")
CHECKOUT__SESSION__EXPIRED("checkout.session.expired"),

@SerializedName("climate.order.canceled")
CLIMATE__ORDER__CANCELED("climate.order.canceled"),

@SerializedName("climate.order.created")
CLIMATE__ORDER__CREATED("climate.order.created"),

@SerializedName("climate.order.delayed")
CLIMATE__ORDER__DELAYED("climate.order.delayed"),

@SerializedName("climate.order.delivered")
CLIMATE__ORDER__DELIVERED("climate.order.delivered"),

@SerializedName("climate.order.product_substituted")
CLIMATE__ORDER__PRODUCT_SUBSTITUTED("climate.order.product_substituted"),

@SerializedName("climate.product.created")
CLIMATE__PRODUCT__CREATED("climate.product.created"),

@SerializedName("climate.product.pricing_updated")
CLIMATE__PRODUCT__PRICING_UPDATED("climate.product.pricing_updated"),

@SerializedName("coupon.created")
COUPON__CREATED("coupon.created"),

0 comments on commit ea13ec2

Please sign in to comment.