Search Results for

    Show / Hide Table of Contents

    Class TrialPeriod

    Inheritance
    object
    TrialPeriod
    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.Hostedcheckout.Definitions
    Assembly: connect-sdk-dotnet.dll
    Syntax
    public class TrialPeriod

    Properties

    Duration

    The number of days, weeks, months, or years before the trial period ends.

    Declaration
    public int? Duration { get; set; }
    Property Value
    Type Description
    int?

    Interval

    The interval for the trial period to finish specified as days, weeks, months, quarters, or years.

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