Joe Gregorio | 6621203 | 2012-06-14 09:10:14 -0400 | [diff] [blame] | 1 | |
| 2 | <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
| 3 | <html><head><title>Python: class Resource</title> |
| 4 | </head><body bgcolor="#f0f0f8"> |
| 5 | <p> |
| 6 | <table width="100%" cellspacing=0 cellpadding=2 border=0 summary="section"> |
| 7 | <tr bgcolor="#ffc8d8"> |
| 8 | <td colspan=3 valign=bottom> <br> |
| 9 | <font color="#000000" face="helvetica, arial"><a name="Resource">class <strong>Resource</strong></a>(<a href="__builtin__.html#object">__builtin__.object</a>)</font></td></tr> |
| 10 | |
| 11 | <tr bgcolor="#ffc8d8"><td rowspan=2><tt> </tt></td> |
| 12 | <td colspan=2><tt>A class for interacting with a resource.<br> </tt></td></tr> |
| 13 | <tr><td> </td> |
| 14 | <td width="100%">Methods defined here:<br> |
| 15 | <dl><dt><a name="Resource-__init__"><strong>__init__</strong></a>(self)</dt></dl> |
| 16 | |
| 17 | <dl><dt><a name="Resource-cancel"><strong>cancel</strong></a> = method(self, **kwargs)</dt><dd><tt>Cancels a user's subscription purchase. The subscription remains valid until its expiration time.<br> |
| 18 | <br> |
| 19 | Args:<br> |
| 20 | pp: string, A parameter<br> |
| 21 | trace: string, A parameter<br> |
| 22 | packageName: string, The package name of the application for which this subscription was purchased (for example, 'com.some.thing'). (required)<br> |
| 23 | strict: string, A parameter<br> |
| 24 | token: string, The token provided to the user's device when the subscription was purchased. (required)<br> |
| 25 | userip: string, A parameter<br> |
| 26 | subscriptionId: string, The purchased subscription ID (for example, 'monthly001'). (required)</tt></dd></dl> |
| 27 | |
| 28 | <dl><dt><a name="Resource-get"><strong>get</strong></a> = method(self, **kwargs)</dt><dd><tt>Checks whether a user's subscription purchase is valid and returns its expiry time.<br> |
| 29 | <br> |
| 30 | Args:<br> |
| 31 | pp: string, A parameter<br> |
| 32 | trace: string, A parameter<br> |
| 33 | packageName: string, The package name of the application for which this subscription was purchased (for example, 'com.some.thing'). (required)<br> |
| 34 | strict: string, A parameter<br> |
| 35 | token: string, The token provided to the user's device when the subscription was purchased. (required)<br> |
| 36 | userip: string, A parameter<br> |
| 37 | subscriptionId: string, The purchased subscription ID (for example, 'monthly001'). (required)<br> |
| 38 | <br> |
| 39 | Returns:<br> |
| 40 | An object of the form<br> |
| 41 | <br> |
| 42 | { # A Purchase resource indicates the status of a user's subscription purchase.<br> |
| 43 | "initiationTimestampMsec": "A String", # Time at which the subscription was granted, in milliseconds since Epoch.<br> |
| 44 | "kind": "androidpublisher#subscriptionPurchase", # This kind represents a subscriptionPurchase object in the androidpublisher service.<br> |
| 45 | "autoRenewing": True or False, # Whether the subscription will automatically be renewed when it reaches its current expiry time.<br> |
| 46 | "validUntilTimestampMsec": "A String", # Time at which the subscription will expire, in milliseconds since Epoch.<br> |
| 47 | }</tt></dd></dl> |
| 48 | |
| 49 | <hr> |
| 50 | Data descriptors defined here:<br> |
| 51 | <dl><dt><strong>__dict__</strong></dt> |
| 52 | <dd><tt>dictionary for instance variables (if defined)</tt></dd> |
| 53 | </dl> |
| 54 | <dl><dt><strong>__weakref__</strong></dt> |
| 55 | <dd><tt>list of weak references to the object (if defined)</tt></dd> |
| 56 | </dl> |
| 57 | </td></tr></table> |
| 58 | </body></html> |