diff --git a/src/main/java/io/craftgate/request/InitCheckoutPaymentRequest.java b/src/main/java/io/craftgate/request/InitCheckoutPaymentRequest.java index ffa5eb95..b2732429 100644 --- a/src/main/java/io/craftgate/request/InitCheckoutPaymentRequest.java +++ b/src/main/java/io/craftgate/request/InitCheckoutPaymentRequest.java @@ -41,6 +41,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;