Enumeration `InputModelEnum`
Defines the available input model types for form fields.Defined in src/infrastructure/InputModel.enum.ts:1.Enumeration Members#
| Member | Value | Description |
|---|
CARDHOLDER_NAME | "cardholderName" | Represents the cardholder name input field. |
CARD_NUMBER | "cardNumber" | Represents the card number input field. |
CVV | "cvv" | Represents the CVV (Card Verification Value) input field. |
DEFERRED | "deferred" | Represents the deferred payment option field. |
EXPIRATION_DATE | "expirationDate" | Represents the expiration date input field. |
IS_SUBSCRIPTION | "isSubscription" | Represents the subscription checkbox input field. |
OTP | "otp" | Represents the One-Time Password (OTP) input field. |
SUBSCRIPTIONS_CVV | "subscriptionsCvv" | Represents the CVV field for subscription payments. |
Type Definitions#
CARDHOLDER_NAME#
Represents the cardholder name input field.CARD_NUMBER#
Represents the card number input field.CVV#
Represents the CVV (Card Verification Value) input field.DEFERRED#
Represents the deferred payment option field.EXPIRATION_DATE#
Represents the expiration date input field.IS_SUBSCRIPTION#
Represents the subscription checkbox input field.OTP#
Represents the One-Time Password (OTP) input field.SUBSCRIPTIONS_CVV#
Represents the CVV field for subscription payments. Modified at 2026-02-02 22:10:25