Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
it-bott-integrasjoner
ubw-client
Commits
b4c5f185
Commit
b4c5f185
authored
Nov 26, 2020
by
Andreas Ellewsen
Browse files
Merge branch 'bugfix/firma-model' into 'master'
Adjust Firma models See merge request
!56
parents
852bed89
49fcfbfb
Pipeline
#47071
passed with stage
in 2 minutes and 10 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ubw_client/models.py
View file @
b4c5f185
...
...
@@ -533,13 +533,13 @@ class Firma(BaseModel):
tax_office_reference
:
str
tax_system
:
str
vat_registration_number
:
str
multi_company_information
:
Connection
accounting
:
Accounts
currency_information
:
Currency
vat_information
:
VAT
multi_company_information
:
typing
.
Optional
[
Connection
]
accounting
:
typing
.
Optional
[
Accounts
]
currency_information
:
typing
.
Optional
[
Currency
]
vat_information
:
typing
.
Optional
[
VAT
]
last_updated
:
UpdatedInfo
contact_points
:
typing
.
List
[
ContactPoint
]
related_values
:
typing
.
List
[
RelatedValue
]
contact_points
:
typing
.
Optional
[
typing
.
List
[
ContactPoint
]
]
related_values
:
typing
.
Optional
[
typing
.
List
[
RelatedValue
]
]
class
Config
:
alias_generator
=
to_lower_camel
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment