Skip to content

Implement BO Tarifkosten#331

Merged
hf-fvesely merged 3 commits intomasterfrom
bo-tarifkosten
Jan 21, 2022
Merged

Implement BO Tarifkosten#331
hf-fvesely merged 3 commits intomasterfrom
bo-tarifkosten

Conversation

@hf-fvesely
Copy link
Copy Markdown
Contributor

fixes #212

@hf-kklein hf-kklein self-requested a review January 21, 2022 15:05
Copy link
Copy Markdown
Contributor

@hf-kklein hf-kklein left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

bo_typ: BoTyp = attr.ib(default=BoTyp.TARIFKOSTEN)
kosten: Kosten = attr.ib(validator=attr.validators.instance_of(Kosten))
"""
Referenz (Link) zu einem Kostenobjekt, in dem die Kosten für die Anwendung
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Referenz (Link) zu einem Kostenobjekt, in dem die Kosten für die Anwendung
Referenz zu einem Kostenobjekt, in dem die Kosten für die Anwendung

ja, das steht in der doku, aber für uns macht das keinen Sinn/keinen Unterscheid


class TarifkostenSchema(TarifinfoSchema):
"""
Schema for de-/serialization of Tarifkosten.
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Schema for de-/serialization of Tarifkosten.
Schema for de-/serialization of Tarifkosten

@hf-fvesely hf-fvesely merged commit 776605c into master Jan 21, 2022
@hf-fvesely hf-fvesely deleted the bo-tarifkosten branch January 21, 2022 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement BO Tarifkosten

2 participants