@paypal/paypal-js
    Preparing search index...

    Type Alias CardFieldOptions

    type CardFieldOptions = {
        ariaDescription?: string;
        ariaInvalidErrorMessage?: string;
        ariaLabel?: string;
        label?: string;
        placeholder?: string;
        style?: MerchantStyleObject;
        type: CardFieldTypes;
    }
    Index

    Properties

    ariaDescription?: string
    ariaInvalidErrorMessage?: string
    ariaLabel?: string
    label?: string
    placeholder?: string