mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
* Minor fixes for OpenAPI docs for clients * Add fields to company transformer * Padding email templates, system level and custom * Minor fixes for email template subject * Working on Email Templates * Clean up User model, remove redundant permissions methods * Implement Locale for API * Implement Locale middleware for client routes * Remove global constants * Fixes for removing the global constants file * Working on TDD for emails * TDD for emails * implement additional template variables * Add support for Multi-Master replication with MySQL
10 lines
395 B
PHP
10 lines
395 B
PHP
<?php
|
|
/**
|
|
* @OA\Schema(
|
|
* schema="Payment",
|
|
* type="object",
|
|
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="______"),
|
|
* @OA\Property(property="is_manual", type="boolean", example=true, description="______"),
|
|
* @OA\Property(property="refunded", type="number", example=10.00, description="The refunded amount of this payment"),
|
|
* )
|
|
*/ |