invoiceninja/app/Http/Controllers/OpenAPI/CreditPaymentableSchema.php

12 lines
312 B
PHP

<?php
/**
* @OA\Schema(
* schema="CreditPaymentable",
* type="object",
* @OA\Property(property="credit_id", type="string", example="Opnel5aKBz", description="The credit hashed id"),
* @OA\Property(property="amount", type="string", example="2", description="The credit amount"),
*
* )
*/