public class TrialInformation extends Object
| Constructor and Description |
|---|
TrialInformation() |
| Modifier and Type | Method and Description |
|---|---|
AmountOfMoney |
getAmountOfMoneyAfterTrial()
The object containing the amount and ISO currency code attributes of money to be paid after the trial period ends.
|
String |
getEndDate()
The date that the trial period ends in YYYYMMDD format.
|
Boolean |
getIsRecurring()
The property specifying if there will be recurring charges throughout the trial period (when the trial period involves a temporary discounted rate).
|
TrialPeriod |
getTrialPeriod()
The object containing information on the trial period duration and the interval between payments during that period.
|
Frequency |
getTrialPeriodRecurring()
The object containing the frequency and interval between recurring payments.
|
void |
setAmountOfMoneyAfterTrial(AmountOfMoney value)
The object containing the amount and ISO currency code attributes of money to be paid after the trial period ends.
|
void |
setEndDate(String value)
The date that the trial period ends in YYYYMMDD format.
|
void |
setIsRecurring(Boolean value)
The property specifying if there will be recurring charges throughout the trial period (when the trial period involves a temporary discounted rate).
|
void |
setTrialPeriod(TrialPeriod value)
The object containing information on the trial period duration and the interval between payments during that period.
|
void |
setTrialPeriodRecurring(Frequency value)
The object containing the frequency and interval between recurring payments.
|
public AmountOfMoney getAmountOfMoneyAfterTrial()
public void setAmountOfMoneyAfterTrial(AmountOfMoney value)
public String getEndDate()
public void setEndDate(String value)
public Boolean getIsRecurring()
public void setIsRecurring(Boolean value)
public TrialPeriod getTrialPeriod()
public void setTrialPeriod(TrialPeriod value)
public Frequency getTrialPeriodRecurring()
public void setTrialPeriodRecurring(Frequency value)
Copyright © 2025 Worldline Global Collect. All rights reserved.