-
@Serializable() public final class PLYPurchaseReceipt
-
-
Field Summary
Fields Modifier and Type Field Description private final StringproductIdprivate final StringbasePlanIdprivate final StringstoreOfferIdprivate final StringpurchaseTokenprivate final PLYPurchaseStatepurchaseStateprivate final BooleanallowTransferprivate final PricingInfopricingInfoprivate final StringsubscriptionIdprivate final BooleanisSandboxprivate final StringcontentIdprivate final StringpresentationIdprivate final StringplacementIdprivate final StringaudienceIdprivate final StringamazonUserIdprivate final StringamazonUserCountryprivate final List<ProductCatalog>productsCatalogprivate final StringabTestIdprivate final StringabTestVariantIdprivate final StringcampaignIdprivate final StringflowIdprivate final StringstepIdprivate final transient BooleanshouldConsume
-
Constructor Summary
Constructors Constructor Description PLYPurchaseReceipt(String productId, String basePlanId, String storeOfferId, String purchaseToken, PLYPurchaseState purchaseState, Boolean allowTransfer, PricingInfo pricingInfo, String subscriptionId, Boolean isSandbox, String contentId, String presentationId, String placementId, String audienceId, String amazonUserId, String amazonUserCountry, List<ProductCatalog> productsCatalog, String abTestId, String abTestVariantId, String campaignId, String flowId, String stepId, Boolean shouldConsume)
-
Method Summary
Modifier and Type Method Description final StringgetProductId()final StringgetBasePlanId()final StringgetStoreOfferId()final StringgetPurchaseToken()final PLYPurchaseStategetPurchaseState()final BooleangetAllowTransfer()final PricingInfogetPricingInfo()final StringgetSubscriptionId()final BooleangetIsSandbox()final StringgetContentId()final StringgetPresentationId()final StringgetPlacementId()final StringgetAudienceId()final StringgetAmazonUserId()final StringgetAmazonUserCountry()final List<ProductCatalog>getProductsCatalog()final StringgetAbTestId()final StringgetAbTestVariantId()final StringgetCampaignId()final StringgetFlowId()final StringgetStepId()final BooleangetShouldConsume()-
-
Constructor Detail
-
PLYPurchaseReceipt
PLYPurchaseReceipt(String productId, String basePlanId, String storeOfferId, String purchaseToken, PLYPurchaseState purchaseState, Boolean allowTransfer, PricingInfo pricingInfo, String subscriptionId, Boolean isSandbox, String contentId, String presentationId, String placementId, String audienceId, String amazonUserId, String amazonUserCountry, List<ProductCatalog> productsCatalog, String abTestId, String abTestVariantId, String campaignId, String flowId, String stepId, Boolean shouldConsume)
-
-
Method Detail
-
getProductId
final String getProductId()
-
getBasePlanId
final String getBasePlanId()
-
getStoreOfferId
final String getStoreOfferId()
-
getPurchaseToken
final String getPurchaseToken()
-
getPurchaseState
final PLYPurchaseState getPurchaseState()
-
getAllowTransfer
final Boolean getAllowTransfer()
-
getPricingInfo
final PricingInfo getPricingInfo()
-
getSubscriptionId
final String getSubscriptionId()
-
getIsSandbox
final Boolean getIsSandbox()
-
getContentId
final String getContentId()
-
getPresentationId
final String getPresentationId()
-
getPlacementId
final String getPlacementId()
-
getAudienceId
final String getAudienceId()
-
getAmazonUserId
final String getAmazonUserId()
-
getAmazonUserCountry
final String getAmazonUserCountry()
-
getProductsCatalog
final List<ProductCatalog> getProductsCatalog()
-
getAbTestId
final String getAbTestId()
-
getAbTestVariantId
final String getAbTestVariantId()
-
getCampaignId
final String getCampaignId()
-
getShouldConsume
final Boolean getShouldConsume()
-
-
-
-