mirror of
https://github.com/valitydev/swag-payments.git
synced 2024-11-07 01:55:22 +00:00
2e5cc1fb2b
* introduce invoice templates * refactor authorization description * clarify auth description for Invoices operations
20 lines
338 B
YAML
20 lines
338 B
YAML
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
|