Class RecurringPaymentsData
Inherited Members
Namespace: Worldline.Connect.Sdk.V1.Domain
Assembly: Worldline.Connect.Sdk.dll
Syntax
public class RecurringPaymentsData
Properties
PaymentProduct302SpecificInput
The object containing information specific to Apple Pay
Declaration
public PaymentProduct302SpecificInput PaymentProduct302SpecificInput { get; set; }
Property Value
| Type | Description |
|---|---|
| PaymentProduct302SpecificInput |
RecurringEndDate
The date that the recurring payment ends in YYYYMMDD format.
Declaration
public string RecurringEndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
RecurringInterval
The object containing the frequency and interval between recurring payments.
Declaration
public Frequency RecurringInterval { get; set; }
Property Value
| Type | Description |
|---|---|
| Frequency |
RecurringStartDate
The date that the first recurring payment starts in YYYYMMDD format.
Declaration
public string RecurringStartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
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 |