Search Results for

    Show / Hide Table of Contents

    Class PaymentProductFieldDataRestrictions

    Inheritance
    object
    PaymentProductFieldDataRestrictions
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Ingenico.Connect.Sdk.Domain.Product.Definitions
    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
    Type Description
    bool?

    Validators

    Object containing the details of the validations on the field

    Declaration
    public PaymentProductFieldValidators Validators { get; set; }
    Property Value
    Type Description
    PaymentProductFieldValidators
    In This Article
    Back to top Copyright (c) 2016 Global Collect Services B.V.