Exemplo n.º 1
0
    def __init__(self,
                 path=None,
                 siret=None,
                 management_centre_member=None,
                 rcs_number=None,
                 share_capital=None,
                 business_activity_type=None,
                 legal_form_type=None,
                 auxiliary_accounts_visible=None,
                 default_ledger_accounts=None,
                 business_type=None,
                 country_of_registration=None,
                 business_created_at=None,
                 updated_at=None,
                 local_vars_configuration=None):  # noqa: E501
        """BusinessSettings - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._path = None
        self._siret = None
        self._management_centre_member = None
        self._rcs_number = None
        self._share_capital = None
        self._business_activity_type = None
        self._legal_form_type = None
        self._auxiliary_accounts_visible = None
        self._default_ledger_accounts = None
        self._business_type = None
        self._country_of_registration = None
        self._business_created_at = None
        self._updated_at = None
        self.discriminator = None

        if path is not None:
            self.path = path
        if siret is not None:
            self.siret = siret
        if management_centre_member is not None:
            self.management_centre_member = management_centre_member
        if rcs_number is not None:
            self.rcs_number = rcs_number
        if share_capital is not None:
            self.share_capital = share_capital
        if business_activity_type is not None:
            self.business_activity_type = business_activity_type
        if legal_form_type is not None:
            self.legal_form_type = legal_form_type
        if auxiliary_accounts_visible is not None:
            self.auxiliary_accounts_visible = auxiliary_accounts_visible
        if default_ledger_accounts is not None:
            self.default_ledger_accounts = default_ledger_accounts
        if business_type is not None:
            self.business_type = business_type
        if country_of_registration is not None:
            self.country_of_registration = country_of_registration
        if business_created_at is not None:
            self.business_created_at = business_created_at
        if updated_at is not None:
            self.updated_at = updated_at
Exemplo n.º 2
0
    def __init__(self,
                 url=None,
                 slug=None,
                 uuid=None,
                 name=None,
                 tags=None,
                 created=None,
                 threedimodel=None,
                 organisation=None,
                 organisation_name=None,
                 user=None,
                 start_datetime=None,
                 end_datetime=None,
                 duration=None,
                 duration_humanized=None,
                 threedimodel_id=None,
                 id=None,
                 local_vars_configuration=None):  # noqa: E501
        """SimulationUpdate - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._url = None
        self._slug = None
        self._uuid = None
        self._name = None
        self._tags = None
        self._created = None
        self._threedimodel = None
        self._organisation = None
        self._organisation_name = None
        self._user = None
        self._start_datetime = None
        self._end_datetime = None
        self._duration = None
        self._duration_humanized = None
        self._threedimodel_id = None
        self._id = None
        self.discriminator = None

        if url is not None:
            self.url = url
        if slug is not None:
            self.slug = slug
        if uuid is not None:
            self.uuid = uuid
        self.name = name
        if tags is not None:
            self.tags = tags
        if created is not None:
            self.created = created
        if threedimodel is not None:
            self.threedimodel = threedimodel
        if organisation is not None:
            self.organisation = organisation
        if organisation_name is not None:
            self.organisation_name = organisation_name
        if user is not None:
            self.user = user
        if start_datetime is not None:
            self.start_datetime = start_datetime
        if end_datetime is not None:
            self.end_datetime = end_datetime
        if duration is not None:
            self.duration = duration
        if duration_humanized is not None:
            self.duration_humanized = duration_humanized
        if threedimodel_id is not None:
            self.threedimodel_id = threedimodel_id
        if id is not None:
            self.id = id
Exemplo n.º 3
0
    def __init__(self,
                 id=None,
                 job_name=None,
                 job_type=None,
                 job_status=None,
                 lead_id=None,
                 contact_id=None,
                 sale_date=None,
                 completion_date=None,
                 lead_appointment_sold_id=None,
                 lead_appointment_sold_date=None,
                 contract_total=None,
                 contract_date=None,
                 created_at=None,
                 created_by=None,
                 updated_at=None,
                 updated_by=None,
                 local_vars_configuration=None):  # noqa: E501
        """Job - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._id = None
        self._job_name = None
        self._job_type = None
        self._job_status = None
        self._lead_id = None
        self._contact_id = None
        self._sale_date = None
        self._completion_date = None
        self._lead_appointment_sold_id = None
        self._lead_appointment_sold_date = None
        self._contract_total = None
        self._contract_date = None
        self._created_at = None
        self._created_by = None
        self._updated_at = None
        self._updated_by = None
        self.discriminator = None

        if id is not None:
            self.id = id
        if job_name is not None:
            self.job_name = job_name
        if job_type is not None:
            self.job_type = job_type
        if job_status is not None:
            self.job_status = job_status
        if lead_id is not None:
            self.lead_id = lead_id
        if contact_id is not None:
            self.contact_id = contact_id
        if sale_date is not None:
            self.sale_date = sale_date
        if completion_date is not None:
            self.completion_date = completion_date
        if lead_appointment_sold_id is not None:
            self.lead_appointment_sold_id = lead_appointment_sold_id
        if lead_appointment_sold_date is not None:
            self.lead_appointment_sold_date = lead_appointment_sold_date
        if contract_total is not None:
            self.contract_total = contract_total
        if contract_date is not None:
            self.contract_date = contract_date
        if created_at is not None:
            self.created_at = created_at
        if created_by is not None:
            self.created_by = created_by
        if updated_at is not None:
            self.updated_at = updated_at
        if updated_by is not None:
            self.updated_by = updated_by
Exemplo n.º 4
0
 def __init__(self, local_vars_configuration=None):  # noqa: E501
     """OrderStatus - a model defined in OpenAPI"""  # noqa: E501
     if local_vars_configuration is None:
         local_vars_configuration = Configuration()
     self.local_vars_configuration = local_vars_configuration
     self.discriminator = None
    def __init__(self,
                 mfa_enabled=None,
                 deleted_at=None,
                 network_id=None,
                 name=None,
                 updated_at=None,
                 sync_id=None,
                 session_identity_id=None,
                 os_release=None,
                 sync_resource_id=None,
                 ziti_id=None,
                 app_version=None,
                 branch=None,
                 os=None,
                 owner_identity_id=None,
                 has_edge_router_connection=None,
                 attributes=None,
                 has_api_session=None,
                 revision=None,
                 version=None,
                 jwt=None,
                 id=None,
                 session_active=None,
                 jwt_expires_at=None,
                 created_at=None,
                 arch=None,
                 created_by=None,
                 deleted_by=None,
                 type=None,
                 os_version=None,
                 app_id=None,
                 links=None,
                 local_vars_configuration=None):  # noqa: E501
        """InlineResponse2007EmbeddedEndpointList - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._mfa_enabled = None
        self._deleted_at = None
        self._network_id = None
        self._name = None
        self._updated_at = None
        self._sync_id = None
        self._session_identity_id = None
        self._os_release = None
        self._sync_resource_id = None
        self._ziti_id = None
        self._app_version = None
        self._branch = None
        self._os = None
        self._owner_identity_id = None
        self._has_edge_router_connection = None
        self._attributes = None
        self._has_api_session = None
        self._revision = None
        self._version = None
        self._jwt = None
        self._id = None
        self._session_active = None
        self._jwt_expires_at = None
        self._created_at = None
        self._arch = None
        self._created_by = None
        self._deleted_by = None
        self._type = None
        self._os_version = None
        self._app_id = None
        self._links = None
        self.discriminator = None

        self.mfa_enabled = mfa_enabled
        self.deleted_at = deleted_at
        self.network_id = network_id
        self.name = name
        self.updated_at = updated_at
        self.sync_id = sync_id
        self.session_identity_id = session_identity_id
        self.os_release = os_release
        self.sync_resource_id = sync_resource_id
        self.ziti_id = ziti_id
        self.app_version = app_version
        self.branch = branch
        self.os = os
        self.owner_identity_id = owner_identity_id
        self.has_edge_router_connection = has_edge_router_connection
        self.attributes = attributes
        self.has_api_session = has_api_session
        self.revision = revision
        self.version = version
        self.jwt = jwt
        self.id = id
        self.session_active = session_active
        self.jwt_expires_at = jwt_expires_at
        self.created_at = created_at
        self.arch = arch
        self.created_by = created_by
        self.deleted_by = deleted_by
        self.type = type
        self.os_version = os_version
        self.app_id = app_id
        self.links = links
