swag-payments/spec/definitions/InvoiceTemplateAndToken.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

10 lines
215 B
YAML

type: object
required:
- invoiceTemplate
- invoiceTemplateAccessToken
properties:
invoiceTemplate:
$ref: '#/definitions/InvoiceTemplate'
invoiceTemplateAccessToken:
$ref: '#/definitions/AccessToken'