-
public final class RenewalCommitmentInfoIOS
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classRenewalCommitmentInfoIOS.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringcommitmentAutoRenewProductIdprivate final BooleancommitmentAutoRenewStatusprivate final SubscriptionBillingPlanTypeIOScommitmentRenewalBillingPlanTypeprivate final DoublecommitmentRenewalDateprivate final DoublecommitmentRenewalPrice
-
Constructor Summary
Constructors Constructor Description RenewalCommitmentInfoIOS(String commitmentAutoRenewProductId, Boolean commitmentAutoRenewStatus, SubscriptionBillingPlanTypeIOS commitmentRenewalBillingPlanType, Double commitmentRenewalDate, Double commitmentRenewalPrice)
-
Method Summary
Modifier and Type Method Description final StringgetCommitmentAutoRenewProductId()final BooleangetCommitmentAutoRenewStatus()final SubscriptionBillingPlanTypeIOSgetCommitmentRenewalBillingPlanType()final DoublegetCommitmentRenewalDate()final DoublegetCommitmentRenewalPrice()final Map<String, Object>toJson()-
-
Constructor Detail
-
RenewalCommitmentInfoIOS
RenewalCommitmentInfoIOS(String commitmentAutoRenewProductId, Boolean commitmentAutoRenewStatus, SubscriptionBillingPlanTypeIOS commitmentRenewalBillingPlanType, Double commitmentRenewalDate, Double commitmentRenewalPrice)
-
-
Method Detail
-
getCommitmentAutoRenewProductId
final String getCommitmentAutoRenewProductId()
-
getCommitmentAutoRenewStatus
final Boolean getCommitmentAutoRenewStatus()
-
getCommitmentRenewalBillingPlanType
final SubscriptionBillingPlanTypeIOS getCommitmentRenewalBillingPlanType()
-
getCommitmentRenewalDate
final Double getCommitmentRenewalDate()
-
getCommitmentRenewalPrice
final Double getCommitmentRenewalPrice()
-
-
-
-