Class TrialPeriod
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.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 |