-
public final class AFPurchaseDetails
-
-
Field Summary
Fields Modifier and Type Field Description private final AFPurchaseTypepurchaseTypeprivate final StringpurchaseTokenprivate final StringproductId
-
Constructor Summary
Constructors Constructor Description AFPurchaseDetails(AFPurchaseType purchaseType, String purchaseToken, String productId)
-
Method Summary
Modifier and Type Method Description final AFPurchaseTypegetPurchaseType()final StringgetPurchaseToken()final StringgetProductId()-
-
Constructor Detail
-
AFPurchaseDetails
AFPurchaseDetails(AFPurchaseType purchaseType, String purchaseToken, String productId)
-
-
Method Detail
-
getPurchaseType
final AFPurchaseType getPurchaseType()
-
getPurchaseToken
final String getPurchaseToken()
-
getProductId
final String getProductId()
-
-
-
-