-
- All Implemented Interfaces:
-
dev.hyo.openiap.VerifyPurchaseResult
public final class VerifyPurchaseResultAndroid implements VerifyPurchaseResult
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classVerifyPurchaseResultAndroid.Companion
-
Field Summary
Fields Modifier and Type Field Description private final BooleanautoRenewingprivate final BooleanbetaProductprivate final DoublecancelDateprivate final StringcancelReasonprivate final DoubledeferredDateprivate final StringdeferredSkuprivate final DoublefreeTrialEndDateprivate final DoublegracePeriodEndDateprivate final StringparentProductIdprivate final StringproductIdprivate final StringproductTypeprivate final DoublepurchaseDateprivate final Integerquantityprivate final StringreceiptIdprivate final DoublerenewalDateprivate final Stringtermprivate final StringtermSkuprivate final BooleantestTransaction
-
Constructor Summary
Constructors Constructor Description VerifyPurchaseResultAndroid(Boolean autoRenewing, Boolean betaProduct, Double cancelDate, String cancelReason, Double deferredDate, String deferredSku, Double freeTrialEndDate, Double gracePeriodEndDate, String parentProductId, String productId, String productType, Double purchaseDate, Integer quantity, String receiptId, Double renewalDate, String term, String termSku, Boolean testTransaction)
-
Method Summary
Modifier and Type Method Description final BooleangetAutoRenewing()final BooleangetBetaProduct()final DoublegetCancelDate()final StringgetCancelReason()final DoublegetDeferredDate()final StringgetDeferredSku()final DoublegetFreeTrialEndDate()final DoublegetGracePeriodEndDate()final StringgetParentProductId()final StringgetProductId()final StringgetProductType()final DoublegetPurchaseDate()final IntegergetQuantity()final StringgetReceiptId()final DoublegetRenewalDate()final StringgetTerm()final StringgetTermSku()final BooleangetTestTransaction()Map<String, Object>toJson()-
-
Constructor Detail
-
VerifyPurchaseResultAndroid
VerifyPurchaseResultAndroid(Boolean autoRenewing, Boolean betaProduct, Double cancelDate, String cancelReason, Double deferredDate, String deferredSku, Double freeTrialEndDate, Double gracePeriodEndDate, String parentProductId, String productId, String productType, Double purchaseDate, Integer quantity, String receiptId, Double renewalDate, String term, String termSku, Boolean testTransaction)
-
-
Method Detail
-
getAutoRenewing
final Boolean getAutoRenewing()
-
getBetaProduct
final Boolean getBetaProduct()
-
getCancelDate
final Double getCancelDate()
-
getCancelReason
final String getCancelReason()
-
getDeferredDate
final Double getDeferredDate()
-
getDeferredSku
final String getDeferredSku()
-
getFreeTrialEndDate
final Double getFreeTrialEndDate()
-
getGracePeriodEndDate
final Double getGracePeriodEndDate()
-
getParentProductId
final String getParentProductId()
-
getProductId
final String getProductId()
-
getProductType
final String getProductType()
-
getPurchaseDate
final Double getPurchaseDate()
-
getQuantity
final Integer getQuantity()
-
getReceiptId
final String getReceiptId()
-
getRenewalDate
final Double getRenewalDate()
-
getTermSku
final String getTermSku()
-
getTestTransaction
final Boolean getTestTransaction()
-
-
-
-