Exemplo n.º 6
0
 def __init__(self, local_vars_configuration=None):  # noqa: E501
     """SecurityCapability - a model defined in OpenAPI"""  # noqa: E501
     if local_vars_configuration is None:
         local_vars_configuration = Configuration()
     self.local_vars_configuration = local_vars_configuration
     self.discriminator = None
    def __init__(self,
                 brand_logo_asset_id=None,
                 issuer_logo_asset_id=None,
                 is_co_branded=None,
                 co_brand_name=None,
                 co_brand_logo_asset_id=None,
                 card_background_combined_asset_id=None,
                 card_background_asset_id=None,
                 icon_asset_id=None,
                 foreground_color=None,
                 issuer_name=None,
                 short_description=None,
                 long_description=None,
                 customer_service_url=None,
                 customer_service_email=None,
                 customer_service_phone_number=None,
                 issuer_mobile_app=None,
                 online_banking_login_url=None,
                 terms_and_conditions_url=None,
                 privacy_policy_url=None,
                 issuer_product_config_code=None,
                 local_vars_configuration=None):  # noqa: E501
        """ProductConfig - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._brand_logo_asset_id = None
        self._issuer_logo_asset_id = None
        self._is_co_branded = None
        self._co_brand_name = None
        self._co_brand_logo_asset_id = None
        self._card_background_combined_asset_id = None
        self._card_background_asset_id = None
        self._icon_asset_id = None
        self._foreground_color = None
        self._issuer_name = None
        self._short_description = None
        self._long_description = None
        self._customer_service_url = None
        self._customer_service_email = None
        self._customer_service_phone_number = None
        self._issuer_mobile_app = None
        self._online_banking_login_url = None
        self._terms_and_conditions_url = None
        self._privacy_policy_url = None
        self._issuer_product_config_code = None
        self.discriminator = None

        if brand_logo_asset_id is not None:
            self.brand_logo_asset_id = brand_logo_asset_id
        if issuer_logo_asset_id is not None:
            self.issuer_logo_asset_id = issuer_logo_asset_id
        if is_co_branded is not None:
            self.is_co_branded = is_co_branded
        if co_brand_name is not None:
            self.co_brand_name = co_brand_name
        if co_brand_logo_asset_id is not None:
            self.co_brand_logo_asset_id = co_brand_logo_asset_id
        if card_background_combined_asset_id is not None:
            self.card_background_combined_asset_id = card_background_combined_asset_id
        if card_background_asset_id is not None:
            self.card_background_asset_id = card_background_asset_id
        if icon_asset_id is not None:
            self.icon_asset_id = icon_asset_id
        if foreground_color is not None:
            self.foreground_color = foreground_color
        if issuer_name is not None:
            self.issuer_name = issuer_name
        if short_description is not None:
            self.short_description = short_description
        if long_description is not None:
            self.long_description = long_description
        if customer_service_url is not None:
            self.customer_service_url = customer_service_url
        if customer_service_email is not None:
            self.customer_service_email = customer_service_email
        if customer_service_phone_number is not None:
            self.customer_service_phone_number = customer_service_phone_number
        if issuer_mobile_app is not None:
            self.issuer_mobile_app = issuer_mobile_app
        if online_banking_login_url is not None:
            self.online_banking_login_url = online_banking_login_url
        if terms_and_conditions_url is not None:
            self.terms_and_conditions_url = terms_and_conditions_url
        if privacy_policy_url is not None:
            self.privacy_policy_url = privacy_policy_url
        if issuer_product_config_code is not None:
            self.issuer_product_config_code = issuer_product_config_code
 def __init__(self, local_vars_configuration=None):  # noqa: E501
     """TypeGerechtigdeEnum - a model defined in OpenAPI"""  # noqa: E501
     if local_vars_configuration is None:
         local_vars_configuration = Configuration()
     self.local_vars_configuration = local_vars_configuration
     self.discriminator = None
Exemplo n.º 9
0
 def __init__(self, local_vars_configuration=None):  # noqa: E501
     """IndicatieGezagMinderjarigeEnum - a model defined in OpenAPI"""  # noqa: E501
     if local_vars_configuration is None:
         local_vars_configuration = Configuration()
     self.local_vars_configuration = local_vars_configuration
     self.discriminator = None
Exemplo n.º 10
0
    def __init__(self, address=None, attachment_ids=None, label_address=None, amount=None, amount_net=None, bank_debit_form='null', billing_country=None, calc_vat_from=None, cancel_id=None, cash_allowance=None, cash_allowance_days=None, cash_allowance_text='null', contact_id=None, contact_label='', contact_text='', created_at=None, currency='EUR', customer_id=None, customer_snapshot=None, discount='null', discount_type='null', document_date=None, due_date=None, edited_at=None, external_id='null', replica_url='null', grace_period=None, due_in_days=None, id=None, is_archive=False, is_draft=None, is_replica=False, items=None, last_postbox_id=None, login_id=None, number='null', order_number='', paid_amount=None, paid_at=None, pdf_pages=None, pdf_template=None, project_id=None, recurring_options=None, ref_id=None, service_date=None, shipping_country='null', status='null', text=None, text_prefix=None, text_tax='null', title='null', type='INVOICE', use_shipping_address=False, vat_country='null', fulfillment_country='null', vat_option='null', local_vars_configuration=None):  # noqa: E501
        """Document - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._address = None
        self._attachment_ids = None
        self._label_address = None
        self._amount = None
        self._amount_net = None
        self._bank_debit_form = None
        self._billing_country = None
        self._calc_vat_from = None
        self._cancel_id = None
        self._cash_allowance = None
        self._cash_allowance_days = None
        self._cash_allowance_text = None
        self._contact_id = None
        self._contact_label = None
        self._contact_text = None
        self._created_at = None
        self._currency = None
        self._customer_id = None
        self._customer_snapshot = None
        self._discount = None
        self._discount_type = None
        self._document_date = None
        self._due_date = None
        self._edited_at = None
        self._external_id = None
        self._replica_url = None
        self._grace_period = None
        self._due_in_days = None
        self._id = None
        self._is_archive = None
        self._is_draft = None
        self._is_replica = None
        self._items = None
        self._last_postbox_id = None
        self._login_id = None
        self._number = None
        self._order_number = None
        self._paid_amount = None
        self._paid_at = None
        self._pdf_pages = None
        self._pdf_template = None
        self._project_id = None
        self._recurring_options = None
        self._ref_id = None
        self._service_date = None
        self._shipping_country = None
        self._status = None
        self._text = None
        self._text_prefix = None
        self._text_tax = None
        self._title = None
        self._type = None
        self._use_shipping_address = None
        self._vat_country = None
        self._fulfillment_country = None
        self._vat_option = None
        self.discriminator = None

        if address is not None:
            self.address = address
        if attachment_ids is not None:
            self.attachment_ids = attachment_ids
        if label_address is not None:
            self.label_address = label_address
        if amount is not None:
            self.amount = amount
        if amount_net is not None:
            self.amount_net = amount_net
        self.bank_debit_form = bank_debit_form
        if billing_country is not None:
            self.billing_country = billing_country
        if calc_vat_from is not None:
            self.calc_vat_from = calc_vat_from
        if cancel_id is not None:
            self.cancel_id = cancel_id
        self.cash_allowance = cash_allowance
        self.cash_allowance_days = cash_allowance_days
        self.cash_allowance_text = cash_allowance_text
        self.contact_id = contact_id
        if contact_label is not None:
            self.contact_label = contact_label
        if contact_text is not None:
            self.contact_text = contact_text
        if created_at is not None:
            self.created_at = created_at
        if currency is not None:
            self.currency = currency
        self.customer_id = customer_id
        if customer_snapshot is not None:
            self.customer_snapshot = customer_snapshot
        self.discount = discount
        self.discount_type = discount_type
        if document_date is not None:
            self.document_date = document_date
        if due_date is not None:
            self.due_date = due_date
        if edited_at is not None:
            self.edited_at = edited_at
        self.external_id = external_id
        self.replica_url = replica_url
        self.grace_period = grace_period
        self.due_in_days = due_in_days
        if id is not None:
            self.id = id
        if is_archive is not None:
            self.is_archive = is_archive
        if is_draft is not None:
            self.is_draft = is_draft
        if is_replica is not None:
            self.is_replica = is_replica
        if items is not None:
            self.items = items
        if last_postbox_id is not None:
            self.last_postbox_id = last_postbox_id
        if login_id is not None:
            self.login_id = login_id
        self.number = number
        if order_number is not None:
            self.order_number = order_number
        if paid_amount is not None:
            self.paid_amount = paid_amount
        if paid_at is not None:
            self.paid_at = paid_at
        if pdf_pages is not None:
            self.pdf_pages = pdf_pages
        if pdf_template is not None:
            self.pdf_template = pdf_template
        self.project_id = project_id
        if recurring_options is not None:
            self.recurring_options = recurring_options
        self.ref_id = ref_id
        if service_date is not None:
            self.service_date = service_date
        self.shipping_country = shipping_country
        self.status = status
        if text is not None:
            self.text = text
        if text_prefix is not None:
            self.text_prefix = text_prefix
        self.text_tax = text_tax
        self.title = title
        if type is not None:
            self.type = type
        if use_shipping_address is not None:
            self.use_shipping_address = use_shipping_address
        self.vat_country = vat_country
        self.fulfillment_country = fulfillment_country
        self.vat_option = vat_option
 def __init__(self, local_vars_configuration=None):  # noqa: E501
     """RequestTimeFilterPostcodesProperty - a model defined in OpenAPI"""  # noqa: E501
     if local_vars_configuration is None:
         local_vars_configuration = Configuration()
     self.local_vars_configuration = local_vars_configuration
     self.discriminator = None
    def __init__(self, last_appointment_date=None, jobs=None, phone_numbers=None, id=None, company_id=None, first_name=None, last_name=None, contact_business_name=None, address=None, address_line2=None, city=None, state=None, zip=None, email1=None, email2=None, email3=None, last_modified_date_time=None, contact_type=None, local_vars_configuration=None):  # noqa: E501
        """ContactJobResourceModel - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._last_appointment_date = None
        self._jobs = None
        self._phone_numbers = None
        self._id = None
        self._company_id = None
        self._first_name = None
        self._last_name = None
        self._contact_business_name = None
        self._address = None
        self._address_line2 = None
        self._city = None
        self._state = None
        self._zip = None
        self._email1 = None
        self._email2 = None
        self._email3 = None
        self._last_modified_date_time = None
        self._contact_type = None
        self.discriminator = None

        if last_appointment_date is not None:
            self.last_appointment_date = last_appointment_date
        if jobs is not None:
            self.jobs = jobs
        if phone_numbers is not None:
            self.phone_numbers = phone_numbers
        if id is not None:
            self.id = id
        if company_id is not None:
            self.company_id = company_id
        if first_name is not None:
            self.first_name = first_name
        if last_name is not None:
            self.last_name = last_name
        if contact_business_name is not None:
            self.contact_business_name = contact_business_name
        if address is not None:
            self.address = address
        if address_line2 is not None:
            self.address_line2 = address_line2
        if city is not None:
            self.city = city
        if state is not None:
            self.state = state
        if zip is not None:
            self.zip = zip
        if email1 is not None:
            self.email1 = email1
        if email2 is not None:
            self.email2 = email2
        if email3 is not None:
            self.email3 = email3
        if last_modified_date_time is not None:
            self.last_modified_date_time = last_modified_date_time
        if contact_type is not None:
            self.contact_type = contact_type
Exemplo n.º 13
0
    def __init__(self, service_instance_id=None, service_name=None, versions=None, scheme=None, nf_service_status=None, fqdn=None, ip_end_points=None, api_prefix=None, default_notification_subscriptions=None, capacity=None, load=None, load_time_stamp=None, priority=None, recovery_time=None, chf_service_info=None, supported_features=None, nf_service_set_id_list=None, s_nssais=None, per_plmn_snssai_list=None, vendor_id=None, supported_vendor_specific_features=None, oauth2_required=None, local_vars_configuration=None):  # noqa: E501
        """NFService - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._service_instance_id = None
        self._service_name = None
        self._versions = None
        self._scheme = None
        self._nf_service_status = None
        self._fqdn = None
        self._ip_end_points = None
        self._api_prefix = None
        self._default_notification_subscriptions = None
        self._capacity = None
        self._load = None
        self._load_time_stamp = None
        self._priority = None
        self._recovery_time = None
        self._chf_service_info = None
        self._supported_features = None
        self._nf_service_set_id_list = None
        self._s_nssais = None
        self._per_plmn_snssai_list = None
        self._vendor_id = None
        self._supported_vendor_specific_features = None
        self._oauth2_required = None
        self.discriminator = None

        self.service_instance_id = service_instance_id
        self.service_name = service_name
        self.versions = versions
        self.scheme = scheme
        self.nf_service_status = nf_service_status
        if fqdn is not None:
            self.fqdn = fqdn
        if ip_end_points is not None:
            self.ip_end_points = ip_end_points
        if api_prefix is not None:
            self.api_prefix = api_prefix
        if default_notification_subscriptions is not None:
            self.default_notification_subscriptions = default_notification_subscriptions
        if capacity is not None:
            self.capacity = capacity
        if load is not None:
            self.load = load
        if load_time_stamp is not None:
            self.load_time_stamp = load_time_stamp
        if priority is not None:
            self.priority = priority
        if recovery_time is not None:
            self.recovery_time = recovery_time
        if chf_service_info is not None:
            self.chf_service_info = chf_service_info
        if supported_features is not None:
            self.supported_features = supported_features
        if nf_service_set_id_list is not None:
            self.nf_service_set_id_list = nf_service_set_id_list
        if s_nssais is not None:
            self.s_nssais = s_nssais
        if per_plmn_snssai_list is not None:
            self.per_plmn_snssai_list = per_plmn_snssai_list
        if vendor_id is not None:
            self.vendor_id = vendor_id
        if supported_vendor_specific_features is not None:
            self.supported_vendor_specific_features = supported_vendor_specific_features
        if oauth2_required is not None:
            self.oauth2_required = oauth2_required
