Class TrialInformation
Inherited Members
Namespace: Ingenico.Connect.Sdk.Domain.Hostedcheckout.Definitions
Assembly: connect-sdk-dotnet.dll
Syntax
public class TrialInformation
Properties
AmountOfMoneyAfterTrial
The object containing the amount and ISO currency code attributes of money to be paid after the trial period ends.
Note:
The property order.amountOfMoney should be populated with the amount to be paid during or for the trial period (no-cost or discounted time-constrained trial subscription period).
Declaration
public AmountOfMoney AmountOfMoneyAfterTrial { get; set; }
Property Value
Type | Description |
---|---|
AmountOfMoney |
EndDate
The date that the trial period ends in YYYYMMDD format.
Declaration
public string EndDate { get; set; }
Property Value
Type | Description |
---|---|
string |
IsRecurring
The property specifying if there will be recurring charges throughout the trial period (when the trial period involves a temporary discounted rate).
True = there will be recurring charges during the trial period
False = there will not be recurring charges during the trial period
Declaration
public bool? IsRecurring { get; set; }
Property Value
Type | Description |
---|---|
bool? |
TrialPeriod
The object containing information on the trial period duration and the interval between payments during that period.
Declaration
public TrialPeriod TrialPeriod { get; set; }
Property Value
Type | Description |
---|---|
TrialPeriod |
TrialPeriodRecurring
The object containing the frequency and interval between recurring payments.
Note:
This object should only be populated if the frequency of recurring payments between the trial and regular periods is different.
If you do not populated this object, then the same interval frequency and interval of recurringPaymentsData.recurringInterval will be used
Declaration
public Frequency TrialPeriodRecurring { get; set; }
Property Value
Type | Description |
---|---|
Frequency |