Home | Trees | Indices | Help |
---|
|
object --+ | gxml.Node --+ | gxml.Document --+ | abstract_notification_t --+ | charge_amount_notification_t
>>> from datetime import datetime >>> import iso8601 >>> test_document( ... charge_amount_notification_t( ... serial_number='95d44287-12b1-4722-bc56-cfaa73f4c0d1', ... google_order_number = '841171949013218', ... timestamp = iso8601.parse_date('2006-03-18T18:25:31.593Z'), ... latest_charge_amount = price_t(currency='USD', value=2226.06), ... total_charge_amount = price_t(currency='USD', value=2226.06) ... ) ... , ... ''' ... <charge-amount-notification xmlns="http://checkout.google.com/schema/2" serial-number="95d44287-12b1-4722-bc56-cfaa73f4c0d1"> ... <latest-charge-amount currency="USD">2226.060</latest-charge-amount> ... <google-order-number>841171949013218</google-order-number> ... <total-charge-amount currency="USD">2226.060</total-charge-amount> ... <timestamp>2006-03-18T18:25:31.593000+00:00</timestamp> ... </charge-amount-notification> ... ''' ... )
|
|||
Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
|
|||
tag_name =
The document's unique xml tag name. |
|||
latest_charge_amount = Node:PATH(latest-charge-amount):REQ:{ p
|
|||
latest_promotion_charge_amount = Node:PATH(latest-promotion-ch
|
|||
total_charge_amount = Node:PATH(total-charge-amount):REQ:{ pri
|
|||
_fields =
list of meta-Fields of this class. |
|||
Inherited from |
|
|||
Inherited from |
|
latest_charge_amount
|
latest_promotion_charge_amount
|
total_charge_amount
|
_fieldslist of meta-Fields of this class.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Sun Sep 7 23:26:45 2008 | http://epydoc.sourceforge.net |