Class PaymentProductFieldDataRestrictions
Inheritance
PaymentProductFieldDataRestrictions
Assembly: connect-sdk-dotnet.dll
Syntax
public class PaymentProductFieldDataRestrictions
Properties
IsRequired
- true - Indicates that this field is required
- false - Indicates that this field is optional
Declaration
public bool? IsRequired { get; set; }
Property Value
Validators
Object containing the details of the validations on the field
Declaration
public PaymentProductFieldValidators Validators { get; set; }
Property Value