Exemplo n.º 14
0
    def __init__(self,
                 identificatie=None,
                 domein=None,
                 begrenzing_perceel=None,
                 perceelnummer_rotatie=None,
                 plaatscoordinaten=None,
                 koopsom=None,
                 toelichting_bewaarder=None,
                 type=None,
                 aard_cultuur_bebouwd=None,
                 aard_cultuur_onbebouwd=None,
                 kadastrale_aanduiding=None,
                 kadastrale_grootte=None,
                 perceelnummer_verschuiving=None,
                 adressen=None,
                 zakelijk_gerechtigde_identificaties=None,
                 local_vars_configuration=None):  # noqa: E501
        """KadastraalOnroerendeZaak - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._identificatie = None
        self._domein = None
        self._begrenzing_perceel = None
        self._perceelnummer_rotatie = None
        self._plaatscoordinaten = None
        self._koopsom = None
        self._toelichting_bewaarder = None
        self._type = None
        self._aard_cultuur_bebouwd = None
        self._aard_cultuur_onbebouwd = None
        self._kadastrale_aanduiding = None
        self._kadastrale_grootte = None
        self._perceelnummer_verschuiving = None
        self._adressen = None
        self._zakelijk_gerechtigde_identificaties = None
        self.discriminator = None

        if identificatie is not None:
            self.identificatie = identificatie
        if domein is not None:
            self.domein = domein
        if begrenzing_perceel is not None:
            self.begrenzing_perceel = begrenzing_perceel
        if perceelnummer_rotatie is not None:
            self.perceelnummer_rotatie = perceelnummer_rotatie
        if plaatscoordinaten is not None:
            self.plaatscoordinaten = plaatscoordinaten
        if koopsom is not None:
            self.koopsom = koopsom
        if toelichting_bewaarder is not None:
            self.toelichting_bewaarder = toelichting_bewaarder
        if type is not None:
            self.type = type
        if aard_cultuur_bebouwd is not None:
            self.aard_cultuur_bebouwd = aard_cultuur_bebouwd
        if aard_cultuur_onbebouwd is not None:
            self.aard_cultuur_onbebouwd = aard_cultuur_onbebouwd
        if kadastrale_aanduiding is not None:
            self.kadastrale_aanduiding = kadastrale_aanduiding
        if kadastrale_grootte is not None:
            self.kadastrale_grootte = kadastrale_grootte
        if perceelnummer_verschuiving is not None:
            self.perceelnummer_verschuiving = perceelnummer_verschuiving
        if adressen is not None:
            self.adressen = adressen
        if zakelijk_gerechtigde_identificaties is not None:
            self.zakelijk_gerechtigde_identificaties = zakelijk_gerechtigde_identificaties
Exemplo n.º 15
0
    def __init__(self,
                 duration_in_millis=None,
                 estimated_duration_in_millis=None,
                 en_queue_time=None,
                 end_time=None,
                 id=None,
                 organization=None,
                 pipeline=None,
                 result=None,
                 run_summary=None,
                 start_time=None,
                 state=None,
                 type=None,
                 commit_id=None,
                 _class=None,
                 local_vars_configuration=None):  # noqa: E501
        """PipelineBranchesitemlatestRun - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration.get_default_copy()
        self.local_vars_configuration = local_vars_configuration

        self._duration_in_millis = None
        self._estimated_duration_in_millis = None
        self._en_queue_time = None
        self._end_time = None
        self._id = None
        self._organization = None
        self._pipeline = None
        self._result = None
        self._run_summary = None
        self._start_time = None
        self._state = None
        self._type = None
        self._commit_id = None
        self.__class = None
        self.discriminator = None

        if duration_in_millis is not None:
            self.duration_in_millis = duration_in_millis
        if estimated_duration_in_millis is not None:
            self.estimated_duration_in_millis = estimated_duration_in_millis
        if en_queue_time is not None:
            self.en_queue_time = en_queue_time
        if end_time is not None:
            self.end_time = end_time
        if id is not None:
            self.id = id
        if organization is not None:
            self.organization = organization
        if pipeline is not None:
            self.pipeline = pipeline
        if result is not None:
            self.result = result
        if run_summary is not None:
            self.run_summary = run_summary
        if start_time is not None:
            self.start_time = start_time
        if state is not None:
            self.state = state
        if type is not None:
            self.type = type
        if commit_id is not None:
            self.commit_id = commit_id
        if _class is not None:
            self._class = _class
