Uses of Class
com.onlinepayments.domain.PaymentProductFieldDataRestrictions
Packages that use PaymentProductFieldDataRestrictions
-
Uses of PaymentProductFieldDataRestrictions in com.onlinepayments.domain
Methods in com.onlinepayments.domain that return PaymentProductFieldDataRestrictionsModifier and TypeMethodDescriptionPaymentProductField.getDataRestrictions()Object containing data restrictions that apply to this field, like minimum and/or maximum lengthPaymentProductFieldDataRestrictions.withIsRequired(Boolean value) true - Indicates that this field is required false - Indicates that this field is optionalPaymentProductFieldDataRestrictions.withValidators(PaymentProductFieldValidators value) Object containing the details of the validations on the fieldMethods in com.onlinepayments.domain with parameters of type PaymentProductFieldDataRestrictionsModifier and TypeMethodDescriptionvoidPaymentProductField.setDataRestrictions(PaymentProductFieldDataRestrictions value) Object containing data restrictions that apply to this field, like minimum and/or maximum lengthPaymentProductField.withDataRestrictions(PaymentProductFieldDataRestrictions value) Object containing data restrictions that apply to this field, like minimum and/or maximum length