@bigcommerce/checkout-sdk 1.388.2 → 1.390.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -255,6 +255,7 @@ declare interface AdyenPaymentMethodState_2 {
255
255
 
256
256
  declare interface AdyenPlaceholderData {
257
257
  holderName?: string;
258
+ prefillCardHolderName?: boolean;
258
259
  billingAddress?: {
259
260
  street: string;
260
261
  houseNumberOrName: string;
@@ -267,6 +268,7 @@ declare interface AdyenPlaceholderData {
267
268
 
268
269
  declare interface AdyenPlaceholderData_2 {
269
270
  holderName?: string;
271
+ prefillCardHolderName?: boolean;
270
272
  billingAddress?: {
271
273
  street: string;
272
274
  houseNumberOrName: string;