Exemplo n.º 16
0
    def __init__(self,
                 identificatie=None,
                 omschrijving=None,
                 domein=None,
                 indicatie_niet_toonbare_diakriet=None,
                 beschikkingsbevoegdheid=None,
                 woonadres=None,
                 postadres=None,
                 kadastraal_onroerende_zaak_identificaties=None,
                 statutaire_naam=None,
                 statutaire_zetel=None,
                 rechtsvorm=None,
                 kvk_nummer=None,
                 rsin=None,
                 local_vars_configuration=None):  # noqa: E501
        """KadasterNietNatuurlijkPersoon - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._identificatie = None
        self._omschrijving = None
        self._domein = None
        self._indicatie_niet_toonbare_diakriet = None
        self._beschikkingsbevoegdheid = None
        self._woonadres = None
        self._postadres = None
        self._kadastraal_onroerende_zaak_identificaties = None
        self._statutaire_naam = None
        self._statutaire_zetel = None
        self._rechtsvorm = None
        self._kvk_nummer = None
        self._rsin = None
        self.discriminator = None

        if identificatie is not None:
            self.identificatie = identificatie
        if omschrijving is not None:
            self.omschrijving = omschrijving
        if domein is not None:
            self.domein = domein
        if indicatie_niet_toonbare_diakriet is not None:
            self.indicatie_niet_toonbare_diakriet = indicatie_niet_toonbare_diakriet
        if beschikkingsbevoegdheid is not None:
            self.beschikkingsbevoegdheid = beschikkingsbevoegdheid
        if woonadres is not None:
            self.woonadres = woonadres
        if postadres is not None:
            self.postadres = postadres
        if kadastraal_onroerende_zaak_identificaties is not None:
            self.kadastraal_onroerende_zaak_identificaties = kadastraal_onroerende_zaak_identificaties
        if statutaire_naam is not None:
            self.statutaire_naam = statutaire_naam
        if statutaire_zetel is not None:
            self.statutaire_zetel = statutaire_zetel
        if rechtsvorm is not None:
            self.rechtsvorm = rechtsvorm
        if kvk_nummer is not None:
            self.kvk_nummer = kvk_nummer
        if rsin is not None:
            self.rsin = rsin
    def __init__(self,
                 location=None,
                 group_name=None,
                 category_name=None,
                 message=None,
                 assessment=None,
                 sibling_locations=None,
                 secondary_locations=None,
                 properties=None,
                 statement_path=None,
                 analysis_timestamp=None,
                 type_id=None,
                 id=None,
                 birth=None,
                 death=None,
                 creation_diff=None,
                 created_by_other_change=None,
                 removal_diff=None,
                 removed_by_other_change=None,
                 local_vars_configuration=None):  # noqa: E501
        """TrackedFindingWithDiffInfo - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._location = None
        self._group_name = None
        self._category_name = None
        self._message = None
        self._assessment = None
        self._sibling_locations = None
        self._secondary_locations = None
        self._properties = None
        self._statement_path = None
        self._analysis_timestamp = None
        self._type_id = None
        self._id = None
        self._birth = None
        self._death = None
        self._creation_diff = None
        self._created_by_other_change = None
        self._removal_diff = None
        self._removed_by_other_change = None
        self.discriminator = None

        if location is not None:
            self.location = location
        if group_name is not None:
            self.group_name = group_name
        if category_name is not None:
            self.category_name = category_name
        if message is not None:
            self.message = message
        if assessment is not None:
            self.assessment = assessment
        if sibling_locations is not None:
            self.sibling_locations = sibling_locations
        if secondary_locations is not None:
            self.secondary_locations = secondary_locations
        if properties is not None:
            self.properties = properties
        if statement_path is not None:
            self.statement_path = statement_path
        if analysis_timestamp is not None:
            self.analysis_timestamp = analysis_timestamp
        if type_id is not None:
            self.type_id = type_id
        if id is not None:
            self.id = id
        if birth is not None:
            self.birth = birth
        if death is not None:
            self.death = death
        if creation_diff is not None:
            self.creation_diff = creation_diff
        if created_by_other_change is not None:
            self.created_by_other_change = created_by_other_change
        if removal_diff is not None:
            self.removal_diff = removal_diff
        if removed_by_other_change is not None:
            self.removed_by_other_change = removed_by_other_change
