-
- All Implemented Interfaces:
-
com.appsflyer.api.AFSerializable,java.io.Serializable
public final class SubscriptionOfferDetails implements AFSerializable
Created by Paz Lavi on 19,June,2023 paz.lavi@appsflyer.com
-
-
Field Summary
Fields Modifier and Type Field Description private final StringbasePlanIdprivate final StringofferIdprivate final List<String>offerTagsprivate final StringofferTokenprivate final List<PricingPhases>pricingPhases
-
Constructor Summary
Constructors Constructor Description SubscriptionOfferDetails(String basePlanId, String offerId, List<String> offerTags, String offerToken, List<PricingPhases> pricingPhases)
-
Method Summary
Modifier and Type Method Description final StringgetBasePlanId()final StringgetOfferId()final List<String>getOfferTags()final StringgetOfferToken()final List<PricingPhases>getPricingPhases()Map<String, Object>toJsonMap()-
-
Method Detail
-
getBasePlanId
final String getBasePlanId()
-
getOfferId
final String getOfferId()
-
getOfferTags
final List<String> getOfferTags()
-
getOfferToken
final String getOfferToken()
-
getPricingPhases
final List<PricingPhases> getPricingPhases()
-
-
-
-