.. Automatically generated file - do not modify.

.. function:: iap.Purchase(product, success=None)
    
    An action that attempts the purchase of `product`. This action is
    sensitive if and only if the product is purchasable (a store is
    enabled, and the product has not already been purchased.)
    
    `success`
        If not None, this is an action or list of actions that are run
        when the purchase succeeds.

.. function:: iap.Restore()
    
    An Action that contacts the app store and restores any missing purchases.

