-
- All Implemented Interfaces:
-
dev.hyo.openiap.FetchProductsResult
public final class FetchProductsResultSubscriptions implements FetchProductsResult
-
-
Field Summary
Fields Modifier and Type Field Description private final List<ProductSubscription>value
-
Constructor Summary
Constructors Constructor Description FetchProductsResultSubscriptions(List<ProductSubscription> value)
-
Method Summary
Modifier and Type Method Description final List<ProductSubscription>getValue()-
-
Constructor Detail
-
FetchProductsResultSubscriptions
FetchProductsResultSubscriptions(List<ProductSubscription> value)
-
-
Method Detail
-
getValue
final List<ProductSubscription> getValue()
-
-
-
-