diff --git a/src/main/java/io/craftgate/request/InitCheckoutPaymentRequest.java b/src/main/java/io/craftgate/request/InitCheckoutPaymentRequest.java index 7f1a8c7..f7192b4 100644 --- a/src/main/java/io/craftgate/request/InitCheckoutPaymentRequest.java +++ b/src/main/java/io/craftgate/request/InitCheckoutPaymentRequest.java @@ -42,6 +42,7 @@ public class InitCheckoutPaymentRequest { protected Long buyerMemberId; protected List enabledInstallments; protected boolean alwaysStoreCardAfterPayment; + protected boolean allowDeleteStoredCard; protected boolean allowOnlyStoredCards; protected boolean allowOnlyCreditCard; protected boolean allowInstallmentOnlyCommercialCards;