Type alias ProductPurchaseParams

ProductPurchaseParams: {
    params: MakePurchaseParamsInput;
    productId: AdaptyProductIdentifier;
}[]

Purchase parameters keyed by AdaptyProductIdentifier objects

Type declaration

Generated using TypeDoc