diff --git a/src/request/InitCheckoutPaymentRequest.ts b/src/request/InitCheckoutPaymentRequest.ts index 8d335a6..b72e4a7 100644 --- a/src/request/InitCheckoutPaymentRequest.ts +++ b/src/request/InitCheckoutPaymentRequest.ts @@ -26,6 +26,7 @@ type InitCheckoutPaymentRequest = { clientIp?: string; enabledInstallments?: number[]; alwaysStoreCardAfterPayment?: boolean; + allowDeleteStoredCard?: boolean; allowOnlyStoredCards?: boolean; allowOnlyCreditCard?: boolean; depositPayments?: boolean;