-
public final class ProductExtensionsKt
-
-
Method Summary
Modifier and Type Method Description final static ProducttoProduct(ProductSubscriptionAndroid $self)Convert ProductSubscriptionAndroid to Product This extension is used by OpenIapStore to add subscriptions to the products list final static PurchasetoPurchaseInput(Purchase $self)Convert Purchase to PurchaseInput Both types are compatible in the GraphQL schema -
-
Method Detail
-
toProduct
final static Product toProduct(ProductSubscriptionAndroid $self)
Convert ProductSubscriptionAndroid to Product This extension is used by OpenIapStore to add subscriptions to the products list
-
toPurchaseInput
final static Purchase toPurchaseInput(Purchase $self)
Convert Purchase to PurchaseInput Both types are compatible in the GraphQL schema
-
-
-
-