Package com.onlinepayments.domain
Class PaymentProductFieldDataRestrictions
java.lang.Object
com.onlinepayments.domain.PaymentProductFieldDataRestrictions
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontrue - Indicates that this field is required false - Indicates that this field is optionalObject containing the details of the validations on the fieldvoidsetIsRequired(Boolean value) true - Indicates that this field is required false - Indicates that this field is optionalvoidObject containing the details of the validations on the fieldwithIsRequired(Boolean value) true - Indicates that this field is required false - Indicates that this field is optionalObject containing the details of the validations on the field
-
Constructor Details
-
PaymentProductFieldDataRestrictions
public PaymentProductFieldDataRestrictions()
-
-
Method Details
-
getIsRequired
- true - Indicates that this field is required
- false - Indicates that this field is optional
-
setIsRequired
- true - Indicates that this field is required
- false - Indicates that this field is optional
-
withIsRequired
- true - Indicates that this field is required
- false - Indicates that this field is optional
-
getValidators
Object containing the details of the validations on the field -
setValidators
Object containing the details of the validations on the field -
withValidators
Object containing the details of the validations on the field
-