public class SubscriptionPlanSimulationRequest extends Object
| Constructor | Description |
|---|---|
SubscriptionPlanSimulationRequest(InstallmentPlanRequest installmentPlan,
MoneyLike money,
BigInteger initialAmount,
ScheduleSettings scheduleSettings,
PaymentTypeName paymentType,
SubscriptionPeriod period) |
| Modifier and Type | Method | Description |
|---|---|---|
BigInteger |
getAmount() |
|
String |
getCurrency() |
|
BigInteger |
getInitialAmount() |
|
InstallmentPlanRequest |
getInstallmentPlan() |
|
PaymentTypeName |
getPaymentType() |
|
SubscriptionPeriod |
getPeriod() |
|
ScheduleSettings |
getScheduleSettings() |
public SubscriptionPlanSimulationRequest(InstallmentPlanRequest installmentPlan, MoneyLike money, BigInteger initialAmount, ScheduleSettings scheduleSettings, PaymentTypeName paymentType, SubscriptionPeriod period)
public InstallmentPlanRequest getInstallmentPlan()
public BigInteger getAmount()
public String getCurrency()
public BigInteger getInitialAmount()
public ScheduleSettings getScheduleSettings()
public PaymentTypeName getPaymentType()
public SubscriptionPeriod getPeriod()
Copyright © 2018 The Apache Software Foundation. All rights reserved.