Repository URL to install this package:
|
Version:
0.1.0 ▾
|
from __future__ import unicode_literals
from .base import Model
class PreviousCompanyName(Model):
attribute_names = [
'id',
# string The registered ID of the company
'last_update',
# dateTime Date of last update
'name',
# string The previous company name
'endedDate',
# string The date this company stopped using this name
]