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