Package gchecky :: Module model :: Class chargeback_amount_notification_t
[hide private]
[frames] | no frames]

Class chargeback_amount_notification_t

source code

     object --+            
              |            
      gxml.Node --+        
                  |        
      gxml.Document --+    
                      |    
abstract_notification_t --+
                          |
                         chargeback_amount_notification_t

Nested Classes [hide private]

Inherited from gxml.Document: __metaclass__

Instance Methods [hide private]

Inherited from gxml.Document: __str__, toxml

Inherited from gxml.Node: __eq__, __init__, __neq__, read, write

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Methods [hide private]

Inherited from gxml.Document: fromxml

Inherited from gxml.Node: fields, set_fields

Static Methods [hide private]

Inherited from gxml.Node: __new__

Class Variables [hide private]
  tag_name = 'chargeback-amount-notification'
The document's unique xml tag name.
  latest_chargeback_amount = Node:PATH(latest-chargeback-amount)...
  latest_promotion_chargeback_amount = Node:PATH(latest-promotio...
  total_chargeback_amount = Node:PATH(total-chargeback-amount):R...
  _fields = {'google_order_number': ID:PATH(google-order-number)...
list of meta-Fields of this class.

Inherited from abstract_notification_t: google_order_number, serial_number, timestamp

Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

latest_chargeback_amount

Value:
Node:PATH(latest-chargeback-amount):REQ:{ price_t }

latest_promotion_chargeback_amount

Value:
Node:PATH(latest-promotion-chargeback-amount):OPT:{ price_t }

total_chargeback_amount

Value:
Node:PATH(total-chargeback-amount):REQ:{ price_t }

_fields

list of meta-Fields of this class.
Value:
{'google_order_number': ID:PATH(google-order-number):REQ:EMPTY,
 'latest_chargeback_amount': Node:PATH(latest-chargeback-amount):REQ:{\
 price_t },
 'latest_promotion_chargeback_amount': Node:PATH(latest-promotion-char\
geback-amount):OPT:{ price_t },
 'serial_number': ID:PATH(@serial-number):REQ:EMPTY,
 'timestamp': Timestamp:PATH(timestamp):REQ,
 'total_chargeback_amount': Node:PATH(total-chargeback-amount):REQ:{ p\
...