public class PaymentProductFieldDataRestrictions extends Object
| Constructor and Description |
|---|
PaymentProductFieldDataRestrictions() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getIsRequired()
* true - Indicates that this field is required
* false - Indicates that this field is optional
|
PaymentProductFieldValidators |
getValidators()
Object containing the details of the validations on the field
|
void |
setIsRequired(Boolean value)
* true - Indicates that this field is required
* false - Indicates that this field is optional
|
void |
setValidators(PaymentProductFieldValidators value)
Object containing the details of the validations on the field
|
PaymentProductFieldDataRestrictions |
withIsRequired(Boolean value)
* true - Indicates that this field is required
* false - Indicates that this field is optional
|
PaymentProductFieldDataRestrictions |
withValidators(PaymentProductFieldValidators value)
Object containing the details of the validations on the field
|
public Boolean getIsRequired()
public void setIsRequired(Boolean value)
public PaymentProductFieldDataRestrictions withIsRequired(Boolean value)
public PaymentProductFieldValidators getValidators()
public void setValidators(PaymentProductFieldValidators value)
public PaymentProductFieldDataRestrictions withValidators(PaymentProductFieldValidators value)
Copyright © 2024 Worldline Online Payments Direct. All rights reserved.