Exemplo n.º 18
0
    def __init__(self,
                 identificatie=None,
                 omschrijving=None,
                 domein=None,
                 indicatie_niet_toonbare_diakriet=None,
                 beschikkingsbevoegdheid=None,
                 woonadres=None,
                 postadres=None,
                 kadastraal_onroerende_zaak_identificaties=None,
                 geheimhouding_persoonsgegevens=None,
                 land_waarnaar_vertrokken=None,
                 geslachtsaanduiding=None,
                 heeft_partnerschap=None,
                 naam=None,
                 geboorte=None,
                 overlijden=None,
                 local_vars_configuration=None):  # noqa: E501
        """KadasterNatuurlijkPersoon - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._identificatie = None
        self._omschrijving = None
        self._domein = None
        self._indicatie_niet_toonbare_diakriet = None
        self._beschikkingsbevoegdheid = None
        self._woonadres = None
        self._postadres = None
        self._kadastraal_onroerende_zaak_identificaties = None
        self._geheimhouding_persoonsgegevens = None
        self._land_waarnaar_vertrokken = None
        self._geslachtsaanduiding = None
        self._heeft_partnerschap = None
        self._naam = None
        self._geboorte = None
        self._overlijden = None
        self.discriminator = None

        if identificatie is not None:
            self.identificatie = identificatie
        if omschrijving is not None:
            self.omschrijving = omschrijving
        if domein is not None:
            self.domein = domein
        if indicatie_niet_toonbare_diakriet is not None:
            self.indicatie_niet_toonbare_diakriet = indicatie_niet_toonbare_diakriet
        if beschikkingsbevoegdheid is not None:
            self.beschikkingsbevoegdheid = beschikkingsbevoegdheid
        if woonadres is not None:
            self.woonadres = woonadres
        if postadres is not None:
            self.postadres = postadres
        if kadastraal_onroerende_zaak_identificaties is not None:
            self.kadastraal_onroerende_zaak_identificaties = kadastraal_onroerende_zaak_identificaties
        if geheimhouding_persoonsgegevens is not None:
            self.geheimhouding_persoonsgegevens = geheimhouding_persoonsgegevens
        if land_waarnaar_vertrokken is not None:
            self.land_waarnaar_vertrokken = land_waarnaar_vertrokken
        if geslachtsaanduiding is not None:
            self.geslachtsaanduiding = geslachtsaanduiding
        if heeft_partnerschap is not None:
            self.heeft_partnerschap = heeft_partnerschap
        if naam is not None:
            self.naam = naam
        if geboorte is not None:
            self.geboorte = geboorte
        if overlijden is not None:
            self.overlijden = overlijden
Exemplo n.º 19
0
    def __init__(self,
                 production_process_step_oid=None,
                 company_id=None,
                 assigned_to=None,
                 process_type_oid=None,
                 product_type_oid=None,
                 name=None,
                 order=None,
                 active_days=None,
                 enable_scheduler=None,
                 enable_workorder=None,
                 step_duration=None,
                 calculated_expected_state_date=None,
                 activity_process_oid=None,
                 local_vars_configuration=None):  # noqa: E501
        """ProductionProcessStepResourceModel - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._production_process_step_oid = None
        self._company_id = None
        self._assigned_to = None
        self._process_type_oid = None
        self._product_type_oid = None
        self._name = None
        self._order = None
        self._active_days = None
        self._enable_scheduler = None
        self._enable_workorder = None
        self._step_duration = None
        self._calculated_expected_state_date = None
        self._activity_process_oid = None
        self.discriminator = None

        if production_process_step_oid is not None:
            self.production_process_step_oid = production_process_step_oid
        if company_id is not None:
            self.company_id = company_id
        if assigned_to is not None:
            self.assigned_to = assigned_to
        if process_type_oid is not None:
            self.process_type_oid = process_type_oid
        if product_type_oid is not None:
            self.product_type_oid = product_type_oid
        if name is not None:
            self.name = name
        if order is not None:
            self.order = order
        if active_days is not None:
            self.active_days = active_days
        if enable_scheduler is not None:
            self.enable_scheduler = enable_scheduler
        if enable_workorder is not None:
            self.enable_workorder = enable_workorder
        if step_duration is not None:
            self.step_duration = step_duration
        if calculated_expected_state_date is not None:
            self.calculated_expected_state_date = calculated_expected_state_date
        if activity_process_oid is not None:
            self.activity_process_oid = activity_process_oid
