-
public final class AFPurchaseDetails
-
-
Field Summary
Fields Modifier and Type Field Description private final AFPurchaseTypepurchaseTypeprivate final StringpurchaseTokenprivate final StringproductIdprivate final Stringpriceprivate final Stringcurrency
-
Constructor Summary
Constructors Constructor Description AFPurchaseDetails(AFPurchaseType purchaseType, String purchaseToken, String productId, String price, String currency)
-
Method Summary
Modifier and Type Method Description final AFPurchaseTypegetPurchaseType()final StringgetPurchaseToken()final StringgetProductId()final StringgetPrice()final StringgetCurrency()-
-
Constructor Detail
-
AFPurchaseDetails
AFPurchaseDetails(AFPurchaseType purchaseType, String purchaseToken, String productId, String price, String currency)
-
-
Method Detail
-
getPurchaseType
final AFPurchaseType getPurchaseType()
-
getPurchaseToken
final String getPurchaseToken()
-
getProductId
final String getProductId()
-
getCurrency
final String getCurrency()
-
-
-
-