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

Class address_t

source code

object --+    
         |    
 gxml.Node --+
             |
            address_t
Known Subclasses:
billing_address_t, buyer_billing_address_t, buyer_shipping_address_t

Nested Classes [hide private]

Inherited from gxml.Node: __metaclass__

Instance Methods [hide private]

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

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

Class Methods [hide private]

Inherited from gxml.Node: fields, set_fields

Static Methods [hide private]

Inherited from gxml.Node: __new__

Class Variables [hide private]
  address1 = String:PATH(address1):REQ
  address2 = String:PATH(address2):OPT
  city = String:PATH(city):REQ
  company_name = String:PATH(company-name):OPT
  contact_name = String:PATH(contact-name):OPT
  country_code = String:PATH(country-code):REQ
  email = Email:PATH(email):OPT
  fax = Phone:PATH(fax):OPT:EMPTY
  phone = Phone:PATH(phone):OPT:EMPTY
  postal_code = Zip:PATH(postal-code):REQ
  region = String:PATH(region):REQ:EMPTY
  _fields = {'address1': String:PATH(address1):REQ, 'address2': ...
list of meta-Fields of this class.
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

_fields

list of meta-Fields of this class.
Value:
{'address1': String:PATH(address1):REQ,
 'address2': String:PATH(address2):OPT,
 'city': String:PATH(city):REQ,
 'company_name': String:PATH(company-name):OPT,
 'contact_name': String:PATH(contact-name):OPT,
 'country_code': String:PATH(country-code):REQ,
 'email': Email:PATH(email):OPT,
 'fax': Phone:PATH(fax):OPT:EMPTY,
...