Exemplo n.º 20
0
    def __init__(self,
                 desc=None,
                 error_value=None,
                 expression=None,
                 id=None,
                 is_remote=None,
                 mute_new_metrics=None,
                 name=None,
                 patterns=None,
                 sched=None,
                 tags=None,
                 targets=None,
                 throttling=None,
                 trigger_type=None,
                 ttl=None,
                 ttl_state=None,
                 warn_value=None,
                 alone_metrics=None,
                 local_vars_configuration=None):  # noqa: E501
        """InlineObject - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._desc = None
        self._error_value = None
        self._expression = None
        self._id = None
        self._is_remote = None
        self._mute_new_metrics = None
        self._name = None
        self._patterns = None
        self._sched = None
        self._tags = None
        self._targets = None
        self._throttling = None
        self._trigger_type = None
        self._ttl = None
        self._ttl_state = None
        self._warn_value = None
        self._alone_metrics = None
        self.discriminator = None

        if desc is not None:
            self.desc = desc
        if error_value is not None:
            self.error_value = error_value
        if expression is not None:
            self.expression = expression
        if id is not None:
            self.id = id
        if is_remote is not None:
            self.is_remote = is_remote
        if mute_new_metrics is not None:
            self.mute_new_metrics = mute_new_metrics
        if name is not None:
            self.name = name
        if patterns is not None:
            self.patterns = patterns
        if sched is not None:
            self.sched = sched
        if tags is not None:
            self.tags = tags
        if targets is not None:
            self.targets = targets
        if throttling is not None:
            self.throttling = throttling
        if trigger_type is not None:
            self.trigger_type = trigger_type
        if ttl is not None:
            self.ttl = ttl
        if ttl_state is not None:
            self.ttl_state = ttl_state
        if warn_value is not None:
            self.warn_value = warn_value
        if alone_metrics is not None:
            self.alone_metrics = alone_metrics
Exemplo n.º 21
0
    def __init__(self,
                 id=None,
                 company_id=None,
                 name=None,
                 email_success=None,
                 email_failure=None,
                 count_as_appt_confirmed=None,
                 position=None,
                 is_active=None,
                 count_as_appt_created=None,
                 count_as_appt_contacted=None,
                 activity_process_id=None,
                 confirmed=None,
                 text_success=None,
                 text_failure=None,
                 call_in_type=None,
                 call_out_type=None,
                 call_back_type=None,
                 created_at=None,
                 created_by=None,
                 updated_at=None,
                 updated_by=None,
                 local_vars_configuration=None):  # noqa: E501
        """ActivityResultResourceModel - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._id = None
        self._company_id = None
        self._name = None
        self._email_success = None
        self._email_failure = None
        self._count_as_appt_confirmed = None
        self._position = None
        self._is_active = None
        self._count_as_appt_created = None
        self._count_as_appt_contacted = None
        self._activity_process_id = None
        self._confirmed = None
        self._text_success = None
        self._text_failure = None
        self._call_in_type = None
        self._call_out_type = None
        self._call_back_type = None
        self._created_at = None
        self._created_by = None
        self._updated_at = None
        self._updated_by = None
        self.discriminator = None

        if id is not None:
            self.id = id
        if company_id is not None:
            self.company_id = company_id
        if name is not None:
            self.name = name
        if email_success is not None:
            self.email_success = email_success
        if email_failure is not None:
            self.email_failure = email_failure
        if count_as_appt_confirmed is not None:
            self.count_as_appt_confirmed = count_as_appt_confirmed
        if position is not None:
            self.position = position
        if is_active is not None:
            self.is_active = is_active
        if count_as_appt_created is not None:
            self.count_as_appt_created = count_as_appt_created
        if count_as_appt_contacted is not None:
            self.count_as_appt_contacted = count_as_appt_contacted
        if activity_process_id is not None:
            self.activity_process_id = activity_process_id
        if confirmed is not None:
            self.confirmed = confirmed
        if text_success is not None:
            self.text_success = text_success
        if text_failure is not None:
            self.text_failure = text_failure
        if call_in_type is not None:
            self.call_in_type = call_in_type
        if call_out_type is not None:
            self.call_out_type = call_out_type
        if call_back_type is not None:
            self.call_back_type = call_back_type
        if created_at is not None:
            self.created_at = created_at
        if created_by is not None:
            self.created_by = created_by
        if updated_at is not None:
            self.updated_at = updated_at
        if updated_by is not None:
            self.updated_by = updated_by
    def __init__(self,
                 straat=None,
                 huisnummer=None,
                 huisletter=None,
                 huisnummertoevoeging=None,
                 postcode=None,
                 woonplaats=None,
                 korte_naam=None,
                 nummeraanduiding_identificatie=None,
                 openbare_ruimte_identificatie=None,
                 woonplaats_identificatie=None,
                 adresseerbaar_object_identificatie=None,
                 pand_identificaties=None,
                 is_nevenadres=None,
                 geconstateerd=None,
                 mogelijk_onjuist=None,
                 links=None,
                 local_vars_configuration=None):  # noqa: E501
        """AdresHalBasis - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._straat = None
        self._huisnummer = None
        self._huisletter = None
        self._huisnummertoevoeging = None
        self._postcode = None
        self._woonplaats = None
        self._korte_naam = None
        self._nummeraanduiding_identificatie = None
        self._openbare_ruimte_identificatie = None
        self._woonplaats_identificatie = None
        self._adresseerbaar_object_identificatie = None
        self._pand_identificaties = None
        self._is_nevenadres = None
        self._geconstateerd = None
        self._mogelijk_onjuist = None
        self._links = None
        self.discriminator = None

        if straat is not None:
            self.straat = straat
        if huisnummer is not None:
            self.huisnummer = huisnummer
        if huisletter is not None:
            self.huisletter = huisletter
        if huisnummertoevoeging is not None:
            self.huisnummertoevoeging = huisnummertoevoeging
        if postcode is not None:
            self.postcode = postcode
        if woonplaats is not None:
            self.woonplaats = woonplaats
        if korte_naam is not None:
            self.korte_naam = korte_naam
        if nummeraanduiding_identificatie is not None:
            self.nummeraanduiding_identificatie = nummeraanduiding_identificatie
        if openbare_ruimte_identificatie is not None:
            self.openbare_ruimte_identificatie = openbare_ruimte_identificatie
        if woonplaats_identificatie is not None:
            self.woonplaats_identificatie = woonplaats_identificatie
        if adresseerbaar_object_identificatie is not None:
            self.adresseerbaar_object_identificatie = adresseerbaar_object_identificatie
        if pand_identificaties is not None:
            self.pand_identificaties = pand_identificaties
        if is_nevenadres is not None:
            self.is_nevenadres = is_nevenadres
        if geconstateerd is not None:
            self.geconstateerd = geconstateerd
        if mogelijk_onjuist is not None:
            self.mogelijk_onjuist = mogelijk_onjuist
        if links is not None:
            self.links = links
    def __init__(self,
                 app_classification_id=None,
                 app_detail_url=None,
                 app_key_id=None,
                 create_time=None,
                 desc=None,
                 dev_status=None,
                 download_count=None,
                 install_count=None,
                 introduction=None,
                 introduction_html=None,
                 is_official=None,
                 logo=None,
                 market_id=None,
                 market_name=None,
                 market_url=None,
                 name=None,
                 org_id=None,
                 publish_type=None,
                 show_count=None,
                 start_count=None,
                 status=None,
                 tags=None,
                 update_time=None,
                 versions=None,
                 local_vars_configuration=None):  # noqa: E501
        """V1AppDetailInfoResponse - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._app_classification_id = None
        self._app_detail_url = None
        self._app_key_id = None
        self._create_time = None
        self._desc = None
        self._dev_status = None
        self._download_count = None
        self._install_count = None
        self._introduction = None
        self._introduction_html = None
        self._is_official = None
        self._logo = None
        self._market_id = None
        self._market_name = None
        self._market_url = None
        self._name = None
        self._org_id = None
        self._publish_type = None
        self._show_count = None
        self._start_count = None
        self._status = None
        self._tags = None
        self._update_time = None
        self._versions = None
        self.discriminator = None

        self.app_classification_id = app_classification_id
        self.app_detail_url = app_detail_url
        self.app_key_id = app_key_id
        self.create_time = create_time
        self.desc = desc
        self.dev_status = dev_status
        self.download_count = download_count
        self.install_count = install_count
        self.introduction = introduction
        self.introduction_html = introduction_html
        self.is_official = is_official
        self.logo = logo
        self.market_id = market_id
        self.market_name = market_name
        self.market_url = market_url
        self.name = name
        self.org_id = org_id
        self.publish_type = publish_type
        self.show_count = show_count
        self.start_count = start_count
        self.status = status
        self.tags = tags
        self.update_time = update_time
        self.versions = versions
    def __init__(self,
                 contact_type=None,
                 contact_type_display=None,
                 oid=None,
                 last_name=None,
                 first_name=None,
                 company=None,
                 primary_email=None,
                 secondary_email=None,
                 teritiary_email=None,
                 address_line_one=None,
                 address_line_two=None,
                 city=None,
                 state=None,
                 zip=None,
                 phone_numbers=None,
                 can_access_contact_details=None,
                 local_vars_configuration=None):  # noqa: E501
        """ContactSearchResult - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._contact_type = None
        self._contact_type_display = None
        self._oid = None
        self._last_name = None
        self._first_name = None
        self._company = None
        self._primary_email = None
        self._secondary_email = None
        self._teritiary_email = None
        self._address_line_one = None
        self._address_line_two = None
        self._city = None
        self._state = None
        self._zip = None
        self._phone_numbers = None
        self._can_access_contact_details = None
        self.discriminator = None

        if contact_type is not None:
            self.contact_type = contact_type
        if contact_type_display is not None:
            self.contact_type_display = contact_type_display
        if oid is not None:
            self.oid = oid
        if last_name is not None:
            self.last_name = last_name
        if first_name is not None:
            self.first_name = first_name
        if company is not None:
            self.company = company
        if primary_email is not None:
            self.primary_email = primary_email
        if secondary_email is not None:
            self.secondary_email = secondary_email
        if teritiary_email is not None:
            self.teritiary_email = teritiary_email
        if address_line_one is not None:
            self.address_line_one = address_line_one
        if address_line_two is not None:
            self.address_line_two = address_line_two
        if city is not None:
            self.city = city
        if state is not None:
            self.state = state
        if zip is not None:
            self.zip = zip
        if phone_numbers is not None:
            self.phone_numbers = phone_numbers
        if can_access_contact_details is not None:
            self.can_access_contact_details = can_access_contact_details
    def __init__(self,
                 contact_id=None,
                 date=None,
                 credit_note_number_prefix=None,
                 credit_note_number=None,
                 contact_name=None,
                 contact_reference=None,
                 reference=None,
                 notes=None,
                 terms_and_conditions=None,
                 shipping_net_amount=None,
                 shipping_tax_rate_id=None,
                 shipping_tax_amount=None,
                 total_quantity=None,
                 shipping_total_amount=None,
                 net_amount=None,
                 tax_amount=None,
                 total_amount=None,
                 currency_id=None,
                 exchange_rate=None,
                 inverse_exchange_rate=None,
                 base_currency_shipping_net_amount=None,
                 base_currency_shipping_tax_amount=None,
                 base_currency_shipping_total_amount=None,
                 total_discount_amount=None,
                 base_currency_total_discount_amount=None,
                 base_currency_net_amount=None,
                 base_currency_tax_amount=None,
                 base_currency_total_amount=None,
                 status_id=None,
                 sent=None,
                 tax_address_region_id=None,
                 credit_note_lines=None,
                 main_address=None,
                 delivery_address=None,
                 tax_analysis=None,
                 local_vars_configuration=None):  # noqa: E501
        """PostSalesCreditNotesSalesCreditNote - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._contact_id = None
        self._date = None
        self._credit_note_number_prefix = None
        self._credit_note_number = None
        self._contact_name = None
        self._contact_reference = None
        self._reference = None
        self._notes = None
        self._terms_and_conditions = None
        self._shipping_net_amount = None
        self._shipping_tax_rate_id = None
        self._shipping_tax_amount = None
        self._total_quantity = None
        self._shipping_total_amount = None
        self._net_amount = None
        self._tax_amount = None
        self._total_amount = None
        self._currency_id = None
        self._exchange_rate = None
        self._inverse_exchange_rate = None
        self._base_currency_shipping_net_amount = None
        self._base_currency_shipping_tax_amount = None
        self._base_currency_shipping_total_amount = None
        self._total_discount_amount = None
        self._base_currency_total_discount_amount = None
        self._base_currency_net_amount = None
        self._base_currency_tax_amount = None
        self._base_currency_total_amount = None
        self._status_id = None
        self._sent = None
        self._tax_address_region_id = None
        self._credit_note_lines = None
        self._main_address = None
        self._delivery_address = None
        self._tax_analysis = None
        self.discriminator = None

        self.contact_id = contact_id
        self.date = date
        if credit_note_number_prefix is not None:
            self.credit_note_number_prefix = credit_note_number_prefix
        if credit_note_number is not None:
            self.credit_note_number = credit_note_number
        if contact_name is not None:
            self.contact_name = contact_name
        if contact_reference is not None:
            self.contact_reference = contact_reference
        if reference is not None:
            self.reference = reference
        if notes is not None:
            self.notes = notes
        if terms_and_conditions is not None:
            self.terms_and_conditions = terms_and_conditions
        if shipping_net_amount is not None:
            self.shipping_net_amount = shipping_net_amount
        if shipping_tax_rate_id is not None:
            self.shipping_tax_rate_id = shipping_tax_rate_id
        if shipping_tax_amount is not None:
            self.shipping_tax_amount = shipping_tax_amount
        if total_quantity is not None:
            self.total_quantity = total_quantity
        if shipping_total_amount is not None:
            self.shipping_total_amount = shipping_total_amount
        if net_amount is not None:
            self.net_amount = net_amount
        if tax_amount is not None:
            self.tax_amount = tax_amount
        if total_amount is not None:
            self.total_amount = total_amount
        if currency_id is not None:
            self.currency_id = currency_id
        if exchange_rate is not None:
            self.exchange_rate = exchange_rate
        if inverse_exchange_rate is not None:
            self.inverse_exchange_rate = inverse_exchange_rate
        if base_currency_shipping_net_amount is not None:
            self.base_currency_shipping_net_amount = base_currency_shipping_net_amount
        if base_currency_shipping_tax_amount is not None:
            self.base_currency_shipping_tax_amount = base_currency_shipping_tax_amount
        if base_currency_shipping_total_amount is not None:
            self.base_currency_shipping_total_amount = base_currency_shipping_total_amount
        if total_discount_amount is not None:
            self.total_discount_amount = total_discount_amount
        if base_currency_total_discount_amount is not None:
            self.base_currency_total_discount_amount = base_currency_total_discount_amount
        if base_currency_net_amount is not None:
            self.base_currency_net_amount = base_currency_net_amount
        if base_currency_tax_amount is not None:
            self.base_currency_tax_amount = base_currency_tax_amount
        if base_currency_total_amount is not None:
            self.base_currency_total_amount = base_currency_total_amount
        if status_id is not None:
            self.status_id = status_id
        if sent is not None:
            self.sent = sent
        if tax_address_region_id is not None:
            self.tax_address_region_id = tax_address_region_id
        self.credit_note_lines = credit_note_lines
        if main_address is not None:
            self.main_address = main_address
        if delivery_address is not None:
            self.delivery_address = delivery_address
        if tax_analysis is not None:
            self.tax_analysis = tax_analysis
