Readonly
fiscalReadonly
idThe validation rule ID. This can be used for the ruleId field of ValidationErrors, or the result of validatePaymentRequest.
Validates a single field for a payment request. It can retrieve the field's value, but also if necessary other values, from the payment request.
The request to validate a single field of.
The ID of the field to validate.
True if the field's value in the payment request is valid, or false otherwise.
Validates a single value.
The value to validate.
Optional
fiscalNumber: stringThe fiscal number that is used to determine whether or not this validation rule applies.
True if the value is valid for the given fiscal number, or false otherwise.
A validation rule, responsible for validating only a specific aspect of a single field for a PaymentRequest.