Fields Interface#
Represents the validity status of various form fields.Properties#
| Property | Type | Required | Description |
|---|
cardNumber | FieldValidity | ❌ No | Represents the validity status of the card number field. |
cardholderName | FieldValidity | ❌ No | Represents the validity status of the cardholder name field. |
cvv | FieldValidity | ❌ No | Represents the validity status of the CVV field. |
deferred | FieldValidity | ❌ No | Represents the validity status of the deferred payment option field. |
expirationDate | FieldValidity | ❌ No | Represents the validity status of the expiration date field. |
isSubscription | FieldValidity | ❌ No | Represents the validity status of the subscription option field. |
Type Definitions#
cardNumber (optional)#
Represents the validity status of the card number field.cardholderName (optional)#
Represents the validity status of the cardholder name field.cvv (optional)#
Represents the validity status of the CVV field.deferred (optional)#
Represents the validity status of the deferred payment option field.expirationDate (optional)#
Represents the validity status of the expiration date field.isSubscription (optional)#
Represents the validity status of the subscription option field.Modified at 2026-04-16 14:14:30