Search Results for

    Show / Hide Table of Contents

    Class PaymentProductFieldValidators

    Inheritance
    object
    PaymentProductFieldValidators
    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 PaymentProductFieldValidators

    Properties

    BoletoBancarioRequiredness

    Indicates the requiredness of the field based on the fiscalnumber for Boleto Bancario

    Declaration
    public BoletoBancarioRequirednessValidator BoletoBancarioRequiredness { get; set; }
    Property Value
    Type Description
    BoletoBancarioRequirednessValidator

    EmailAddress

    Indicates that the content should be validated against the rules for an email address

    Declaration
    public EmptyValidator EmailAddress { get; set; }
    Property Value
    Type Description
    EmptyValidator

    ExpirationDate

    Indicates that the content should be validated against the rules for an expiration date (it should be in the future)

    Declaration
    public EmptyValidator ExpirationDate { get; set; }
    Property Value
    Type Description
    EmptyValidator

    FixedList

    Indicates that content should be one of the, in this object, listed items

    Declaration
    public FixedListValidator FixedList { get; set; }
    Property Value
    Type Description
    FixedListValidator

    Iban

    Indicates that the content of this (iban) field needs to validated against format checks and modulo check (as described in ISO 7064)

    Declaration
    public EmptyValidator Iban { get; set; }
    Property Value
    Type Description
    EmptyValidator

    Length

    Indicates that the content needs to be validated against length criteria defined in this object

    Declaration
    public LengthValidator Length { get; set; }
    Property Value
    Type Description
    LengthValidator

    Luhn

    Indicates that the content needs to be validated using a LUHN check

    Declaration
    public EmptyValidator Luhn { get; set; }
    Property Value
    Type Description
    EmptyValidator

    Range

    Indicates that the content needs to be validated against a, in this object, defined range

    Declaration
    public RangeValidator Range { get; set; }
    Property Value
    Type Description
    RangeValidator

    RegularExpression

    A string representing the regular expression to check

    Declaration
    public RegularExpressionValidator RegularExpression { get; set; }
    Property Value
    Type Description
    RegularExpressionValidator

    ResidentIdNumber

    Indicates that the content needs to be validated as per the Chinese resident identity number format

    Declaration
    public EmptyValidator ResidentIdNumber { get; set; }
    Property Value
    Type Description
    EmptyValidator

    TermsAndConditions

    Indicates that the content should be validated as such that the customer has accepted the field as if they were terms and conditions of a service

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