swag-payments/spec/definitions/LifetimeInterval.yaml
Anton Belyaev 2e5cc1fb2b Introduce invoice templates (#79)
* introduce invoice templates
* refactor authorization description
* clarify auth description for Invoices operations
2017-07-26 19:06:15 +03:00

20 lines
338 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

type: object
description: Время жизни инвойса с момента его создания.
required:
- days
- months
- years
properties:
days:
type: integer
format: int32
minimum: 0
months:
type: integer
format: int32
minimum: 0
years:
type: integer
format: int32
minimum: 0