Class TrialPeriod
Inherited Members
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 |