2019-10-07 15:57:14 +11:00
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* @OA\Schema(
|
|
|
|
|
* schema="Payment",
|
|
|
|
|
* type="object",
|
|
|
|
|
* @OA\Property(property="id", type="string", example="Opnel5aKBz", description="______"),
|
2019-12-04 12:06:14 +11:00
|
|
|
* @OA\Property(property="is_manual", type="boolean", example=true, description="______"),
|
2019-12-14 16:49:48 +11:00
|
|
|
* @OA\Property(property="refunded", type="number", example=10.00, description="The refunded amount of this payment"),
|
2019-10-07 15:57:14 +11:00
|
|
|
* )
|
|
|
|
|
*/
|