-
public final class EntitlementIOS
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classEntitlementIOS.Companion
-
Field Summary
Fields Modifier and Type Field Description private final StringjsonRepresentationprivate final Stringskuprivate final StringtransactionId
-
Constructor Summary
Constructors Constructor Description EntitlementIOS(String jsonRepresentation, String sku, String transactionId)
-
Method Summary
Modifier and Type Method Description final StringgetJsonRepresentation()final StringgetSku()final StringgetTransactionId()final Map<String, Object>toJson()-
-
Method Detail
-
getJsonRepresentation
final String getJsonRepresentation()
-
getTransactionId
final String getTransactionId()
-
-
-
-