Home | Trees | Indices | Help |
---|
|
object --+ | gxml.Node --+ | gxml.Document --+ | abstract_order_t --+ | cancel_order_t
>>> test_document( ... cancel_order_t(google_order_number = "841171949013218", ... comment = 'Buyer found a better deal.', ... reason = 'Buyer cancelled the order.' ... ) ... , ... ''' ... <cancel-order xmlns="http://checkout.google.com/schema/2" google-order-number="841171949013218"> ... <comment>Buyer found a better deal.</comment> ... <reason>Buyer cancelled the order.</reason> ... </cancel-order> ... ''' ... )
|
|||
Inherited from |
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from Inherited from |
|
|||
|
|||
tag_name =
The document's unique xml tag name. |
|||
comment = String:PATH(comment):OPT:EMPTY
|
|||
reason = String:PATH(reason):REQ:EMPTY
|
|||
_fields =
list of meta-Fields of this class. |
|||
Inherited from |
|
|||
Inherited from |
|
_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 |