Exemplo n.º 26
0
    def __init__(self,
                 dag_id=None,
                 root_dag_id=None,
                 is_paused=None,
                 is_subdag=None,
                 fileloc=None,
                 file_token=None,
                 owners=None,
                 description=None,
                 schedule_interval=None,
                 tags=None,
                 timezone=None,
                 catchup=None,
                 orientation=None,
                 concurrency=None,
                 start_date=None,
                 dag_run_timeout=None,
                 doc_md=None,
                 default_view=None,
                 local_vars_configuration=None):  # noqa: E501
        """DAGDetail - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._dag_id = None
        self._root_dag_id = None
        self._is_paused = None
        self._is_subdag = None
        self._fileloc = None
        self._file_token = None
        self._owners = None
        self._description = None
        self._schedule_interval = None
        self._tags = None
        self._timezone = None
        self._catchup = None
        self._orientation = None
        self._concurrency = None
        self._start_date = None
        self._dag_run_timeout = None
        self._doc_md = None
        self._default_view = None
        self.discriminator = None

        if dag_id is not None:
            self.dag_id = dag_id
        if root_dag_id is not None:
            self.root_dag_id = root_dag_id
        if is_paused is not None:
            self.is_paused = is_paused
        if is_subdag is not None:
            self.is_subdag = is_subdag
        if fileloc is not None:
            self.fileloc = fileloc
        if file_token is not None:
            self.file_token = file_token
        if owners is not None:
            self.owners = owners
        if description is not None:
            self.description = description
        if schedule_interval is not None:
            self.schedule_interval = schedule_interval
        if tags is not None:
            self.tags = tags
        if timezone is not None:
            self.timezone = timezone
        if catchup is not None:
            self.catchup = catchup
        if orientation is not None:
            self.orientation = orientation
        if concurrency is not None:
            self.concurrency = concurrency
        if start_date is not None:
            self.start_date = start_date
        if dag_run_timeout is not None:
            self.dag_run_timeout = dag_run_timeout
        if doc_md is not None:
            self.doc_md = doc_md
        if default_view is not None:
            self.default_view = default_view
Exemplo n.º 27
0
    def __init__(self, legacy_id=None, id=None, displayed_as=None, path=None, created_at=None, updated_at=None, deleted_at=None, item_code=None, description=None, notes=None, sales_ledger_account=None, purchase_ledger_account=None, sales_tax_rate=None, purchase_tax_rate=None, sales_rates=None, source_guid=None, purchase_description=None, usual_supplier=None, active=None, local_vars_configuration=None):  # noqa: E501
        """Service - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._legacy_id = None
        self._id = None
        self._displayed_as = None
        self._path = None
        self._created_at = None
        self._updated_at = None
        self._deleted_at = None
        self._item_code = None
        self._description = None
        self._notes = None
        self._sales_ledger_account = None
        self._purchase_ledger_account = None
        self._sales_tax_rate = None
        self._purchase_tax_rate = None
        self._sales_rates = None
        self._source_guid = None
        self._purchase_description = None
        self._usual_supplier = None
        self._active = None
        self.discriminator = None

        if legacy_id is not None:
            self.legacy_id = legacy_id
        if id is not None:
            self.id = id
        if displayed_as is not None:
            self.displayed_as = displayed_as
        if path is not None:
            self.path = path
        if created_at is not None:
            self.created_at = created_at
        if updated_at is not None:
            self.updated_at = updated_at
        if deleted_at is not None:
            self.deleted_at = deleted_at
        if item_code is not None:
            self.item_code = item_code
        if description is not None:
            self.description = description
        if notes is not None:
            self.notes = notes
        if sales_ledger_account is not None:
            self.sales_ledger_account = sales_ledger_account
        if purchase_ledger_account is not None:
            self.purchase_ledger_account = purchase_ledger_account
        if sales_tax_rate is not None:
            self.sales_tax_rate = sales_tax_rate
        if purchase_tax_rate is not None:
            self.purchase_tax_rate = purchase_tax_rate
        if sales_rates is not None:
            self.sales_rates = sales_rates
        if source_guid is not None:
            self.source_guid = source_guid
        if purchase_description is not None:
            self.purchase_description = purchase_description
        if usual_supplier is not None:
            self.usual_supplier = usual_supplier
        if active is not None:
            self.active = active
