Class RecurringPaymentsData
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class RecurringPaymentsData
Properties
RecurringInterval
The object containing the frequency and interval between recurring payments.
Declaration
public Frequency RecurringInterval { get; set; }
Property Value
Type | Description |
---|---|
Frequency |
TrialInformation
The object containing data of the trial period: no-cost or discounted time-constrained trial subscription period.
Declaration
public TrialInformation TrialInformation { get; set; }
Property Value
Type | Description |
---|---|
TrialInformation |