@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface ValidationOption

    Validation option representing a single valid choice for a field. This is typically used when a field has a restricted set of allowed values.

    interface ValidationOption {
        id: string;
        name: string;
    }
    Index

    Properties

    Properties

    id: string

    The unique identifier or value of the option. This is the value that should be sent to the API.

    name: string

    The display name or label of the option. This is the human-readable text shown to the user.