Guest User

Untitled

a guest
Jul 15th, 2018
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. [
  2. 'global_id',
  3. 'name',
  4. 'active',
  5. 'credit_limit',
  6. ('address','address', [
  7. 'global_id',
  8. 'name',
  9. 'type',
  10. 'street',
  11. 'street2',
  12. 'city',
  13. ('state_id', 'state_code', 'code'),
  14. ('country_id', 'country_code', 'code'),
  15. 'zip',
  16. 'email',
  17. 'phone',
  18. 'fax',
  19. 'mobile'
  20. ]
  21. )
  22. ]
Add Comment
Please, Sign In to add comment