public class RecurringPaymentsData extends Object
| Constructor and Description |
|---|
RecurringPaymentsData() |
| Modifier and Type | Method and Description |
|---|---|
PaymentProduct302SpecificInput |
getPaymentProduct302SpecificInput()
The object containing information specific to Apple Pay
|
String |
getRecurringEndDate()
The date that the recurring payment ends in YYYYMMDD format.
|
Frequency |
getRecurringInterval()
The object containing the frequency and interval between recurring payments.
|
String |
getRecurringStartDate()
The date that the first recurring payment starts in YYYYMMDD format.
|
TrialInformation |
getTrialInformation()
The object containing data of the trial period: no-cost or discounted time-constrained trial subscription period.
|
void |
setPaymentProduct302SpecificInput(PaymentProduct302SpecificInput value)
The object containing information specific to Apple Pay
|
void |
setRecurringEndDate(String value)
The date that the recurring payment ends in YYYYMMDD format.
|
void |
setRecurringInterval(Frequency value)
The object containing the frequency and interval between recurring payments.
|
void |
setRecurringStartDate(String value)
The date that the first recurring payment starts in YYYYMMDD format.
|
void |
setTrialInformation(TrialInformation value)
The object containing data of the trial period: no-cost or discounted time-constrained trial subscription period.
|
public PaymentProduct302SpecificInput getPaymentProduct302SpecificInput()
public void setPaymentProduct302SpecificInput(PaymentProduct302SpecificInput value)
public String getRecurringEndDate()
public void setRecurringEndDate(String value)
public Frequency getRecurringInterval()
public void setRecurringInterval(Frequency value)
public String getRecurringStartDate()
public void setRecurringStartDate(String value)
public TrialInformation getTrialInformation()
public void setTrialInformation(TrialInformation value)
Copyright © 2026 Worldline Global Collect. All rights reserved.