Class PaymentProductFieldDataRestrictions

java.lang.Object
com.onlinepayments.domain.PaymentProductFieldDataRestrictions

public class PaymentProductFieldDataRestrictions extends Object
  • Constructor Details

    • PaymentProductFieldDataRestrictions

      public PaymentProductFieldDataRestrictions()
  • Method Details

    • getIsRequired

      public Boolean getIsRequired()
      • true - Indicates that this field is required
      • false - Indicates that this field is optional
    • setIsRequired

      public void setIsRequired(Boolean value)
      • true - Indicates that this field is required
      • false - Indicates that this field is optional
    • withIsRequired

      public PaymentProductFieldDataRestrictions withIsRequired(Boolean value)
      • true - Indicates that this field is required
      • false - Indicates that this field is optional
    • getValidators

      public PaymentProductFieldValidators getValidators()
      Object containing the details of the validations on the field
    • setValidators

      public void setValidators(PaymentProductFieldValidators value)
      Object containing the details of the validations on the field
    • withValidators

      Object containing the details of the validations on the field