Skip to content

[869baryr3] Added Tariffs service doc. - #7

Open
SoloIana wants to merge 2 commits into
masterfrom
869baryr3-simple-tariffs
Open

[869baryr3] Added Tariffs service doc.#7
SoloIana wants to merge 2 commits into
masterfrom
869baryr3-simple-tariffs

Conversation

@SoloIana

@SoloIana SoloIana commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

Задача
Добавлен новый сервис v3.Simple.Tariffs.
PR в ядро: https://github.com/ticketscloud/ticketscloud/pull/2683
PR в публичную документацию: ticketscloud/doc#18

@SoloIana
SoloIana force-pushed the 869baryr3-simple-tariffs branch from 28d94ff to 6c5b290 Compare June 24, 2026 11:31
Comment thread doc/docs.md
| event | [string](#string) | | мероприятие, к которому привязан тариф |
| meta_event | [string](#string) | | метамероприятие, к которому привязан тариф |
| discount_percentage | [Percentage](#v3-Percentage) | | % наценки / скидки |
| discount_fix | [int64](#int64) | | величина наценки / скидки в рублях |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

не в рублях а в копейках

Comment thread proto/tariffs.proto

oneof discount {
Percentage discount_percentage = 8; // % скидки
int64 discount_fix = 9; // величина скидки в рублях

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

в копейках

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.

2 participants