Exemplo n.º 28
0
    def __init__(self,
                 uid=None,
                 code=None,
                 title=None,
                 fields_count=None,
                 detectors_count=None,
                 hide_until_python_count=None,
                 hidden_always_count=None,
                 hide_until_python_pcnt=None,
                 hidden_always_pcnt=None,
                 fields_data=None,
                 detector_disabled_count=None,
                 detector_disabled_pcnt=None,
                 detector_use_regexps_only_count=None,
                 detector_use_regexps_only_pcnt=None,
                 detector_regexp_table_count=None,
                 detector_regexp_table_pcnt=None,
                 detector_use_formula_only_count=None,
                 detector_use_formula_only_pcnt=None,
                 detector_regexps_and_text_based_ml_count=None,
                 detector_regexps_and_text_based_ml_pcnt=None,
                 detector_text_based_ml_only_count=None,
                 detector_text_based_ml_only_pcnt=None,
                 detector_formula_and_fields_based_ml_count=None,
                 detector_formula_and_fields_based_ml_pcnt=None,
                 detector_fields_based_ml_only_count=None,
                 detector_fields_based_ml_only_pcnt=None,
                 detector_fields_based_prob_ml_only_count=None,
                 detector_fields_based_prob_ml_only_pcnt=None,
                 detector_python_coded_field_count=None,
                 detector_python_coded_field_pcnt=None,
                 detector_field_based_regexps_count=None,
                 detector_field_based_regexps_pcnt=None,
                 detector_mlflow_model_count=None,
                 detector_mlflow_model_pcnt=None,
                 local_vars_configuration=None):  # noqa: E501
        """DocumentTypeStats - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._uid = None
        self._code = None
        self._title = None
        self._fields_count = None
        self._detectors_count = None
        self._hide_until_python_count = None
        self._hidden_always_count = None
        self._hide_until_python_pcnt = None
        self._hidden_always_pcnt = None
        self._fields_data = None
        self._detector_disabled_count = None
        self._detector_disabled_pcnt = None
        self._detector_use_regexps_only_count = None
        self._detector_use_regexps_only_pcnt = None
        self._detector_regexp_table_count = None
        self._detector_regexp_table_pcnt = None
        self._detector_use_formula_only_count = None
        self._detector_use_formula_only_pcnt = None
        self._detector_regexps_and_text_based_ml_count = None
        self._detector_regexps_and_text_based_ml_pcnt = None
        self._detector_text_based_ml_only_count = None
        self._detector_text_based_ml_only_pcnt = None
        self._detector_formula_and_fields_based_ml_count = None
        self._detector_formula_and_fields_based_ml_pcnt = None
        self._detector_fields_based_ml_only_count = None
        self._detector_fields_based_ml_only_pcnt = None
        self._detector_fields_based_prob_ml_only_count = None
        self._detector_fields_based_prob_ml_only_pcnt = None
        self._detector_python_coded_field_count = None
        self._detector_python_coded_field_pcnt = None
        self._detector_field_based_regexps_count = None
        self._detector_field_based_regexps_pcnt = None
        self._detector_mlflow_model_count = None
        self._detector_mlflow_model_pcnt = None
        self.discriminator = None

        self.uid = uid
        self.code = code
        self.title = title
        self.fields_count = fields_count
        self.detectors_count = detectors_count
        self.hide_until_python_count = hide_until_python_count
        self.hidden_always_count = hidden_always_count
        self.hide_until_python_pcnt = hide_until_python_pcnt
        self.hidden_always_pcnt = hidden_always_pcnt
        if fields_data is not None:
            self.fields_data = fields_data
        self.detector_disabled_count = detector_disabled_count
        self.detector_disabled_pcnt = detector_disabled_pcnt
        self.detector_use_regexps_only_count = detector_use_regexps_only_count
        self.detector_use_regexps_only_pcnt = detector_use_regexps_only_pcnt
        self.detector_regexp_table_count = detector_regexp_table_count
        self.detector_regexp_table_pcnt = detector_regexp_table_pcnt
        self.detector_use_formula_only_count = detector_use_formula_only_count
        self.detector_use_formula_only_pcnt = detector_use_formula_only_pcnt
        self.detector_regexps_and_text_based_ml_count = detector_regexps_and_text_based_ml_count
        self.detector_regexps_and_text_based_ml_pcnt = detector_regexps_and_text_based_ml_pcnt
        self.detector_text_based_ml_only_count = detector_text_based_ml_only_count
        self.detector_text_based_ml_only_pcnt = detector_text_based_ml_only_pcnt
        self.detector_formula_and_fields_based_ml_count = detector_formula_and_fields_based_ml_count
        self.detector_formula_and_fields_based_ml_pcnt = detector_formula_and_fields_based_ml_pcnt
        self.detector_fields_based_ml_only_count = detector_fields_based_ml_only_count
        self.detector_fields_based_ml_only_pcnt = detector_fields_based_ml_only_pcnt
        self.detector_fields_based_prob_ml_only_count = detector_fields_based_prob_ml_only_count
        self.detector_fields_based_prob_ml_only_pcnt = detector_fields_based_prob_ml_only_pcnt
        self.detector_python_coded_field_count = detector_python_coded_field_count
        self.detector_python_coded_field_pcnt = detector_python_coded_field_pcnt
        self.detector_field_based_regexps_count = detector_field_based_regexps_count
        self.detector_field_based_regexps_pcnt = detector_field_based_regexps_pcnt
        self.detector_mlflow_model_count = detector_mlflow_model_count
        self.detector_mlflow_model_pcnt = detector_mlflow_model_pcnt
    def __init__(self, ms_company=None, coy_oid=None, contact_type=None, oid=None, last_name=None, first_name=None, company=None, primary_email=None, secondary_email=None, teritiary_email=None, inquiry_date_time=None, inquiry_address_line_one=None, inquiry_address_line_two=None, inquiry_city=None, inquiry_state=None, inquiry_zip=None, primary_lead_source=None, secondary_lead_source=None, phone_numbers=None, product_interest=None, local_vars_configuration=None):  # noqa: E501
        """MultiCompanyInquirySearchResult - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._ms_company = None
        self._coy_oid = None
        self._contact_type = None
        self._oid = None
        self._last_name = None
        self._first_name = None
        self._company = None
        self._primary_email = None
        self._secondary_email = None
        self._teritiary_email = None
        self._inquiry_date_time = None
        self._inquiry_address_line_one = None
        self._inquiry_address_line_two = None
        self._inquiry_city = None
        self._inquiry_state = None
        self._inquiry_zip = None
        self._primary_lead_source = None
        self._secondary_lead_source = None
        self._phone_numbers = None
        self._product_interest = None
        self.discriminator = None

        if ms_company is not None:
            self.ms_company = ms_company
        if coy_oid is not None:
            self.coy_oid = coy_oid
        if contact_type is not None:
            self.contact_type = contact_type
        if oid is not None:
            self.oid = oid
        if last_name is not None:
            self.last_name = last_name
        if first_name is not None:
            self.first_name = first_name
        if company is not None:
            self.company = company
        if primary_email is not None:
            self.primary_email = primary_email
        if secondary_email is not None:
            self.secondary_email = secondary_email
        if teritiary_email is not None:
            self.teritiary_email = teritiary_email
        if inquiry_date_time is not None:
            self.inquiry_date_time = inquiry_date_time
        if inquiry_address_line_one is not None:
            self.inquiry_address_line_one = inquiry_address_line_one
        if inquiry_address_line_two is not None:
            self.inquiry_address_line_two = inquiry_address_line_two
        if inquiry_city is not None:
            self.inquiry_city = inquiry_city
        if inquiry_state is not None:
            self.inquiry_state = inquiry_state
        if inquiry_zip is not None:
            self.inquiry_zip = inquiry_zip
        if primary_lead_source is not None:
            self.primary_lead_source = primary_lead_source
        if secondary_lead_source is not None:
            self.secondary_lead_source = secondary_lead_source
        if phone_numbers is not None:
            self.phone_numbers = phone_numbers
        if product_interest is not None:
            self.product_interest = product_interest
Exemplo n.º 30
0
    def __init__(self,
                 id=None,
                 build_source=None,
                 build_version=None,
                 category=None,
                 code_repo=None,
                 config_groups=None,
                 create_time=None,
                 desc=None,
                 image=None,
                 origin=None,
                 origin_share_id=None,
                 plugin_alias=None,
                 plugin_id=None,
                 plugin_image=None,
                 plugin_key=None,
                 plugin_name=None,
                 share_image=None,
                 local_vars_configuration=None):  # noqa: E501
        """AppsStoreAppVersionTempletePlugin - a model defined in OpenAPI"""  # noqa: E501
        if local_vars_configuration is None:
            local_vars_configuration = Configuration()
        self.local_vars_configuration = local_vars_configuration

        self._id = None
        self._build_source = None
        self._build_version = None
        self._category = None
        self._code_repo = None
        self._config_groups = None
        self._create_time = None
        self._desc = None
        self._image = None
        self._origin = None
        self._origin_share_id = None
        self._plugin_alias = None
        self._plugin_id = None
        self._plugin_image = None
        self._plugin_key = None
        self._plugin_name = None
        self._share_image = None
        self.discriminator = None

        self.id = id
        self.build_source = build_source
        self.build_version = build_version
        self.category = category
        self.code_repo = code_repo
        if config_groups is not None:
            self.config_groups = config_groups
        self.create_time = create_time
        self.desc = desc
        self.image = image
        self.origin = origin
        self.origin_share_id = origin_share_id
        self.plugin_alias = plugin_alias
        self.plugin_id = plugin_id
        self.plugin_image = plugin_image
        self.plugin_key = plugin_key
        self.plugin_name = plugin_name
        self.share_image = share_image