Class PaymentProductFieldDataRestrictions
Inheritance
PaymentProductFieldDataRestrictions
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.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