-
public final class TransactionCommitmentInfoIOS
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classTransactionCommitmentInfoIOS.Companion
-
Field Summary
Fields Modifier and Type Field Description private final IntegerbillingPeriodNumberprivate final DoublecommitmentExpiresDateprivate final DoublecommitmentPriceprivate final IntegertotalBillingPeriods
-
Constructor Summary
Constructors Constructor Description TransactionCommitmentInfoIOS(Integer billingPeriodNumber, Double commitmentExpiresDate, Double commitmentPrice, Integer totalBillingPeriods)
-
Method Summary
Modifier and Type Method Description final IntegergetBillingPeriodNumber()final DoublegetCommitmentExpiresDate()final DoublegetCommitmentPrice()final IntegergetTotalBillingPeriods()final Map<String, Object>toJson()-
-
Method Detail
-
getBillingPeriodNumber
final Integer getBillingPeriodNumber()
-
getCommitmentExpiresDate
final Double getCommitmentExpiresDate()
-
getCommitmentPrice
final Double getCommitmentPrice()
-
getTotalBillingPeriods
final Integer getTotalBillingPeriods()
-
-
-
-