/** * @schema AdminPaymentResponse * type: object * description: The payment's details. * x-schemaName: AdminPaymentResponse * required: * - payment * properties: * payment: * $ref: "#/components/schemas/AdminPayment" * */